mjollnir_
460ec53664
Added missing fields in restore for embargoed announcements
2006-01-16 22:55:18 +00:00
mjollnir_
abfd14da26
Managed forum posts: missing restore fields. Beating Eloy to fix the bug before he reports it ;)
2006-01-16 08:59:20 +00:00
mjollnir_
a4f495bf86
Introducing: managed posted forums. Optional ability to 'throttle' forums by adding
...
three new settings: warnafter, blockafter and blockperiod.
Useful for tutors with big courses with some dominant students.
2006-01-16 08:42:09 +00:00
mjollnir_
325a76ead3
Fixing missing prefix (copy & paste error) in forum type upgrade from very recent commit
2006-01-16 05:36:33 +00:00
mjollnir_
098d27d46e
New forum type: question and answer: requires students to post their answer before being able to view other posts. After initial post, students can view & respond normally
2006-01-16 04:57:48 +00:00
moodler
e746e4dd99
added missing semicolon in   (bug#4592)
2006-01-16 04:29:41 +00:00
mjollnir_
f90666aa5c
Abstracted a bit of the restore procedure to allow for silent restoring.
...
Added new function, import_backup_file_silently
Changed everything that prints stuff to check for a constant first.
Backup_flush checks a different constant, this is so that output can still
get flushed to the browser when necessary but not print <li>s everywhere.
Please test this!
2006-01-15 21:09:13 +00:00
mjollnir_
1ecea97679
Granular backup & restore:
...
This patch allows the much requested selection of individual instances of modules within a course to backup and restore.
It needs A LOT of testing and probably some prettyifying too.
2006-01-13 03:45:31 +00:00
toyomoyo
7c5406967d
some bug fixes
2006-01-12 02:39:13 +00:00
toyomoyo
c8ee027b0e
added 2 fields in xml, addindex and dropindex, and bug fixes
2006-01-11 01:46:22 +00:00
toyomoyo
1e4d9ff6dc
utf8 migration support scripts
2006-01-09 06:06:49 +00:00
toyomoyo
4d1b2016fd
merged, bug fix for #4431
2006-01-04 03:08:08 +00:00
moodler
e6bacdc55c
Merged bugfix for bug 4431 from stable
2005-12-22 10:09:21 +00:00
toyomoyo
82fe65f20b
merge merge merge
2005-12-22 01:47:41 +00:00
patrickslee
23b5a13df5
Fixed a problem creating single discussion forum related to mailnow
2005-12-20 23:27:25 +00:00
moodler
0f561844e7
Someone included two copies of forum_get_separate_modules()
2005-12-20 08:47:20 +00:00
toyomoyo
073286f06f
merged fix for bug #4431
2005-12-20 05:22:59 +00:00
patrickslee
c7ac6225cc
Fixed missing closing parentheses in forum_search_posts() for embargoed announcements
2005-12-11 20:19:35 +00:00
moodler
aff9fe5e11
Rolled back, bug Bug #4431 hasnt been fixed
2005-12-08 06:48:50 +00:00
moodler
d0087b2f5c
Adding if statement to verify whether user can see postings or not (Bug #4431 )
2005-12-08 05:01:57 +00:00
moodler
c992ff85c2
Merged parameter fixes from STABLE
2005-12-05 04:36:25 +00:00
moodler
410a24c09e
Merged Hannes Gassert's code for podcasting support more or less without changes.
...
http://opensource.mediagonal.ch/moodle/patches/podcasting/
2005-12-02 07:07:44 +00:00
patrickslee
8b116048fd
Fixed a problem that unable to post a new discussion related to mailnow
2005-12-01 20:50:22 +00:00
patrickslee
6ae342e599
Added backup procedures for embargoed announcements
2005-11-29 22:23:00 +00:00
patrickslee
03877b049e
Users can now subscribe/unsubscribe to all forums in a course from the forum list
2005-11-28 03:11:05 +00:00
moodler
afa3507ca2
fix for bug #4314
2005-11-25 07:11:20 +00:00
stronk7
140b7eb5db
Log actions must be strored to DB without &
...
print_log() takes care of it! Bug 3853.
(http://moodle.org/bugs/bug.php?op=show&bugid=3853 )
Merged from MOODLE_15_STABLE
2005-11-23 09:46:25 +00:00
patrickslee
0f620d4bf2
Some mailing related Embargoed Announcements fixes.
...
* The forum cron only mails posts those are created within the past two days, in which case posts those are scheduled to shown after more than two days will be ignored and not been mailed out.
* When cron is marking old posts as mailed, it supposes everything is mailed so just marks everything older than now as mailed. We DO NOT want our delayed posts been marked as mailed.
2005-11-22 04:08:02 +00:00
stronk7
91121c8904
shorten_text() AFTER format properly. See bug 4355.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=4355 )
Merged from MOODLE_15_STABLE
2005-11-21 15:42:19 +00:00
patrickslee
0fcac008cb
Reverted changes in ver 1.401, as this is ultimately fixed by bumping the version number
2005-11-18 05:34:29 +00:00
patrickslee
6dce1da9e7
Put some initial values in new forum posting form
2005-11-18 05:23:35 +00:00
moodler
4ad916da57
Bump version to upgrade db for Patrick's new feature
2005-11-18 05:02:07 +00:00
patrickslee
f3f1b00d8e
Wrong logical operators used in SQL statements
2005-11-18 04:43:46 +00:00
patrickslee
6af7cc2206
Moved Embargoed Announcements related search into SQL. So that paging/counting for the search results will be accurate.
2005-11-18 04:35:14 +00:00
moodler
c38c0e3b7b
fix for bug #4336
2005-11-18 03:19:22 +00:00
mjollnir_
29fbf0d5b8
My moodle - forums shouldn't print the forum header and all their nothing new stuff. Only talk when you've got something to say ;)
2005-11-16 22:20:43 +00:00
skodak
84d8c4086e
cleaning of parameter name before use SC#188; merged from MOODLE_15_STABLE
2005-11-15 21:49:30 +00:00
patrickslee
abbb3308a2
Made forum search page aware of Embargoed Announcements
2005-11-13 22:52:23 +00:00
patrickslee
2d71936b74
Database changes for Embargoed Announcements
2005-11-11 02:04:14 +00:00
patrickslee
fbc21e82be
New feature: Embargoed Announcements
2005-11-10 22:50:03 +00:00
moodler
fa22fd5fff
BIG FEATURE - MULTIPLE GROUPS
...
Users can now be assigned to multiple groups. Thanks Yu!
Break out the Bob Marley!!
Otherwise groups work more or less like they did before.
This has been pretty well tested by Yu and myself, but since Yu started
uncovering lots of existing groups bugs it's possible there may be still
a few corner cases still lurking here and there.
Please help test this thoroughly for 1.6!!
2005-11-08 07:19:27 +00:00
gustav_delius
4bb36a97ce
subscribing always requires the user to be logged in, even for forums on the home page.
2005-10-31 14:21:29 +00:00
moodler
3ad24ceaeb
Fixed typo so dateto uri parameter works.
2005-10-31 07:33:04 +00:00
stronk7
50d83d8f05
<span> tags are now allowed inside post->subject. Bug 4099.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=4099 )
Merged from MOODLE_15_STABLE
2005-09-21 21:29:09 +00:00
moodler
ea30fc5c0b
Incorrect value being passed to header function.
...
Merged from stable. (SE)
2005-09-14 07:25:48 +00:00
mjollnir_
95d71ad3a3
Fixed a warning for empty array in forum print_overview for my moodle
2005-09-07 05:43:27 +00:00
mjollnir_
29dc9751e3
Friendlier forum information in overview in my moodle
2005-09-06 01:34:48 +00:00
moodler
cdc75e602f
Merged include file fix from stable
2005-09-05 05:32:49 +00:00
mjollnir_
f871698811
Reworked my moodle overview api to be more efficient. Note that this changes how mod_print_overview is called
2005-09-05 01:31:08 +00:00
martinlanghoff
125b1645ff
forum/trackreads - small optimization to overview
2005-09-02 06:38:45 +00:00