Commit Graph

1224 Commits

Author SHA1 Message Date
2f3f505f78 MDL-13625 improve perf and fixed groups code on forum index page; merged from MOODLE_19_STABLE 2008-02-24 20:15:12 +00:00
ca67cd9f28 MDL-13303 fixed regression in forum recent activity; merged from MOODLE_19_STABLE 2008-02-24 20:05:54 +00:00
a90e92a538 MDL-13565 Tracking forum fixes; merged from MOODLE_19_STABLE 2008-02-24 10:54:21 +00:00
b9973acc4e MDL-13559 discussion moving; merged from MOODLE_19_STABLE 2008-02-21 10:31:55 +00:00
c5eb407be4 Added a more robust check to avoid a notice 2008-02-21 06:02:16 +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
150be0dfd0 MDL-13542 Merged return checking from stable 1.9 2008-02-20 06:16:07 +00:00
44022418b2 undefined discussion timestart on frontpage; merged from MOODLE_19_STABLE 2008-02-15 15:28:52 +00:00
f4c0cb7cf3 $cours typo fixed 2008-02-15 08:33:29 +00:00
a5f77de6b9 Merged fixes from MDL-13476 2008-02-15 00:51:44 +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
1e7ba87e9c MDL-13255 - hidden activity capability check was wrong
merged from 19_STABLE
2008-01-30 21:00:58 +00:00
0fc69cc4a9 Fixed missing context argument MDL-13206 2008-01-28 03:23:38 +00:00
5d49ff351d MDL-13149 - use correct capability checks to decide which forum subscribe
links to display
merged from MOODLE_19_STABLE
2008-01-27 17:01:12 +00:00
04150e0886 Adding some missing log actions when restoring forums. MDL-13184 ; merged from 19_STABLE 2008-01-27 00:39:56 +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
0bf0e3219e MDL-13050 Reverting, it's not working out as well as planned; merged from MOODLE_19_STABLE 2008-01-24 19:02:27 +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
406af084a3 MDL-13050 Modules were updated, and grades.php files were added to the lesson and hotpot modules 2008-01-18 14:44: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
c57da11991 MDL-12921 Using visible groups in Q&A Forums student can't reply to discussions for All participants (including groups code cleanup); merged from MOODLE_19_STABLE 2008-01-10 23:13:30 +00:00
b26adbef4c MDL-12373 - More instances of links to the participants list being shown in the navigation bar to people without the necessary capability.
I have not copied and pasted the same code into lots of different places. That sucks. We really need to refactor this into a function that builds the navigation up to, and including the user's name. However, I don't have time now. A list of the places touched by this bug (MDL-12373) will at least give a complete list of places that such a refactoring would have to touch.
2008-01-10 10:58:16 +00:00
52ea8aa026 Merged from 1.9 and checked :: MDL-12221 :: I added changes to weblib and the forum and glossary view pages, the custom_corners and standard theme to get those pages working.
In the view pages I changed the container function call to a simple "echo 'div ...'" to avoid the custom_corners container overhead and page oddity.

In weblib I added "clearfix" handling to the function "print_box_start($classes ...". "clearfix" is handed over to the containing divs. This is a hack, but I didn't know how to handle it without rewriting too much areas.
2008-01-09 15:52:08 +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
5cce2e7512 Add some documentation 2007-12-18 08:39:44 +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
b0dc3e563d Fixes bug MDL-2674, "backup always backsup/restores groups regardless of user settings" - restore group/grouping option. 2007-12-10 10:26:47 +00:00
0b5a80a1a5 MDL-7028 rewritten course reset + forum role_unassign cleanup fixes; merged from MOODLE_19_STABLE 2007-11-29 14:43:04 +00:00
2f60b31e90 MDL-10263, enable forum search for multiple groups 2007-11-28 07:53:44 +00:00
0a30a59c9d MDL-11818, single post forum descript = first post 2007-11-28 05:08:51 +00:00
15614af6a5 imagealt wasn't loaded in a list of the user's posts. 2007-11-27 05:02:27 +00:00
ef678ebb82 MDL-12175, forum reset should delete attachments 2007-11-26 04:22:10 +00:00
d417533252 Fix for par of the missing strings, as reported in MDL-12294 2007-11-26 04:10:08 +00:00
a78890d593 MDL-12133 validate() method tidying up; merged from MOODLE_19_STABLE 2007-11-23 22:15:07 +00:00
9f7f1a74a0 MDL-12221 custom themes revisited - implemented container concept; merged from MOODLE_19_STABLE 2007-11-23 16:49:51 +00:00
a9237b8b45 MDL-3632 : this prevents people without mod/forum:viewhiddentimedposts to see hiddentimedposts. 2007-11-19 04:44:08 +00:00
4050572d56 MDL-10888 parent definition_after_data() must be called too!; merged from MOODLE_19_STABLE 2007-11-17 16:53:39 +00:00