CHANGES ======= This file contains all the raw change logs from the past month, so that you can see exactly what changes have been made recently. --------------------------------------------------------------- 2007-03-19 Monday 23:53 stronk7 * filter/activitynames/filter.php: small typo in var name 2007-03-19 Monday 13:50 martinlanghoff * filter/activitynames/filter.php, mod/glossary/filter.php, mod/resource/filter.php, mod/wiki/filter.php: 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-12 Monday 04:03 skodak * blocks/login/block_login.php: MDL-8849 use proper value quoting; backported from MOODLE_18_STABLE 2007-03-10 Saturday 08:37 tjhunt * mod/quiz/questiontypes/random/questiontype.php: MDL-8177 - Oops. In Moodle 1.5, the table was called something different. 2007-03-10 Saturday 08:35 tjhunt * mod/quiz/questiontypes/random/questiontype.php: MDL-8177 - Random questions selected deleted questions. Backported from MOODLE_18_STABLE. 2007-03-04 Sunday 09:12 gbateson * mod/hotpot/hotpot-full.js: fix checking answers for JQuiz Hybrid questions when in ShortAnswer mode