moodle/mod/resource
martinlanghoff 9aa9080756 Auto-linking filters: fix serious caching bug in forum mailouts
Autolinking of glossaries, activity, resources and wiki names were using a
trivial single-entry cache implemented with static vars. The cache was _not_
keyed on course.

This bug was visible during forum_cron() which walks many courses. The cache
would get "stuck" on the first course that had something to put in the cache.
All mailouts from there onwards would autolink to stuff in the wrong course.
2007-03-19 06:33:45 +00:00
..
db Changing resource->alltext to medium. MDL-6872 2007-01-20 19:32:02 +00:00
type MDL-8860 - Enabled multilang filter for site title. 2007-03-19 04:26:45 +00:00
backuplib.php fixed recursive backing up of backup folder when resource diretory reference is course files root - MDL-6280 ; merged from MOODLE_16_STABLE 2006-09-16 18:15:40 +00:00
config.html replacing fielsets with divs in small forms 2007-03-02 01:19:00 +00:00
fetch.php new function get_coursemodule_from_id() is now used for obtaining of valid $cm from coursemodule id SC#283 2006-08-08 22:09:55 +00:00
filter.php Auto-linking filters: fix serious caching bug in forum mailouts 2007-03-19 06:33:45 +00:00
icon.gif ***NOTE NOTE NOTE ********************************************************** 2002-10-17 14:03:59 +00:00
index.php Merged Nicolas' changes from MDL-8582 into HEAD. 2007-02-28 06:25:22 +00:00
lib.php MDL-8520 resource navigation borked by accessibility frame changes 2007-02-14 22:05:23 +00:00
mod.html Fixed lots of bodgy little things 2004-07-28 06:56:59 +00:00
mod_form.php MDL-8696 - Just reduced input field from 64 to 48 2007-03-13 07:38:54 +00:00
restorelib.php Fixes bug MDL-8059 "... won't restore - error A required parameter (id) was missing" 2007-02-16 15:45:35 +00:00
version.php Updated versions and requires (primarily because of formslib dependencies) 2007-02-02 13:02:24 +00:00
view.php added missing $course 2007-01-27 19:14:23 +00:00