This commit is contained in:
moodler
2007-07-17 02:21:57 +00:00
parent 3bd4380e4a
commit a8c857d3c2
-353
View File
@@ -1,353 +0,0 @@
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-23 Friday 11:39 moodler
* install/lang/: eu_utf8/installer.php, zh_cn_utf8/installer.php:
Automatic installer.php lang files by installer_builder (20070323)
2007-03-23 Friday 05:31 tjhunt
* mod/quiz/report/grading/report.php:
MDL-7241 - Manual grading report, sort by completed time didn't.
2007-03-22 Thursday 11:53 moodler
* install/lang/: el_utf8/installer.php, zh_cn_utf8/installer.php:
Automatic installer.php lang files by installer_builder (20070322)
2007-03-22 Thursday 07:25 tjhunt
* mod/quiz/report/analysis/report.php:
MDL-7259 - Item analysis report does not use the right format_text
settings.
2007-03-22 Thursday 07:04 tjhunt
* mod/quiz/report/analysis/report.php:
Fix whitespace problems and Eclipse warnings in Item Analysis quiz
report.
2007-03-22 Thursday 06:01 skodak
* lib/moodlelib.php:
MDL-7647 Broken links on confirmation email (or others) - patch by
Paulo Matos; backported from MOODLE_17_STABLE
2007-03-21 Wednesday 11:48 moodler
* install/lang/: ta_utf8/installer.php, zh_cn_utf8/installer.php:
Automatic installer.php lang files by installer_builder (20070321)
2007-03-21 Wednesday 08:13 tjhunt
* question/type/multianswer/questiontype.php:
MDL-8978 - Regression from MDL-6386.
2007-03-21 Wednesday 03:49 skodak
* mod/resource/type/repository/hive/makelink.php:
MDL-8975 fix parameter handling in repository plugin; backported
from MOODLE_18_STABLE
2007-03-21 Wednesday 00:25 skodak
* admin/index.php:
SC#374 removing obsoleted utf8migration code; merged from
MOODLE_17_STABLE
2007-03-20 Tuesday 22:31 tjhunt
* question/type/: questiontype.php, multianswer/questiontype.php:
MDL-6386/MDL-6462 - yet more special character issues with
multianswer. I think I have got them all this time. Backported from
HEAD.
2007-03-20 Tuesday 11:33 moodler
* install/lang/es_utf8/installer.php:
Automatic installer.php lang files by installer_builder (20070320)
2007-03-19 Monday 23:55 stronk7
* filter/activitynames/filter.php:
small typo in var name
Merged from MOODLE_15_STABLE
2007-03-19 Monday 14:03 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-18 Sunday 11:26 moodler
* install/lang/sk_utf8/installer.php:
Automatic installer.php lang files by installer_builder (20070318)
2007-03-18 Sunday 06:58 poltawski
* question/type/multianswer/questiontype.php:
MDL-6386 - Regression from MDL-6462, lost stripslashes in CLOZE
question, thanks to Joseph Joseph Rézeau for his attention
to this issue. Backported from MOODLE_18_STABLE
2007-03-17 Saturday 06:29 pichetp
* mod/quiz/view.php:
adding </p> lines 106,108
2007-03-15 Thursday 20:58 tjhunt
* question/type/multianswer/questiontype.php:
MDL-6462 - Cloze (multianswer) question special character issues.
2007-03-15 Thursday 11:29 moodler
* install/lang/de_utf8/installer.php:
Automatic installer.php lang files by installer_builder (20070315)
2007-03-15 Thursday 05:23 tjhunt
* mod/quiz/db/: postgres7.php, mysql.php:
MDL-8127 - bad use of DESCRIPTION constant in quiz module causes
upgrade to fail. Thanks to Pavel Krejci for the fix.
2007-03-14 Wednesday 23:15 skodak
* filter/: algebra/algebradebug.php, algebra/filter.php,
algebra/pix.php, tex/texed.php, tex/pix.php, tex/texdebug.php:
MDL-8897 fixed shell commands in tex and algebra filters;
backported from MOODLE_17_STABLE
2007-03-14 Wednesday 21:48 ethem
* enrol/authorize/authorizenetlib.php:
Code cleanup
2007-03-14 Wednesday 11:48 moodler
* install/lang/eu_utf8/installer.php:
Automatic installer.php lang files by installer_builder (20070314)
2007-03-14 Wednesday 01:43 tjhunt
* backup/restorelib.php:
Eliminate bizarre use of function_exists.
2007-03-13 Tuesday 11:31 moodler
* install/lang/pt_utf8/installer.php:
Automatic installer.php lang files by installer_builder (20070313)
2007-03-12 Monday 16:54 skodak
* lib/phpmailer/class.phpmailer.php:
MDL-5229 and MDL-6196 fixed infinite loop for gb18030 encoding,
line breaking for gb18030 does not work though
2007-03-12 Monday 04:01 skodak
* blocks/login/block_login.php:
MDL-8849 use proper value quoting; backported from MOODLE_18_STABLE
2007-03-10 Saturday 22:52 moodler
* lib/timezones.txt:
Merged from head MDL-8842
2007-03-10 Saturday 11:26 moodler
* install/lang/da_utf8/installer.php:
Automatic installer.php lang files by installer_builder (20070310)
2007-03-10 Saturday 08:34 tjhunt
* question/type/random/questiontype.php:
MDL-8177 - Random questions selected deleted questions. Backported
from MOODLE_18_STABLE.
2007-03-09 Friday 11:43 moodler
* install/lang/fr_utf8/installer.php:
Automatic installer.php lang files by installer_builder (20070309)
2007-03-08 Thursday 11:28 moodler
* lib/statslib.php:
chaning require_once to include_once to tolerate faulty mods
2007-03-07 Wednesday 02:00 tjhunt
* question/type/multichoice/questiontype.php:
MDL-8349 - responses not being filtered in history display.
Backported from MOODLE_18_STABLE.
2007-03-05 Monday 20:30 moodler
* lib/moodlelib.php:
Mrged new string locations for modules
2007-03-04 Sunday 17:08 skodak
* mod/forum/: lib.php, lib.php:
MDL-8584 forum reset now disabled if using PostgreSQL in Moodle
1.6.x
2007-03-04 Sunday 11:38 moodler
* install/lang/zh_cn_utf8/installer.php:
Automatic installer.php lang files by installer_builder (20070304)
2007-03-04 Sunday 09:18 gbateson
* mod/hotpot/hotpot-full.js:
set JQuiz[7]=false, to fix checking answers for JQuiz Hybrid
questions when in ShortAnswer mode
2007-03-03 Saturday 20:17 skodak
* mod/data/: edit.php, lib.php:
MDL-8733 fixed approving logic when editing; fixed approve icon
2007-03-03 Saturday 01:15 skodak
* lib/weblib.php, login/logout.php, enrol/authorize/enrol.php,
lang/en_utf8/moodle.php:
sesskey added to logout.php MDL-8727 ; backported from HEAD
2007-03-02 Friday 12:48 moodler
* question/: backuplib.php, restorelib.php:
fix for MDL-8491, comments not saved in backups for essay questions
2007-03-02 Friday 09:42 mjollnir_
* backup/restore_execute.html:
fixing bug MDL-8651: import course data should clean up after
itself
2007-03-01 Thursday 15:01 defacer
* mod/chat/lib.php:
Fix for MDL-8515: Prefixing chat messages with a slash should not
hide the user's name unless it's a special command we handle.
I completely removed the emoticon handling case, but it seems like
it was not needed for a long time now? Emoticons work just fine
without it.
2007-02-27 Tuesday 22:25 defacer
* calendar/: lib.php, view.php:
Fix for MDL-4701: Event URLs now include anchor so that the event
is immediately visible.
2007-02-27 Tuesday 21:55 defacer
* calendar/view.php:
Bugfix: skodak's fix for MDL-5991 is needed here as well.
2007-02-27 Tuesday 21:44 defacer
* calendar/: event.php, lib.php, set.php, view.php:
Changing email addresses that caught my eye in the comments.
2007-02-27 Tuesday 21:38 defacer
* blocks/HOWTO.html:
Not needing this anymore, we now have Moodle Docs.
2007-02-27 Tuesday 12:38 moodler
* filter/mediaplugin/filter.php:
fixing typo
2007-02-26 Monday 11:35 moodler
* install/lang/: cs_utf8/installer.php, ko_utf8/installer.php,
sk_utf8/installer.php:
Automatic installer.php lang files by installer_builder (20070226)
2007-02-25 Sunday 07:07 defacer
* lib/pagelib.php:
Fix for MDL-4940: Social Activities block disappears when editing
course settings.
2007-02-24 Saturday 11:34 moodler
* install/lang/da_utf8/installer.php:
Automatic installer.php lang files by installer_builder (20070224)