Commit Graph

665 Commits

Author SHA1 Message Date
skodak a0b8e7637d MDL-14446 fixed inverted read flag in threaded view 2008-04-20 19:37:28 +00:00
skodak f021a9119f 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 2008-04-19 10:47:42 +00:00
skodak 6fd207292f 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 2008-04-18 19:28:49 +00:00
skodak f7e75ede04 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 2008-04-18 18:51:01 +00:00
skodak 075d93f958 MDL-14113 fixed forum_count_user_posts() regressions - thanks Dan! 2008-04-15 21:56:14 +00:00
skodak 9032900612 MDL-13936 fixed group handling when adding new discussions 2008-04-14 19:04:00 +00:00
skodak db4095092f MDL-14113 digest finished message now in system lang + eliminated one has_capability call 2008-04-14 17:11:24 +00:00
skodak 15bf342ec7 MDL-14113 fixed replies regression 2008-04-14 11:32:09 +00:00
skodak aeb85c2797 MDL-14270 mode selector alignment for single discussion forums 2008-04-14 09:22:59 +00:00
skodak 354c67d262 MDL-14270 fixed regressions - fatal error in forum code 2008-04-14 08:59:50 +00:00
skodak 14b2880f3b MDL-12505 general advanced search cleanup + added capability test to recent activity 2008-04-14 08:04:49 +00:00
skodak be22faa965 MDL-14113 fixed notices when tracking disabled 2008-04-14 07:31:24 +00:00
skodak 474ade7a7d MDL-14113 patch for multiple issues - see tracker for subtasks 2008-04-13 19:10:35 +00:00
dongsheng dbb82a47ca MDL-14128, remove all uses of error(get_string()) 2008-04-02 06:09:56 +00:00
skodak cb5f71b27f MDL-14074 removed obsoleted $CFG->enablerecordcache = true; backported from HEAD 2008-03-27 08:48:34 +00:00
skodak 2feaf50aa1 MDL-14060 fixed cm caching in forum cron 2008-03-26 09:16:06 +00:00
skodak 0ea152345f MDL-14032 rewritten forum_tp_clean_read_records() - it should not run out of memory anymore + other minor memory savings 2008-03-24 19:50:26 +00:00
skodak fd25cefe34 MDLSITE-320 some debug code for digest times in forum cron 2008-03-20 22:31:06 +00:00
skodak 592d0165e9 MDL-10990 forum perf revisited - reply and post discussion buttons now back for guests 2008-03-18 17:07:00 +00:00
skodak f8eacd07ec MDLSITE-320 digest processing should be able to continue without duplicates if fails 2008-03-18 08:26:45 +00:00
scyrma 892174bda5 MDL-13236 fixes a regression - thanks to Steve Wright for the patch. 2008-03-14 08:19:50 +00:00
skodak bbf2de8d3b MDL-13866 fixed stupid bug in my last commit 2008-03-10 21:17:18 +00:00
skodak 5c691fc5fc MDL-13866 fixed stupid bug in my last commit 2008-03-10 21:16:57 +00:00
skodak f74e0556dd MDL-13866 scale ratings do not work in forum 2008-03-10 10:40:21 +00:00
moodler 189bb2de50 MDL-10990 Reverting patch for (5) for forum display for guests (from 27 Feb)
We really need this feature, there must be another way to still gain performance here.
2008-02-29 15:18:13 +00:00
skodak 0ed613096c MDL-13681 fixed forum search 2008-02-27 18:49:08 +00:00
skodak 3236902cdd 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 2008-02-26 21:35:54 +00:00
skodak 1f7448fc9d MDL-13303 fixed regression in forum recent activity 2008-02-24 20:04:52 +00:00
skodak e731779d7a MDL-13559 discussion moving 2008-02-21 10:30:26 +00:00
skodak f499bdf505 MDL-13546 fixed table name typo - patch by Samuli Karevaara 2008-02-20 08:40:04 +00:00
skodak bd09b95b81 undefined discussion timestart on frontpage 2008-02-15 15:27:17 +00:00
skodak 186c4de5ac MDL-13303 fixing missing group icons in forum 2008-02-14 16:36:12 +00:00
skodak 66714f7c98 MDL-13303 - forgot to change warnings to developer mode only MFC 2008-02-13 17:17:26 +00:00
skodak 5623276da8 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 2008-02-13 17:01:41 +00:00
skodak 0e47869e99 MDL-3942 fixed warnings 2008-02-05 11:48:45 +00:00
skodak 9430296726 MDL-3942 - various forum scoring types - patch by Anthony Borrow 2008-02-05 11:21:36 +00:00
skodak ddc33af359 MDL-13335 rewritten caching in forum cron 2008-02-05 10:51:20 +00:00
skodak c0207b1ba7 MDL-13306 option to skip logging of blocked emails in forum cron 2008-02-03 10:35:23 +00:00
skodak fc637ec2c1 MDL-13305 , MDL-13304 - fixed memory leak in forum cron and saved 10% of queries when printing user pictures in mails 2008-02-03 10:20:31 +00:00
skodak ede88ab3be 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 2008-02-01 14:09:27 +00:00
poltawski df599bc11f MDL-13180 - prevent return of duplicate rows 2008-01-26 17:35:22 +00:00
poltawski 278ecb2567 MDL-13180 - stop returning duplicate rows 2008-01-26 16:02:30 +00:00
skodak 94cbbdbd2e 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 2008-01-24 20:29:31 +00:00
danmarsden 69329d504a 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:04:17 +00:00
skodak ca9b92d39f MDL-12926 Discussion list shows all discussion in separate mode if user not member of any group and does not have accessallgroups 2008-01-11 13:08:17 +00:00
skodak 05a3688962 MDL-12728 missing USER->mnehostid in forum cron processing 2007-12-25 22:21:19 +00:00
skodak e262e268b2 MDL-12458 fixed gradebook upgrade/update problems when not grades yet in activities 2007-12-25 20:50:42 +00:00
skodak 40f43aa1fc MDL-11561 admin tree improvements and bugfixing; backported from HEAD 2007-12-19 17:38:37 +00:00
scyrma 72d707a346 MDL-12613 - this should fix (part of) the problem with the search block (take 2) 2007-12-18 08:17:13 +00:00
scyrma 075e3c715d MDL-12613 - this should fix the problem with the search block 2007-12-18 07:53:32 +00:00