Git commits in Moodle 1.6.2 by skodak

commit 2877856383850e4f9e2640e59331022110a15c92
Author: skodak <skodak>
Date:   Mon, 11 Sep 2006 15:13:03 +0800
Tag:    v1.6.2

validate local redirection actions in jumpto.php SC#310; backported from HEAD

commit a12743a49b4ca2c153fac42f2fe4ebe4c80e6651
Author: skodak <skodak>
Date:   Fri, 08 Sep 2006 23:51:40 +0800
Tag:    v1.6.2

fixed typo - trailing backslash; backported from HEAD

commit faafe845610a3480a63ef88b51fd60499e6bdb44
Author: skodak <skodak>
Date:   Fri, 08 Sep 2006 04:33:03 +0800
Tag:    v1.6.2

fixed serious breakage during upgrades caused by double redirects

commit df8ac6d2e69ce147698fd56a5c716360db75a66e
Author: skodak <skodak>
Date:   Thu, 07 Sep 2006 18:21:43 +0800
Tag:    v1.6.2

forced conversion to proper numeric type in _adodb_column_sql() SC#259; backported from HEAD

commit c98d228b966c4997b5a50b40f680f62940dfd4e9
Author: skodak <skodak>
Date:   Thu, 07 Sep 2006 13:50:05 +0800
Tag:    v1.6.2

allow less verbose operation of forget_password.php  SC#282, backported from HEAD

commit 586e08ac32984e09b238bd034cd0e5cd4cf67705
Author: skodak <skodak>
Date:   Wed, 06 Sep 2006 06:38:59 +0800
Tag:    v1.6.2

backported detection of potentially insecure dataroot location SC#295

commit 13ad4e12e12d6dad3ba597908cd0f571ece49847
Author: skodak <skodak>
Date:   Wed, 06 Sep 2006 05:51:31 +0800
Tag:    v1.6.2

fix for bug MDL-5403 , you can now force redirect with 0 delay even when header already printed

commit b02b2f70d72c0047fa1d9d69aed7be066f90f053
Author: skodak <skodak>
Date:   Wed, 30 Aug 2006 16:04:43 +0800
Tag:    v1.6.2

better input validation in files/index.php SC#307; backported from HEAD

commit 4d21686218e243264a32a6b7b70de221f1d7f715
Author: skodak <skodak>
Date:   Wed, 30 Aug 2006 04:39:24 +0800
Tag:    v1.6.2

better handling of anchor name in docs index SC#306; backported from HEAD

commit 18e2de43135ba0e4c3fcf6e7ce66d065c1599272
Author: skodak <skodak>
Date:   Tue, 29 Aug 2006 05:34:39 +0800
Tag:    v1.6.2

show detailed log messages only when debug is not off SC#303; backported from HEAD

commit 0eeec1a96f0b6f3c676fb05313ee67c19fcff71c
Author: skodak <skodak>
Date:   Tue, 29 Aug 2006 05:13:12 +0800
Tag:    v1.6.2

create safer .htaccess SC#302; backported from HEAD

commit cd7911506974ddcbd9576213be801997426771ac
Author: skodak <skodak>
Date:   Wed, 23 Aug 2006 06:19:54 +0800
Tag:    v1.6.2

debug off level is now 5 instead of 7 to prevent E_WARNING on production sites SC#294

commit cd1e684b2cfb057103201c3b84d7a200c31cea2f
Author: skodak <skodak>
Date:   Wed, 23 Aug 2006 06:09:33 +0800
Tag:    v1.6.2

fixed trailing whitespace in last commit sad

commit d67514acb8cd634b004fabd93c0b0585f01fbbc5
Author: skodak <skodak>
Date:   Wed, 23 Aug 2006 06:03:08 +0800
Tag:    v1.6.2

Rewritten help.php by Tim Hunt with minor fixes - SC#292

commit fdb76e639f1e9a4361b7d248b444e831d16bb7af
Author: skodak <skodak>
Date:   Tue, 22 Aug 2006 04:38:44 +0800
Tag:    v1.6.2

fixed some notices in scheduled backup

commit 0a861d45069677caf19ac9df9c9a2e0233551971
Author: skodak <skodak>
Date:   Fri, 18 Aug 2006 05:33:26 +0800
Tag:    v1.6.2

Bug #6276 - Multiple questions not showing up from scale page

commit 029d0a28bdeba38b5bcbcaa346f8dca97c76b730
Author: skodak <skodak>
Date:   Tue, 15 Aug 2006 04:55:58 +0800
Tag:    v1.6.2

$CFG->debug=0 from config.php is not overriden by setup.php anymore SC#293

commit c26ac7924fdb504c453da7c89a92261c4f8c70c8
Author: skodak <skodak>
Date:   Tue, 15 Aug 2006 04:07:35 +0800
Tag:    v1.6.2

adding proper checks that the requested help file exists SC#292

commit a7ea2d7dccd6744ad5c28de96819824f9ec4ccca
Author: skodak <skodak>
Date:   Mon, 14 Aug 2006 14:22:15 +0800
Tag:    v1.6.2

prevent access to filters when disabled in filter settings SC#291

commit b5c240e397bbad2df80ac82843fe0bf0cbe0463d
Author: skodak <skodak>
Date:   Sat, 12 Aug 2006 20:41:55 +0800
Tag:    v1.6.2

fixed format_text caching - now respects text format, current language and course id (lang fix is needed for my multilang filter rewrite wink

commit 0f69811d980002709668a2001477a811bfee4bab
Author: skodak <skodak>
Date:   Thu, 10 Aug 2006 23:30:49 +0800
Tag:    v1.6.2

new function get_coursemodule_from_id() is now used for obtaining of valid $cm from coursemodule id SC#283; backported from HEAD

commit 105a8f399f97603f79ca2a0ec79214ac2335135f
Author: skodak <skodak>
Date:   Thu, 10 Aug 2006 04:39:24 +0800
Tag:    v1.6.2

obfuscation of the email addresses

commit c071606525ac16216695b880326147ed3df8c966
Author: skodak <skodak>
Date:   Thu, 10 Aug 2006 03:45:41 +0800
Tag:    v1.6.2

Bug #6199 - A typo in edit.php

commit dfa8b0f06a3cebff163a6444e0250ca2d038c6ad
Author: skodak <skodak>
Date:   Thu, 10 Aug 2006 03:29:34 +0800
Tag:    v1.6.2

Bug #4936 - Highlighting a question text fragment with different color

commit 8953a3b44fe30f7ffc054846d34e3aad036d5710
Author: skodak <skodak>
Date:   Thu, 10 Aug 2006 02:35:42 +0800
Tag:    v1.6.2

Bug #6225 - Moodle bug #4658 Breaks assignment type: Upload Single

commit 6223b2eb1e5bc570128f45021d5a8175b40ab3cf
Author: skodak <skodak>
Date:   Wed, 09 Aug 2006 17:36:01 +0800
Tag:    v1.6.2

Bug #6106 - HTML editor inserting unwanted hard return between images

commit 2928e3d2d69d968cf487505f825ab4750e778e2f
Author: skodak <skodak>
Date:   Mon, 07 Aug 2006 22:48:51 +0800
Tag:    v1.6.2

Swf now disabled by default in Mediaplugin and added explanation SC#284

commit 47c86600505c6e0ab6f05c1559e0f0bee1d0c530
Author: skodak <skodak>
Date:   Mon, 31 Jul 2006 18:26:18 +0800
Tag:    v1.6.2

Bug #6146 - Smiley popup can not be translated

commit 8860ceb4d2c6fcadf701a6a7efeccdb6f704fc09
Author: skodak <skodak>
Date:   Mon, 31 Jul 2006 18:04:18 +0800
Tag:    v1.6.2

fixed warning when no referer available

commit a45c1d139af3a7c48d611fa88d1c4c45887d1d70
Author: skodak <skodak>
Date:   Mon, 31 Jul 2006 17:17:53 +0800
Tag:    v1.6.2

Bug #6168 - missing link for course request - fixed

commit ecdb04ca069c2b7297333bfe87b54f382f5a0f7a
Author: skodak <skodak>
Date:   Mon, 31 Jul 2006 17:14:13 +0800
Tag:    v1.6.2

Bug #6168 - missing link for course request

commit 0fc71cc5083e78d9678f700418cb1eb13ef5c0d0
Author: skodak <skodak>
Date:   Mon, 31 Jul 2006 06:43:58 +0800
Tag:    v1.6.2

SC #280 force downloading of database files

commit 9a0d8fd2b3ba6e9e192d0a3c4a0fb8e8622dcb5f
Author: skodak <skodak>
Date:   Mon, 31 Jul 2006 06:23:43 +0800
Tag:    v1.6.2

Bug #6170 - Glossary bug: it displays nothing when autolinking to non-ascii text and other minor cleanup

commit d2b00aae1dae020e58935cab4a6212b5679fda2e
Author: skodak <skodak>
Date:   Mon, 31 Jul 2006 06:18:14 +0800
Tag:    v1.6.2

Bug #6170 - Glossary bug: it displays nothing when autolinking to non-ascii text and other minor cleanup

commit 2a94a64a062c4b729bfd48eeef33c2a7c1279088
Author: skodak <skodak>
Date:   Mon, 31 Jul 2006 05:46:31 +0800
Tag:    v1.6.2

Bug #6135 - Reduce unnecessary use of strtolower to make non-English languages look better

commit d7a5c75f3097e74c162f866c79b9ae00019f130d
Author: skodak <skodak>
Date:   Sun, 30 Jul 2006 18:30:07 +0800
Tag:    v1.6.2

Bug #6176 - locale setting on config variables page not functioning correctly

commit be029bdf25bed64aaf1b0e2cfc9fdb80d0348e0b
Author: skodak <skodak>
Date:   Sat, 29 Jul 2006 17:43:36 +0800
Tag:    v1.6.2

Bug #6181 - icelandic doesn't migrate

commit b573d77752b2bd9a8cea5e3aa681ed9371ff647a
Author: skodak <skodak>
Date:   Sat, 29 Jul 2006 04:56:21 +0800
Tag:    v1.6.2

Bug #6183 - typo in clean_param() description

commit 9a2539db217afd5fbda2b8c168acaa49d21cf0c1
Author: skodak <skodak>
Date:   Thu, 27 Jul 2006 19:48:19 +0800
Tag:    v1.6.2

Fixed Call to undefined function: print_progress() in /usr/share/moodle/admin/upgradeforumread.php

commit 905fdcaa310c71ede4448b51dca54c0ccbc65e21
Author: skodak <skodak>
Date:   Mon, 24 Jul 2006 18:31:21 +0800
Tag:    v1.6.2

Bug #6159 Site settings interface typo - Combo list - my first commit form UK MoodleMoot smile