689 Commits

Author SHA1 Message Date
sam_marshall
49f6e5f476 MDL-15498: Fixes to problems Petr identified with completion system checkin 2008-07-28 15:58:50 +00:00
sam_marshall
4e781c7b50 MDL-15498: Completion system 2008-07-28 12:31:29 +00:00
mjollnir_
cbe8184c52 MDL-15758 fixed a bug in the return to url in forum 2008-07-28 10:23:51 +00:00
mjollnir_
64994e291b MDL-15758 - commenting out some forum calls until the portfolio is ready 2008-07-28 10:17:09 +00:00
mjollnir_
5071079cb2 MDL-15830 & MDL-15832: added a new intermediate abstract caller class for modules & removed PORTFOLIO_FORMAT_HTML 2008-07-25 15:17:23 +00:00
mjollnir_
10ae55f99b MDL-15758 : beginning of forum implementation of portfolio export 2008-07-25 12:30:08 +00:00
skodak
f432bebff2 MDL-11421 context levels fixed in capability definitions, sorting of caps by name, plug-ins may report used core caps, fixed some risks; merged from MOODLE_19_STABLE 2008-07-24 21:59:13 +00:00
moodler
3b120e464f MDL-10107 - First check-in of Messaging 2.0 code from Luis Rodrigues, GSOC student.
This new messaging system replaces all the various email_to_user() calls.
They are now replaced by events triggers, and the messages are then
processed centrally according to user preferences and sent to one or more
processors (email, popup, jabber etc...)

This code is not finished yet, a lot of work still has to be done on the
interface.  However, the basic structure is there and should be working.
Luis and I will be reviewing and polishing this heavily in the next few weeks.
2008-07-24 08:38:03 +00:00
scyrma
5a254a2938 MDL-14279: use get_file_url instead of checking $CFG->slashargument manually (merge from 1.9) 2008-07-10 09:55:11 +00:00
dongsheng
51471f2ad5 MDL-15449, enrol multiple users to multiple courses, including bugs fix, see tracker, sent by Jonathan. 2008-07-10 09:16:43 +00:00
skodak
739da48c01 MDL-15561 unsubscribe all option implemented 2008-07-07 21:51:01 +00:00
skodak
f6c7db283b MDL-15390 improved subscribe me option when posting to forum - see tracker for more info; merged from MOODLE_19_STABLE 2008-07-02 22:06:22 +00:00
dongsheng
449b1c1ab2 "MDL-12843, add proper html id, thanks ken" 2008-07-02 07:34:52 +00:00
skodak
004efe6629 MDL-15245 converted dml searchlib 2008-06-15 10:12:27 +00:00
nicolasconnault
415f8c3eeb CONTRIB-490 Fixed minor bugs uncovered by generator script 2008-06-12 12:55:13 +00:00
skodak
245ac55791 MDL-14679 last forgotten bits of dml conversion 2008-06-09 19:48:24 +00:00
skodak
294ce9870f MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
skodak
2ac897cd40 MDL-15108 some forgotten conversions 2008-06-05 20:27:56 +00:00
nicolasconnault
4e44535526 MDL-15108 Upgrade finished, preliminary tests successful. Please continue testing. 2008-06-05 20:16:09 +00:00
skodak
c18269c7e5 MDL-14679 towards modform conversion 2008-06-01 21:36:11 +00:00
skodak
7cac0c4b2b MDL-14679 fixed references to mod.html 2008-06-01 19:09:13 +00:00
skodak
fd0e6640cc MDL-14679 fixed some more $db's 2008-05-31 22:18:41 +00:00
skodak
c3df090199 MDL-14679 datalib conversion completed 2008-05-30 16:47:21 +00:00
skodak
3c268f2569 MDL-14978 removed obsoleted get_course_users() 2008-05-25 14:27:33 +00:00
skodak
932f9b6f8d MDL-14724 Students cannot see discussions in forums made by teachers if timedposts enabled; merged from MOODLE_19_STABLE 2008-05-07 11:32:06 +00:00
skodak
3b4756653a MDL-14446 fixed inverted read flag in threaded view; merged from MOODLE_19_STABLE 2008-04-20 19:38:33 +00:00
skodak
8b79a625b6 MDL-13936 forum reply refactoring and bugfixing - the forum_user_can_post() did not have discussion parameter which was a problem because the login depends on discussion group - there was a hack in discussion.php and view.php working around this, but it was not present in cron; sorry for the change of API, but it was required; merged from MOODLE_19_STABLE 2008-04-19 10:49:53 +00:00
skodak
d0e422c45a MDL-13936 indicate that user needs group membership to add new discussion, but only if having the capability to add new discussion - previously the message was incorrectly shown even when not having the cap in separate mode, visible mode needs this message too after previous commit; new lang string added in case user selects all participants in group selector and does not have accessallgroups - the existing group membership string could not be reused; merged from MOODLE_19_STABLE 2008-04-18 19:30:19 +00:00
skodak
859b33cfd4 MDL-13936 users without accessallgroups can post start discussions only in own groups if groupmode enabled in forum (either separate or visible), this was the way it worked in Moodle <1.8; merged from MOODLE_19_STABLE 2008-04-18 18:52:13 +00:00
skodak
afb0c82133 MDL-14113 fixed forum_count_user_posts() regressions - thanks Dan!; merged from MOODLE_19_STABLE 2008-04-15 21:57:16 +00:00
skodak
89d35c49e6 MDL-13936 fixed group handling when adding new discussions; merged from MOODLE_19_STABLE 2008-04-14 19:05:36 +00:00
skodak
de85c32062 MDL-14113 digest finished message now in system lang + eliminated one has_capability call; merged from MOODLE_19_STABLE 2008-04-14 17:12:25 +00:00
skodak
bfeb10b75b MDL-14113 fixed replies regression; merged from MOODLE_19_STABLE 2008-04-14 11:33:10 +00:00
skodak
b3cdbc240d MDL-14270 mode selector alignment for single discussion forums; merged from MOODLE_19_STABLE 2008-04-14 09:24:53 +00:00
skodak
948091f460 MDL-14270 fixed regressions - fatal error in forum code; merged from MOODLE_19_STABLE 2008-04-14 09:01:02 +00:00
skodak
6b7de0bb9b MDL-12505 general advanced search cleanup + added capability test to recent activity; merged from MOODLE_19_STABLE 2008-04-14 08:05:48 +00:00
skodak
3c2bf848df MDL-14113 fixed notices when tracking disabled; merged from MODOLE_19_STABLE 2008-04-14 07:32:24 +00:00
skodak
90f4745c22 MDL-14113 patch for multiple issues - see tracker for subtasks; merged from MOODLE_19_STABLE 2008-04-13 19:15:02 +00:00
dongsheng
5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
skodak
9db5d080f4 MDL-14060 fixed cm caching in forum cron; merged from MOODLE_19_STABLE 2008-03-27 08:49:25 +00:00
skodak
741478495e MDL-14074 removed obsoleted $CFG->enablerecordcache = true 2008-03-27 08:44:11 +00:00
skodak
8cb121cc6b MDL-14032 rewritten forum_tp_clean_read_records() - it should not run out of memory anymore + other minor memory savings; merged from MOODLE_19_STABLE 2008-03-24 19:51:37 +00:00
skodak
291b184bc4 MDLSITE-320 some debug code for digest times in forum cron; merged from MOODLE_19_STABLE 2008-03-20 22:32:12 +00:00
skodak
7214101bd5 MDL-10990 forum perf revisited - reply and post discussion buttons now back for guests; merged from MOODLE_19_STABLE 2008-03-18 17:08:15 +00:00
skodak
91e450813c MDLSITE-320 digest processing should be able to continue without duplicates if fails; merged from MOODLE_19_STABLE 2008-03-18 08:28:27 +00:00
scyrma
4dda78aecd MDL-13236 fixes a regression - thanks to Steve Wright for the patch. 2008-03-14 08:22:16 +00:00
skodak
a7e51d62f3 MDL-13866 fixed stupid bug in my last commit; merged from MOODLE_19_STABLE 2008-03-10 21:18:16 +00:00
skodak
41a446dbce MDL-13866 scale ratings do not work in forum; merged from MOODLE_19_STABLE 2008-03-10 10:41:22 +00:00
moodler
7d225563bd Merged MDL-10990 (5) revert in 1.9 2008-02-29 15:28:03 +00:00
skodak
fbe75a6348 MDL-13681 fixed forum search; merged from MOODLE_19_STABLE 2008-02-27 18:50:06 +00:00