|
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 |
|
|
3b4756653a
|
MDL-14446 fixed inverted read flag in threaded view; merged from MOODLE_19_STABLE
|
2008-04-20 19:38:33 +00:00 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
afb0c82133
|
MDL-14113 fixed forum_count_user_posts() regressions - thanks Dan!; merged from MOODLE_19_STABLE
|
2008-04-15 21:57:16 +00:00 |
|
|
89d35c49e6
|
MDL-13936 fixed group handling when adding new discussions; merged from MOODLE_19_STABLE
|
2008-04-14 19:05:36 +00:00 |
|
|
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 |
|
|
bfeb10b75b
|
MDL-14113 fixed replies regression; merged from MOODLE_19_STABLE
|
2008-04-14 11:33:10 +00:00 |
|
|
b3cdbc240d
|
MDL-14270 mode selector alignment for single discussion forums; merged from MOODLE_19_STABLE
|
2008-04-14 09:24:53 +00:00 |
|
|
948091f460
|
MDL-14270 fixed regressions - fatal error in forum code; merged from MOODLE_19_STABLE
|
2008-04-14 09:01:02 +00:00 |
|
|
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 |
|
|
3c2bf848df
|
MDL-14113 fixed notices when tracking disabled; merged from MODOLE_19_STABLE
|
2008-04-14 07:32:24 +00:00 |
|
|
90f4745c22
|
MDL-14113 patch for multiple issues - see tracker for subtasks; merged from MOODLE_19_STABLE
|
2008-04-13 19:15:02 +00:00 |
|
|
5a2a53316f
|
MDL-14129, remove all the other error() call
|
2008-04-04 02:54:20 +00:00 |
|
|
9db5d080f4
|
MDL-14060 fixed cm caching in forum cron; merged from MOODLE_19_STABLE
|
2008-03-27 08:49:25 +00:00 |
|
|
741478495e
|
MDL-14074 removed obsoleted $CFG->enablerecordcache = true
|
2008-03-27 08:44:11 +00:00 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
4dda78aecd
|
MDL-13236 fixes a regression - thanks to Steve Wright for the patch.
|
2008-03-14 08:22:16 +00:00 |
|
|
a7e51d62f3
|
MDL-13866 fixed stupid bug in my last commit; merged from MOODLE_19_STABLE
|
2008-03-10 21:18:16 +00:00 |
|
|
41a446dbce
|
MDL-13866 scale ratings do not work in forum; merged from MOODLE_19_STABLE
|
2008-03-10 10:41:22 +00:00 |
|
|
7d225563bd
|
Merged MDL-10990 (5) revert in 1.9
|
2008-02-29 15:28:03 +00:00 |
|
|
fbe75a6348
|
MDL-13681 fixed forum search; merged from MOODLE_19_STABLE
|
2008-02-27 18:50:06 +00:00 |
|
|
525041df91
|
MDL-10990 5) eliminated reply related cap queries for guests and not-logged-in users because they can not post anyway, removed reply link for guests from news posts, they did not see Add discussion link already; merged from MOODLE_19_STABLE
|
2008-02-26 21:36:48 +00:00 |
|
|
ca67cd9f28
|
MDL-13303 fixed regression in forum recent activity; merged from MOODLE_19_STABLE
|
2008-02-24 20:05:54 +00:00 |
|
|
b9973acc4e
|
MDL-13559 discussion moving; merged from MOODLE_19_STABLE
|
2008-02-21 10:31:55 +00:00 |
|
|
b8738ccfdd
|
MDL-13546 fixed table name typo - patch by Samuli Karevaara; merged from MOODLE_19_STABLE
|
2008-02-20 08:41:08 +00:00 |
|
|
44022418b2
|
undefined discussion timestart on frontpage; merged from MOODLE_19_STABLE
|
2008-02-15 15:28:52 +00:00 |
|
|
75d46e24ab
|
MDL-13303 fixing missing group icons in forum; merged from MOODLE_19_STABLE
|
2008-02-14 16:37:01 +00:00 |
|
|
874e184158
|
MDL-13303 - forgot to change warnings to developer mode only
|
2008-02-13 17:15:57 +00:00 |
|
|
65bcf17b95
|
MDL-13450 and MDL-13303 - sorry for changing forum API so late, but it was needed; major perf improvement for forum; fixed printing of user pictures; merged from MOODLE_19_STABLE
|
2008-02-13 17:03:25 +00:00 |
|
|
df17e1bd93
|
MDL-3942 fixed warnings; merged from MOODEL_19_STABLE
|
2008-02-05 11:49:39 +00:00 |
|
|
13bbe067f0
|
MDL-3942 - various forum scoring types - patch by Anthony Borrow; merged from MOODLE_19_STABLE
|
2008-02-05 11:22:13 +00:00 |
|
|
df1c2c71da
|
MDL-13335 rewritten caching in forum cron; merged from MOODLE_19_STABLE
|
2008-02-05 10:52:20 +00:00 |
|
|
f4528bdcfe
|
MDL-13306 option to skip logging of blocked emails in forum cron; merged from MOODLE_19_STABLE
|
2008-02-03 10:37:03 +00:00 |
|
|
a5cef9c87e
|
MDL-13305 , MDL-13304 - fixed memory leak in forum cron and saved 10% of queries when printing user pictures in mails; merged from MOODLE_19_STABLE
|
2008-02-03 10:21:27 +00:00 |
|
|
76cbde4138
|
MDL-12945 changing get_fast_modinfo() section property to sectionnum to prevent conflicts with real cm->section; full recent activity speedup when printing user pictures in forum; merged from MOODLE_19_STABLE
|
2008-02-01 14:10:49 +00:00 |
|
|
78ea91bc73
|
MDL-13180 - prevent return of duplicate rows
|
2008-01-26 17:35:58 +00:00 |
|
|
29ee92888b
|
MDL-13180 - stop returning duplicate rows
merged from MOODLE_19_STABLE
|
2008-01-26 16:04:22 +00:00 |
|
|
dd97c32868
|
MDL-12945 a slightly bigger patch for performance in recent activity and various group related issues + some other fixes - see list of subtasks in tracker; merged from MOODLE_19_STABLE
|
2008-01-24 20:33:50 +00:00 |
|
|
c37fdcb550
|
Fix for MDL-12979 forum sends out notification to users not in course - due to call to deprec function get_course_users - This also fixes MDL-10163
|
2008-01-20 20:05:45 +00:00 |
|
|
fffa8b358f
|
MDL-12926 Discussion list shows all discussion in separate mode if user not member of any group and does not have accessallgroups; merged from MOODLE_19_STABLE
|
2008-01-11 13:09:51 +00:00 |
|
|
9b8ba7cdda
|
MDL-12728 missing USER->mnehostid in forum cron processing; merged from MOODLE_19_STABLE
|
2007-12-25 22:22:16 +00:00 |
|
|
eafb9d9eda
|
MDL-12458 fixed gradebook upgrade/update problems when not grades yet in activities; merged from MOODLE_19_STABLE
|
2007-12-25 20:51:23 +00:00 |
|
|
220a90c5a1
|
MDL-11561 admin tree improvements and bugfixing
|
2007-12-19 17:35:20 +00:00 |
|
|
d66dc4b2d7
|
MDL-12613 - this should fix (part of) the problem with the search block (take 2)
|
2007-12-18 08:17:58 +00:00 |
|
|
aa66df4dff
|
MDL-12613 - this should fix the problem with the search block
|
2007-12-18 07:54:09 +00:00 |
|