1301 Commits

Author SHA1 Message Date
skodak
3a0c6cca33 MDL-8521 new feature - safe overrides, see tracker for details; merged from MOODLE_19_STABLE 2008-07-23 16:10:06 +00:00
dongsheng
2c1363e622 MDL-15317, when forum is invisible, only users with 'mod/forum:managesubscriptions' capability can subscrib forum, merged from MOODLE_19_STABLE. 2008-07-21 09:20:40 +00:00
dongsheng
dde78cb8f2 MDL-14129, remove error() in forum mod. 2008-07-21 08:03:42 +00:00
ericmerrill
b230cac1da MDL-15697 Added a check form rule limiting post subject and forum name to 255 characters, as limited by the DB 2008-07-18 13:19:55 +00:00
sam_marshall
5309fd39f8 MDL-15648: Used existing functionality to ensure that forum 'mark read' only marks posts read if they are within the right group. 2008-07-14 15:39:55 +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
f5fc83e818 MDL-15516 prvent access to deleted profiles and other user areas 2008-07-05 14:52:39 +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
tjhunt
ca3c89730e Fix typo. 2008-06-27 17:28:22 +00:00
Francois Marier
6800d78e06 Drift between CVS and git
- large deletions
- lucene updates
- error() => print_error()
- NO_MOODLE_COOKIES define
- various other things
2008-06-25 17:31:23 +00:00
skodak
04264aeda4 MDL-15343 mod upgrade savepoints implemented (the xmldb generator is not updated yet) 2008-06-22 23:35:52 +00:00
skodak
b1f93b1512 MDL-15246 moving all remaining ddl function to adminlib, keeping old lib/ddllib.php only for BC withexisting code; fixed inline docs related to ddl 2008-06-15 10:32:50 +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
cd655b33f9 MDL-15095 towards restore lib dml conversion 2008-06-03 23:35:50 +00:00
skodak
9db7dab2ca MDL-15095 towards restore lib dml conversion 2008-06-03 22:36:54 +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
579d45b434 MDL-14679 converted some get courses 2008-06-01 18:12:24 +00:00
skodak
fd0e6640cc MDL-14679 fixed some more $db's 2008-05-31 22:18:41 +00:00
skodak
219f652b91 MDL-14679 upgrade $DB conversion 2008-05-31 18:05:42 +00:00
skodak
c3df090199 MDL-14679 datalib conversion completed 2008-05-30 16:47:21 +00:00
dongsheng
3f4891b4ea "MDL-14129, fix print_error" 2008-05-29 02:22:37 +00:00
dongsheng
ba13ec9016 "MDL-14129, fix print_error" 2008-05-27 04:45:01 +00:00
dongsheng
1e1c7d810c "MDL-14129, fix print_error" 2008-05-27 03:20:47 +00:00
skodak
3c268f2569 MDL-14978 removed obsoleted get_course_users() 2008-05-25 14:27:33 +00:00
skodak
624a690b3d MDL-14679 first part of datalib conversion 2008-05-25 09:39:02 +00:00
skodak
f33e1ed4ae MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs 2008-05-15 21:40:00 +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
35987665f4 MDL-14617 removed some legacy group code 2008-05-01 22:30:28 +00:00
dongsheng
846fb67937 "MDL-14262, fix optional_param, and fix link in restorelib.php, merged from MOODLE_19_STABLE" 2008-04-30 01:47:50 +00:00
dongsheng
95bc81ebf4 "MDL-14262, fix wrong logged link, see tracker, merged from MOODLE_19_STABLE" 2008-04-30 01:15:30 +00:00
dongsheng
db1b15ce0e MDL-14262, fix incorrect link, see tracker, merged from MOODLE_19_STABLE 2008-04-27 17:11:20 +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
4136c239ac MDL-14113 when adding/editing posts the target group is now visible + fixed permission check when replying (removed obsolete mygroup function); merged from MOODLE_19_STABLE 2008-04-14 18:35:18 +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
2011a95b44 MDL-13004 post ratings in user profile page; merged from MOODLE_19_STABLE 2008-04-14 12:04:34 +00:00
skodak
bfeb10b75b MDL-14113 fixed replies regression; merged from MOODLE_19_STABLE 2008-04-14 11:33:10 +00:00