Git commits in Moodle 2.0.0 by Petr Skoda

commit a864e5ddc376975fb5db2496102968be32966e71
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 24 Nov 2010 10:52:26 +0800
Tag:    v2.0.0

MDL-24699 fixed performance and other potential problems in update_user_record

commit c4cef1fe3908474422834961ac16581aedba89ed
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 20 Nov 2010 19:39:11 +0800
Tag:    v2.0.0

MDL-25314 weaker misconfiguration detection seems like there are too many problems in buffer flushing in different PHP/browser configurations; flushing the buffers after all headers are sent, this is the safest way

commit 116ee3e4335529176dc8f4a6c1b83aff955e6214
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 20 Nov 2010 11:56:34 +0800
Tag:    v2.0.0

MDL-25314 coding style improvement

commit 596c71156d16e8184f9f9573794864acb12b46d8
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 20 Nov 2010 11:55:53 +0800
Tag:    v2.0.0

MDL-25314 some more header diagnostics when preparing to send file

commit 871ed4587059e079429db3c2174a6b9b10b939ab
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 20 Nov 2010 11:49:20 +0800
Tag:    v2.0.0

MDL-25314 adding some header/session related notes

commit 5e21cac8969168f8c70ac4c1dcf9d61826dd4215
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 20 Nov 2010 11:17:19 +0800
Tag:    v2.0.0

MDL-25336 fixed &amp; in mod/url and fixed incomplete click url when embedding

commit 56e507b2eeb093ff2c80dd454a6eb27b493cc9ab
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 20 Nov 2010 10:51:26 +0800
Tag:    v2.0.0

MDL-25335 prevent errors when invalid format specified in resource text page

commit 6c796bb6bdfb724050f641263a87f9a170f46657
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 20 Nov 2010 10:27:34 +0800
Tag:    v2.0.0

MDL-25338 optional param: newcourseidnumber is treated like required param resulting in logic error, credit goes to Nick Thompson

commit 3338a72fa0e1a77bb9f70cf55cc014a1c10a7e43
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 20 Nov 2010 10:24:05 +0800
Tag:    v2.0.0

MDL-25337 fixed invalid config test in enrol course sync, credit goes to Nick Thompson

commit 6e65fcd9b9c6f248813ade741a99f3aa34ef892e
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 19 Nov 2010 16:51:49 +0800
Tag:    v2.0.0

trying to work around gzip issue

commit cbad562eee83d47302bb64a7f2300ab29a97ed37
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 19 Nov 2010 11:40:43 +0800
Tag:    v2.0.0

MDL-25314 improved prevention of output buffering + detection of misconfigured servers Scripts that do not want buffered output just define NO_OUTPUT_BUFFERING before including config.php. The fileserving code now checks if the headers are already sent which detects misconfigured servers.

commit 27466303d94d36e33d13954689a6b468de794c16
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 19 Nov 2010 09:39:30 +0800
Tag:    v2.0.0

MDL-25314 getting rid of @ hiding error We were using these because we added them in stable and did not want to risk any regression, in the long term it is better to show all errors caused by random PHP restrictions introduced by shared hosting admins.

commit 9ecf4f44e4d7c39d6af304befe2d9909c6592c47
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 18 Nov 2010 14:26:27 +0800
Tag:    v2.0.0

fixing regression in the last commit

commit de542ff813cdf7f145d750e764f07e20143c5132
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 18 Nov 2010 14:14:59 +0800
Tag:    v2.0.0

NOBUG explaining why textlib sorting fails

commit e98a39260a1b33725bd292b3d2b1bde625416ce1
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 17 Nov 2010 20:25:36 +0800
Tag:    v2.0.0

NOBUG standardising prevention of output buffering we should really add some new define before the config.php inclusion soon

commit 516c5eca68d32e0989de5c2ba4747d58b60fdf3b
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 17 Nov 2010 14:23:56 +0800
Tag:    v2.0.0

MDL-24698 hopefully fixed all completion_info problems

commit 2c0b6ab223d4eed44c87de9de5dd8d01a95a35e4
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 17 Nov 2010 11:52:05 +0800
Tag:    v2.0.0

MDL-23610 increasing version number to trigger environment test

commit cd4f18595a18ca4363c7f7ed6ab7ad794a62efe6
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 17 Nov 2010 09:58:38 +0800
Tag:    v2.0.0

MDL-23610 finally fixed the broken utf8 detection in mysqli driver this was actually causing tons of false reports because people are often creating the database without the encoding parameter, especially when testing upgrades

commit 43206af618b74f6392d0706f2c81b08d8741bb41
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 16 Nov 2010 18:27:00 +0800
Tag:    v2.0.0

MDL-25235 fixed param type for OS paths paths to executable are not PARAM_TEXT, we have to use PARAM_RAW there + whitespace fixes

commit ddd11b6c784b4ffdfaf6f6430b99dc5cb9e04b9b
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 15 Nov 2010 16:05:02 +0800
Tag:    v2.0.0

MDL-25123 description of more hidden debug settings credit goes to Matteo Scaramuccia

commit 8082d3abf738ce8361047285368956560fe86fcf
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 15 Nov 2010 15:38:02 +0800
Tag:    v2.0.0

MDL-25187 upgrade log debugging to use new DML style all credit goes to Eloy Lafuente (stronk7)

commit 785d2cf2bd40c9474304a374878cf01c1dcf8d43
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 15 Nov 2010 13:53:22 +0800
Tag:    v2.0.0

MDL-25031 fixed question ugprade - credit goes to Mark Nelson

commit e47c78f929a9dbdfe3110bb5e818dea49c4102b5
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 15 Nov 2010 13:52:33 +0800
Tag:    v2.0.0

MDL-25031, MDL-25198 fixed use of proper table prefixes in blocks upgrade and fixed invalid DML call in questions ugprade

commit 7415aed103fc3bbda4a46d02147a9bf68aa010d9
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 14 Nov 2010 10:01:59 +0800
Tag:    v2.0.0

MDL-11728 finally defining the exact meaning of is_internal() in auth plugins internal means "uses password hash for user authentication", there is a new is_synchronised_with_external() method that indicates if moodle should automatically sync user info with external system after login; I have also improved the default for prevent_local_passwords() which is now defaulting to !is_internal()

commit 2e24dd645efe3a0742d2937c3a28887063ca4987
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 12 Nov 2010 18:13:40 +0800
Tag:    v2.0.0-rc2

MDL-25174 adding a workaround for old passwords that were hashed with magic quotes

commit 07c53c4a48652e34968de72e2c12603de28b1be7
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 12 Nov 2010 10:36:20 +0800
Tag:    v2.0.0-rc2

MDL-25174 adding a workaround for old passwords that were hashed with magic quotes

commit 4e56afdfb455cc1e44bc2779050eb29e6f9b994a
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Nov 2010 17:39:41 +0800
Tag:    v2.0.0-rc2

attempt to fix mnet jumping issue when already logged in as guest

commit dfd9f745b1a6a72776e9f8d5611cb1b009e43b3b
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Nov 2010 15:56:49 +0800
Tag:    v2.0.0-rc2

MDL-21963 rewritten progress bar internals, hopefully working now properly

commit f11f7b41dfc31c213fcb0f6f4b8803c2d0a013a0
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Nov 2010 14:11:13 +0800
Tag:    v2.0.0-rc2

MDL-25152 guest logging can be disabled now

commit 0ed26d1288ce55312a861e32c5b0fab2d481cfaf
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Nov 2010 13:27:34 +0800
Tag:    v2.0.0-rc2

MDL-25150 new debugusers setting

commit 80cfa4537cd1372813107542f6d1aedb4dfbab70
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Nov 2010 11:43:04 +0800
Tag:    v2.0.0-rc2

MDL-24239 scorm upgrade includes handling of extracted archives

commit ba572e34597995fdc5fb4adcc6274b9395c4ea2b
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Nov 2010 08:46:33 +0800
Tag:    v2.0.0-rc2

MDL-25145 ignore bogus roles of deleted users in meta enrol sync

commit 090b95864142b38810b5762b638ccbd35c2f9106
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Nov 2010 08:39:53 +0800
Tag:    v2.0.0-rc2

no return necessary after exception thrown

commit 68f94e2418c879d32646916f5d4a5cc054aae912
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Nov 2010 08:34:44 +0800
Tag:    v2.0.0-rc2

MDL-24806 new time/date profile field Credit goes to Mark Nelson - Pukunui Technology

commit 72ea01170693aa15a0a9e3b187162219e41ecfb5
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 10 Nov 2010 10:49:00 +0800
Tag:    v2.0.0-rc2

MDL-24955 improved add discussion logic for users that are not enrolled yet

commit 8e18e1ecdce82256444a4ae4c23840131ec3f4df
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 10 Nov 2010 10:43:56 +0800
Tag:    v2.0.0-rc2

MDL-24955 improved reply link logic for users that are not enrolled yet

commit 45ff8a80d31b0506c29149a58b4bac2d774da96b
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 10 Nov 2010 10:14:27 +0800
Tag:    v2.0.0-rc2

MDL-24955 improved detection of available self enrol plugins

commit 54ab8769cdb95192112cf97cae8dc3dcf462f161
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 09 Nov 2010 09:53:28 +0800
Tag:    v2.0.0-rc2

MDL-24955 prevent infinite redirect loop when not enrolled and self enrol not available

commit cdfb6ba85022befd76696b07afc6acd1dfce7bae
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 09 Nov 2010 09:28:43 +0800
Tag:    v2.0.0-rc2

MDL-25072 themes may disable ajax course edit

commit b871436148c58cb99bd845a89fdd4e02cf1c4a63
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 08 Nov 2010 11:28:54 +0800
Tag:    v2.0.0-rc2

MDL-25031 ignore invalid block instances pagetypepattern can not be null, so we ignore these until we find a way to fix them properly, sorry

commit 6bd8d7e737456cc161b589ca1dbe2630bc242393
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 05 Nov 2010 16:44:51 +0800
Tag:    v2.0.0-rc2

NOBUG fixed infinite loop when zlib compression enabled revisited

commit 2cadd443df11408937cbbf023f78d2eade83f97f
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 05 Nov 2010 16:32:36 +0800
Tag:    v2.0.0-rc2

NOBUG fixed infinite loop when zlib compression enabled

commit ad26248c3a8f732456f6ce37e95ec6d845e0a97c
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 05 Nov 2010 15:29:24 +0800
Tag:    v2.0.0-rc2

MDL-25053 invalid SQL syntax postgresql requires AS when defining column aliases, credit goes to Alan Peter Carter

commit 0ed7146b028c8e57f68058f284922a4f5fb2b11e
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 02 Nov 2010 00:00:47 +0800
Tag:    v2.0.0-rc2

MDL-22584 fixed non standard space char breaking file upgrades

commit 8365e25f6b93209c92373003837185ffa100ce36
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 01 Nov 2010 15:31:54 +0800
Tag:    v2.0.0-rc2

MDL-24954 fixed inverted guest icons

commit 2b9cc35e36281d9d466a110fc33a953c1b0158c0
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 30 Oct 2010 04:08:29 +0800
Tag:    v2.0.0-rc2

MDL-24938 fixed missing context ino

commit 36b1c872a3d0f6d4312acaaab79746f5b12a8b33
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 30 Oct 2010 04:01:21 +0800
Tag:    v2.0.0-rc2

MDL-24927 fixed orphaned activities regression when single topic selected

commit e22465c7bf69f2104228334c581eb7c5f742b01e
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 27 Oct 2010 16:11:21 +0800
Tag:    v2.0.0-rc2

fixed hardcoded prefixes in wiki table names

commit 1fa894b374db39599663e3b288f007cc2ac0008c
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 27 Oct 2010 16:09:32 +0800
Tag:    v2.0.0-rc2

fixed table name typo

commit 2b27ae72742c8bd57f0683c081411ac985b1c131
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 27 Oct 2010 15:48:19 +0800
Tag:    v2.0.0-rc2

MDL-24878 fixed missing returns in cli fatal_error rendering

commit d217b9506835d7244b69858e848ef4ffb3afe378
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 27 Oct 2010 03:14:22 +0800
Tag:    v2.0.0-rc2

MDL-22584 detect file paths that are too long to fit into 255 char db field

commit ecb97a50f97aa2faf5d2d5b8bc955df37e43ff68
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 27 Oct 2010 03:07:56 +0800
Tag:    v2.0.0-rc2

MDL-24852 updated yui readme

commit af3426f65ec6ea80dfe2cca92aefb91d4272ec9b
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 27 Oct 2010 03:06:14 +0800
Tag:    v2.0.0-rc2

MDL-24852 switching to yui 2.8.2

commit 8ebc6dff42885c1eccbfe74801322922b07e1198
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 27 Oct 2010 03:02:15 +0800
Tag:    v2.0.0-rc2

MDL-24852 phploader meta info for yui 2.8.2

commit 69747f00de99f94bdc32ed09497b93c5f8c78c36
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 27 Oct 2010 01:59:56 +0800
Tag:    v2.0.0-rc2

MDL-24834 removing usetags duplicate setting - credit goes to Mark Drechsler

commit 568d0b6de0f2aab4f7218d313600da64455de7a2
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 27 Oct 2010 01:46:57 +0800
Tag:    v2.0.0-rc2

MDL-24869 fixed incorrect string location

commit d0e538ba1ca0df5afbb8e228d8353aa9c1f37c62
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 27 Oct 2010 00:21:23 +0800
Tag:    v2.0.0-rc2

MDL-19702 rewritten context caching by Sam Marshall + tweaks for potential problems caused by drift

commit 510f8b0e5c9599618a131a2a4ad2f113cd3991bd
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Oct 2010 23:16:11 +0800
Tag:    v2.0.0-rc2

MDL-22290 stadnardised the cancel button on lesson password page

commit ea7a9614e77d7b4972fcc9862ef188fc4f1761a0
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Oct 2010 23:05:04 +0800
Tag:    v2.0.0-rc2

MDL-24859 adding missing glossary ajax text formatting (patch by Jason Platts) + adding missing context param to formatting options

commit b52d96018b3fdeca373d6e78db703e87a22e24ae
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Oct 2010 22:44:13 +0800
Tag:    v2.0.0-rc2

MDL-22700 fixed bad foreign key definition in table wiki_pages, patch by Jason Platts

commit f6f06d6919f282307176f5416bbaef0726e9a232
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Oct 2010 22:37:23 +0800
Tag:    v2.0.0-rc2

MDL-22878 fixed incorrect install flag name, patch by John Beedell

commit 5bda2d6a67e3033b0f6593a4129fc80903101f30
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Oct 2010 22:31:09 +0800
Tag:    v2.0.0-rc2

MDL-24479 fixed invalid strings, patch by Jenny Gray

commit 1c7a2f84dbf54805a35ebed882d98138c1e18188
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Oct 2010 21:38:05 +0800
Tag:    v2.0.0-rc2

MDL-24787 fixing group UI to work for users without roles too

commit fad11786124a9e7976a07cae3d55e294f48c074f
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Oct 2010 21:04:33 +0800
Tag:    v2.0.0-rc2

MDL-24694 fixing broken upgrade once more - this step was skipped because two blocks had the same version number

commit f026fd1c82b6ebd819a841f3ae367beda254b66c
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Oct 2010 20:58:13 +0800
Tag:    v2.0.0-rc2

MDL-24847 fixed incorrect unittest setup

commit 2ec48e8484b51f18ce88cf989cf279dafb29e2c1
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Oct 2010 16:28:56 +0800
Tag:    v2.0.0-rc2

MDL-24861 fixed text <> char comparison breaking MSSQL upgrade

commit d827f7b8b04fac9f46e3e09d22e780d4d029ca50
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Oct 2010 16:02:51 +0800
Tag:    v2.0.0-rc2

MDL-24848 fixed broken extra memory limit

commit 8260ca36d5334cfac66459b104985e8b733be822
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Oct 2010 16:01:22 +0800
Tag:    v2.0.0-rc2

MDL-24848 prevent undefined docs url problems in install

commit 79556891f8f92d985fa6d53fe282988112a45284
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Oct 2010 15:51:09 +0800
Tag:    v2.0.0-rc2

MDL-24847 fixed problem when default roles have probibit capabilities

commit fad46532b790626c4f30b158c9f742aa94ff49b9
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Oct 2010 05:08:22 +0800
Tag:    v2.0.0-rc2

MDL-24852 latest YUI 2.8.1, unfortunately there is no support for it in yui phploader - that means we can not use it yet in moodle

commit 39461de3295915b96a1409b04edf22804ec31ec4
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Oct 2010 04:44:32 +0800
Tag:    v2.0.0-rc2

MDL-24837 improved user preferences internal implementation, general code cleanup, minor bugfixing, fixed '0' value regression and improved caching options in cron scripts (this should hopefully help with messaging performance in cron once it is used there), implemented basic unit tests for user user preferences

commit a9bc3d537bad46f626c9b69e5ea5280dabe4c26a
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 25 Oct 2010 06:13:43 +0800
Tag:    v2.0.0-rc2

MDL-24808

commit e6906df277f0443cc811738998d7bc57ed098a2d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 24 Oct 2010 19:48:45 +0800
Tag:    v2.0.0-rc2

MDL-24523 adding note that clean_text() is designed to work with htm ltext only, technically we can not clean other formats before the conversion, sorry

commit c281862ad093c923948eee349b5d85f256ca1a83
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 24 Oct 2010 16:21:40 +0800
Tag:    v2.0.0-rc2

MDL-24716 fix for broken path info on apache servers

commit cd3059b1224c1e08277b99638a27612547154b59
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 23 Oct 2010 18:57:15 +0800
Tag:    v2.0.0-rc2

MDL-24751 64bit systems have higher memory limits now

commit e76ed293bb03a87ef81348b51d70d90ea8a1baeb
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 23 Oct 2010 18:48:25 +0800
Tag:    v2.0.0-rc2

MDL-24772 fixed a theoritical problem with sites that do not have any enrollable roles with moodle/course:view, credit goes to Tim Lock

commit aced917bae4d77b3849677f7279b311d46d4d561
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 23 Oct 2010 18:26:38 +0800
Tag:    v2.0.0-rc2

MDL-24803 fixed tagid typo in tag correlation table update

commit 03ea0b32cc9215606cc94a87dff91f05942cd841
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 22 Oct 2010 17:07:02 +0800
Tag:    v2.0.0-rc2

MDL-20210 dod not stop login process when can not connect to auth/db external database

commit 155ef38baaf448e5be109111bc3ec879ba41e1c2
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 19 Oct 2010 18:22:59 +0800
Tag:    v2.0.0-rc2

MDL-24761 we can safely reset all roles now

commit 41209c1e0f1ff05970637ac4e0d02bb9a08be907
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 19 Oct 2010 18:17:48 +0800
Tag:    v2.0.0-rc2

MDL-24751 upgrades may need more memory

commit 346c5887b122e89825c686497c766ee4861a1e46
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 19 Oct 2010 18:13:15 +0800
Tag:    v2.0.0-rc2

MDL-24751 using new memory constants

commit c22473a214757eac726060d59fbf01d2f2754bab
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 19 Oct 2010 18:00:29 +0800
Tag:    v2.0.0-rc2

MDL-24751 fixed default memory limit when deciding to use apache_child_terminate(), apache_child_terminate() is now called from one place only

commit a4c3fc813ab2b7892746c322ef43be58e03381e8
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 19 Oct 2010 17:43:01 +0800
Tag:    v2.0.0-rc2

MDL-24751 increased default memory limit when deciding to use apache_child_terminate(), we can safely remove all other uses of apache_child_terminate()

commit 30c396f09abf9faa11ccda8ceebe7a1d3104336c
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 19 Oct 2010 17:41:35 +0800
Tag:    v2.0.0-rc2

MDL-24751 increased default memory limit when deciding to use apache_child_terminate, we can safely remove all other uses

commit 0f0f0768191520dae3d3f2d9d128e8797d84ca1f
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 19 Oct 2010 17:23:08 +0800
Tag:    v2.0.0-rc2

MDL-24751 simplified use of raise_memory_limit() by introduction of memory use constants, set memory limit before including our large libs, adding support for G suffix introduced in PHP5

commit 113072bdd72c3c37f52c77f095960543919ec2cb
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 19 Oct 2010 15:46:26 +0800
Tag:    v2.0.0-rc2

MDL-24759 fixing incorrect skipping on non-url file type resources, credit goes to Tim Lock

commit 99ffafc3d32a164f44a2f49ddd9d8871829da15c
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 19 Oct 2010 15:37:34 +0800
Tag:    v2.0.0-rc2

MDL-24755 clear all caches

commit e4c05ec7b8971c882ae152e3b7afcd8a92e5362a
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 19 Oct 2010 15:36:22 +0800
Tag:    v2.0.0-rc2

MDL-24755 fixed double define in configonly scripts, credit goes to Aparup Banerjee

commit 5ecfec6d7cd84409ef3e65c001acada6a8252ffe
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 19 Oct 2010 01:08:44 +0800
Tag:    v2.0.0-rc2

MDL-24722 adding missing context info

commit 4c56c7bf0cd5f02d3fb765e48fe6665b3f8cc170
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 19 Oct 2010 01:06:44 +0800
Tag:    v2.0.0-rc2

MDL-24726 prevent cron execution when upgrade pending

commit 9957af681054ca087e13c17416f80b015ca3670b
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 18 Oct 2010 20:52:25 +0800
Tag:    v2.0.0-rc2

MDL-24723 prevent cron execution in CLI maintenance mode

commit 8820f4e751eb24ee481d20efda35dfa30b08b3ae
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 18 Oct 2010 20:48:39 +0800
Tag:    v2.0.0-rc2

MDL-24723 new CLI maintenance mode

commit aa0dd423f76a809a4a4853f9d1c77c78cf7938d5
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 18 Oct 2010 19:44:14 +0800
Tag:    v2.0.0-rc2

improved legacy file migration - now processing default directory indexes too

commit 9815cceee8f190b233fc6fa2609562830a4e6509
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 18 Oct 2010 19:43:09 +0800
Tag:    v2.0.0-rc2

improved coding style of last commit

commit fe3c5daedeb567ea31de3b4fd6736a1c8c4e233f
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 18 Oct 2010 19:41:11 +0800
Tag:    v2.0.0-rc2

adding support for directory links in file resource

commit 2f65797837ef84ab0307f04cf92bb87b1b044e51
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 18 Oct 2010 19:39:57 +0800
Tag:    v2.0.0-rc2

do not send stored file if nothing to send given

commit b4ff85aa38aa49fc8ae675581769026353147c80
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 18 Oct 2010 18:52:57 +0800
Tag:    v2.0.0-rc2

fixed incorrect comparison

commit d490ca8161efb7b1b27d5d01adb37d4f13d420e4
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 18 Oct 2010 16:26:57 +0800
Tag:    v2.0.0-rc2

MDL-24690 fixed incorrect cohort condition when auto-creating groups

commit 69ee96d2a99a1f1f6cafc88fd36ed483ed6cbbb1
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 17 Oct 2010 05:49:06 +0800
Tag:    v2.0.0-rc2

MDL-20139 removing tinymce icons that are not usable in moodle or are mostly for advanced users

commit 1eb7e2290cec3071e562bebb6e16ff4d96924d73
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 17 Oct 2010 02:02:33 +0800
Tag:    v2.0.0-rc2

MDL-20716 json PHP extension is required in Moodle 2.0

commit 2778744bf9a4bd720426c97677496863cd1a23e0
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 17 Oct 2010 01:43:04 +0800
Tag:    v2.0.0-rc2

MDL-20051 removing login links from login page

commit 74162134606b0c8515e834ec94a193d7ffe4231d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 16 Oct 2010 03:18:45 +0800
Tag:    v2.0.0-rc2

MDL-24332 fixed incorrect fix - credit goes to Steve Massicotte

commit ead94e3d125ad1b8c299209da56b12ad8c24de7c
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 15 Oct 2010 17:21:52 +0800
Tag:    v2.0.0-rc2

MDL-23617 fixed borked style sheet and more resizing improvements and fixed nav bar

commit f6fa64f07a3e14a0389a129ee1f1842f6c3bde8a
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 15 Oct 2010 16:55:24 +0800
Tag:    v2.0.0-rc2

MDL-23617 improved YUI resizing

commit 1d6e7ae4598698426a63b9b8522adf5d0ff60e43
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 15 Oct 2010 16:12:57 +0800
Tag:    v2.0.0-rc2

MDL-23617 fixed imscp frame resizing

commit 165dbc811c40ecb03c81b03cd84aba8e0398634a
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 15 Oct 2010 05:10:18 +0800
Tag:    v2.0.0-rc2

MDL-23617 fixed the imscp TOC mystery

commit ccd7189a8bc46a29ca37876ce42631a3ee857af8
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 15 Oct 2010 03:40:50 +0800
Tag:    v2.0.0-rc2

MDL-14627 new mod/url:view capability

commit ce459060fe7bc55aba755a8706eccd4a3bf69a7e
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 15 Oct 2010 03:36:19 +0800
Tag:    v2.0.0-rc2

MDL-14627 new mod/resource:view capability

commit 605d358c3525c7e9a5b029835bd52ef974987962
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 15 Oct 2010 03:33:59 +0800
Tag:    v2.0.0-rc2

MDL-14627 fixed file_browser access control

commit 0c0484de7b72fefdb37f648fe7e276f1c94c2bb6
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 15 Oct 2010 03:29:24 +0800
Tag:    v2.0.0-rc2

MDL-14627 new mod/page:view capability

commit e0334eca6f7df17326b6d6e7b1d23b50e9a64e2b
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 15 Oct 2010 03:02:42 +0800
Tag:    v2.0.0-rc2

MDL-14627 new mod/imscp:view capability

commit 9093de635442e165e6d3df65f789fd70a8e077e0
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 15 Oct 2010 02:20:24 +0800
Tag:    v2.0.0-rc2

MDL-14627 new mod/folder:view capability

commit 848fe203df05f2ce6f517ffc0a2f948ed94ee530
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 15 Oct 2010 02:18:31 +0800
Tag:    v2.0.0-rc2

MDL-14627 if you do not have capability to view activity the continue button should point to course not the activity

commit 14333c1128c36136f8917ee2b82f44da359658c4
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 14 Oct 2010 22:08:01 +0800
Tag:    v2.0.0-rc2

MDL-24316 version bump needed for js cache resetting

commit e8b32e2bfa65458bcad12d25b6bc0d8360c93fb4
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 14 Oct 2010 22:07:01 +0800
Tag:    v2.0.0-rc2

MDL-24316 ajax course edit now works with orphaned activities

commit 46b2346b57240b5b18e0642af4daafc4121ca8fd
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 14 Oct 2010 18:20:30 +0800
Tag:    v2.0.0-rc2

MDL-24316 new lang string, improved visualisation

commit 04cc7da3e423e775a79caf245ac63d2af19ea3a5
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 14 Oct 2010 18:02:32 +0800
Tag:    v2.0.0-rc2

MDL-20366 removing the ability to add new activities to invisible sections, I do not think we should encourage this kind of tricks

commit 4cac68ab13ca34d25604d64fcf290e5f65a54e01
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 14 Oct 2010 04:17:56 +0800
Tag:    v2.0.0-rc2

MDL-24316 adding support for stealth sections on course edit page - work in progress, we need to decide how to visualise it and what lang strings to use

commit 4d4d20e7a25f685a0677f37e850542bb8bc0d820
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 14 Oct 2010 04:14:40 +0800
Tag:    v2.0.0-rc2

MDL-24650 fixing sloppy regression, sorry; credit for goes to Daniele Cordella

commit 2a62743c40896099d346bddf84f888dba37fd13c
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 14 Oct 2010 02:51:37 +0800
Tag:    v2.0.0-rc2

MDL-24316 "reenabling" access to stealth activities

commit f53f73ca6170072ddfff59b474c303821b6a3a73
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 14 Oct 2010 01:39:06 +0800
Tag:    v2.0.0-rc2

MDL-24650 xhtml strict fix in participants page

commit 6ef1402e3db5ff8c0ad521264d7fee967236f779
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 14 Oct 2010 01:35:21 +0800
Tag:    v2.0.0-rc2

MDL-24650 xhtml strict fix in forms

commit ac9889d4343faf2031fcd7d491ab6be0adf7bbf2
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 14 Oct 2010 01:33:48 +0800
Tag:    v2.0.0-rc2

MDL-24650 xhtml strict fix in resource embedding

commit fb0f16a7c8693a906b433ddde227887c4c891e2f
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 14 Oct 2010 01:32:33 +0800
Tag:    v2.0.0-rc2

MDL-24650 xhtml strict fix of hidden "Go" buttons

commit 388d1c024db787a94b6db5bf7ce99bedd2489570
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 14 Oct 2010 01:29:35 +0800
Tag:    v2.0.0-rc2

MDL-24650 xhtml strict fix in filter

commit cd811d1a60e0dabda93e4fac26e85753f0b5aa35
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 14 Oct 2010 01:28:17 +0800
Tag:    v2.0.0-rc2

MDL-24650 xhtml strict fix in comments

commit f011a8fb57af659c622b634953361809c90dd838
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 14 Oct 2010 01:19:17 +0800
Tag:    v2.0.0-rc2

MDL-24647 fixed mod/data approval file access check + fixed security issue + improved coding style

commit 0831484c2aa03df63264830e90b607b833f0af56
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 13 Oct 2010 16:29:22 +0800
Tag:    v2.0.0-rc2

MDL-14817 fixing recent regressions

commit f44cffeac623298384f3bbc14d11c68393d57cdc
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 12 Oct 2010 17:19:08 +0800
Tag:    v2.0.0-rc2

MDL-14595 more CSS styles whitelisted in KSES

commit 3c447ebe595c7dfa7af6a11df4c9101681723315
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 12 Oct 2010 17:08:36 +0800
Tag:    v2.0.0-rc2

MDL-14817 eliminating all potential ra duplicates

commit da959e2a46cfef0ca9eebd626690ef26545ba791
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 12 Oct 2010 17:00:31 +0800
Tag:    v2.0.0-rc2

removing obsolete code

commit 81ed4632fcd83fd2e1cc4f7dd13a903fc792cf45
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 12 Oct 2010 16:34:52 +0800
Tag:    v2.0.0-rc2

MDL-14232 group import moved to group UI, fixed regressions and improved coding style - in future we should definitely improve the navigation structure of groups interface

commit 22a8fbdcf9328937ca1d5a0c9502c317a0d2a981
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 11 Oct 2010 15:55:24 +0800
Tag:    v2.0.0-rc2

MDL-22739, MDL-23772 improved changeme hack + finally fixing the delayed changeme effect

commit 0c9c5ef0f5912c0d5f36f2a975cf6890fc294662
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 11 Oct 2010 05:48:12 +0800
Tag:    v2.0.0-rc2

MDL-22739 keeping the magic 'changeme' password only for manual auth, it does not make much sense for other types

commit 8a8f1c7cd689344834cfa693783bd73da404521b
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 11 Oct 2010 01:30:28 +0800
Tag:    v2.0.0-rc2

MDL-10137 rewritten cookie test on login page, username cookie is not required any more - hopefully this will be more reliable test

commit 17c70aa007373fbace76124d98f3604ffe2391ad
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 10 Oct 2010 23:04:19 +0800
Tag:    v2.0.0-rc2

MDL-16723 automatic redirects to https when loginhttps enabled - this solves accidental usage of http version + it also solves recent navigation regressions + fixed regression from PAGE conversions + deprecated old httpsrequired() and $HTTPSPAGEREQUIRED

commit 3354eb8cb426fef1c44d53482e906a16343d6299
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 10 Oct 2010 21:23:14 +0800
Tag:    v2.0.0-rc2

MDL-16723 if $CFG->loginhttps redirect to https login page is somebody goes to http + fixed submission warnings when already logged in

commit e81fb5efad2272d0fc4f23938a6df40dd25ca05f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 10 Oct 2010 20:13:23 +0800
Tag:    v2.0.0-rc2

MDL-16640 do not show login form to users that are already logged in, this may solve some sesskey problems caused by re-logging

commit 12488e62ae466290710ed206b3e36b9c5c4bd328
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 10 Oct 2010 18:22:31 +0800
Tag:    v2.0.0-rc2

MDL-10782 fixed double footer when deleting glossary category

commit 13cf6181d912768760a5de0e8b1a16335fcb30a0
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 10 Oct 2010 18:08:47 +0800
Tag:    v2.0.0-rc2

MDL-24265 adding missing nolink desc string, credit goes to Myles Carrick

commit e6f74ba355f89e71926e22250523cdcab2a88b10
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 10 Oct 2010 06:53:50 +0800
Tag:    v2.0.0-rc2

MDL-19925 adding events to upload users scripts

commit b68e1bc521f1080b4e4f941fc02980b83157451f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 10 Oct 2010 03:55:18 +0800
Tag:    v2.0.0-rc2

MDL-16349 we can now safely switch to the guest role

commit b593d49d593ee778f525b4074f5ee7978c5e2960
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 10 Oct 2010 02:13:33 +0800
Tag:    v2.0.0-rc2

MDL-24570 multiple sitepolicy fixes + adding new separate guest user policy AMOS BEGIN  MOV [configsitepolicy,core_admin],[sitepolicy_help,core_admin] AMOS END

commit f22f832e59498881472ccc8c5a16499c30b24741
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 09 Oct 2010 20:22:57 +0800
Tag:    v2.0.0-rc2

CONTRIB-2420 mysql editor is now standard /local/ plugin

commit a732add0df4081b97606645b20e0ddd8d01414d9
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 09 Oct 2010 18:26:35 +0800
Tag:    v2.0.0-rc2

MDL-24590 fixed links to groups on participants page

commit 6663b9d1e3043011b43564212690d0aaf0c7bfb0
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 08 Oct 2010 17:22:56 +0800
Tag:    v2.0.0-rc2

MDL-24565 fix invalid XML unicode characters when uses KSES filtering - credit goes to Jenny Gray

commit 252708c64dd05ca2a01740f89d19c44522aa1ed0
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 08 Oct 2010 16:51:22 +0800
Tag:    v2.0.0-rc2

fixed coding style

commit 45fb2cf8989b9cb8eece397f67abe261e69ca3d8
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 08 Oct 2010 16:47:04 +0800
Tag:    v2.0.0-rc2

MDL-24578 removed duplicate user delete functions, fixed unenrol bugs

commit 01ebadfbb6e3b72a519cde07a822a7e3b21438f6
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 07 Oct 2010 04:15:50 +0800
Tag:    v2.0.0-rc2

MDLSITE-1025 prevent group info access only in separate mode

commit e7521e4c133e2155b9758501fdca1a73cb46d480
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 07 Oct 2010 03:12:49 +0800
Tag:    v2.0.0-rc2

MDL-6122 truncate_userinfo() has to use unicode aware functions

commit 4756e9c9e2d08c9eb3706a3b75fff1e8f4bd9ebc
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 07 Oct 2010 03:06:52 +0800
Tag:    v2.0.0-rc2

MDL-21915 fixing remaining chmod and mkdir to use moodle file permissions

commit 29d488cffcfc31f069fbd46058a30a91d06bb987
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 07 Oct 2010 02:14:04 +0800
Tag:    v2.0.0-rc2

MDL-23799 fixed distinct text

commit 294eb62895194fd20e79316e9f34120905d4c1c2
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 07 Oct 2010 01:53:10 +0800
Tag:    v2.0.0-rc2

MDL-23648 adding missing link to clicktoopen string, it is not enough tojust print url when we say users to click on it

commit 059676389be3767082a98971dbe97f19995ce5a9
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 07 Oct 2010 00:52:54 +0800
Tag:    v2.0.0-rc2

MDL-23648 adding resizing to iframe, this should finally solve IE issues when embedding resources

commit 00a9534401cdc6e4e5bea52061c771fa618d76ab
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 07 Oct 2010 00:24:43 +0800
Tag:    v2.0.0-rc2

MDL-22338 main version bump necessary for JS cache invalidation

commit 147fee876e2ed2a22ef7b490efbbed1c804c921b
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 07 Oct 2010 00:23:37 +0800
Tag:    v2.0.0-rc2

MDL-22338 fixed regression - the embedded resources are being resized again

commit ab1f13b783786c27d25f33f844e6577b956559d7
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 06 Oct 2010 23:59:33 +0800
Tag:    v2.0.0-rc2

MDL-24552 importing latest markdown extra 1.2.4

commit 9834f7b002fe64cafdd1f0086e7f88b2bb6b4272
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 06 Oct 2010 23:53:16 +0800
Tag:    v2.0.0-rc2

MDL-24550 fixed Zend version

commit d322a63d05a49701a19062f2e1184889dac1fc1f
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 06 Oct 2010 23:52:29 +0800
Tag:    v2.0.0-rc2

MDL-24550 fixed yui version

commit a4a446332d0f52c93ba10d775a1ba373fd6b6943
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 06 Oct 2010 23:50:51 +0800
Tag:    v2.0.0-rc2

MDL-24550 fixed simplepie version

commit 43104ee12fd956b0a3c5866a78db6cd4d8db7885
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 06 Oct 2010 23:50:14 +0800
Tag:    v2.0.0-rc2

MDL-24550 phpxml not used any more

commit 8a16a0aff19df7e1acb96342ee33306fccabe173
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 06 Oct 2010 23:47:57 +0800
Tag:    v2.0.0-rc2

MDL-24550 fixed phpmailer version

commit 3a5041eb636c354afd213a7f9ea012fb1d254651
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 06 Oct 2010 23:46:33 +0800
Tag:    v2.0.0-rc2

MDL-24550 fixed crypt version and license

commit a7dd72d73c14061ee7d26a04cafd4f36b72864a8
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 06 Oct 2010 23:38:42 +0800
Tag:    v2.0.0-rc2

MDL-24550 fixed Console getopt version

commit a326dac75499d898fc1cac941b00c8393e308285
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 06 Oct 2010 23:34:46 +0800
Tag:    v2.0.0-rc2

MDL-24550 updated version of htmlpurifier

commit 64f721a2dfeb15de6c308149faf930437330d048
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 06 Oct 2010 23:32:35 +0800
Tag:    v2.0.0-rc2

MDL-24551 adodb 5.11

commit 6ede09aa836c53630ec18e67d3441786b3fcc938
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 06 Oct 2010 23:31:49 +0800
Tag:    v2.0.0-rc2

MDL-24551 importing latest adodb 5.11

commit a02357dfbf2edc8f55bfebd6e6b0c9a19dfa1515
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 06 Oct 2010 20:56:56 +0800
Tag:    v2.0.0-rc2

MDL-24535 do not store 'wantsurl' when accessing group images

commit b57ad501202b7cf0e3bac3d4dc2ad410e4caef5a
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 06 Oct 2010 20:42:17 +0800
Tag:    v2.0.0-rc2

MDL-24523 markdown cleanup

commit 96e890bbf5fb377f8c1e0861766c7dc46e009fde
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 05 Oct 2010 16:25:58 +0800
Tag:    v2.0.0-rc2

MDL-24520 use different name if manager role already exists

commit 70ff13bed7bc5056ae5b58d200280eff0b7f9f53
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 04 Oct 2010 16:47:58 +0800
Tag:    v2.0.0-rc2

MDLSITE-1007 ugly workaround for preventing of sloppy string to int casting in mysql

commit 422b75a712926772a7f55bc3846183f8649edd81
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 04 Oct 2010 16:21:53 +0800
Tag:    v2.0.0-rc2

mysql comparison weirdness finally detected

commit e5d1410b23bede9078ee768cde1d100c2416b341
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 04 Oct 2010 16:12:28 +0800
Tag:    v2.0.0-rc2

enhanced int comparison test

commit 4e6e2a51f6277cac4a03b73a3930d525270859f7
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 04 Oct 2010 16:00:45 +0800
Tag:    v2.0.0-rc2

adding a test that should detect problems with string x int comparison

commit 01beeae9938b30003502bea75b3a5f7e41b515de
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 04 Oct 2010 15:50:12 +0800
Tag:    v2.0.0-rc2

MDL-24505 limit max number of admin candidates

commit e079ee2c23ff486d8423e818e5da5d5dcc462ff0
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 04 Oct 2010 15:42:38 +0800
Tag:    v2.0.0-rc2

MDL-24507 disabling emotions plugin because the absolute paths are not going to work in backup/restore

commit 2b54304b8454a0db5f250fcb240efc0af92760c6
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 04 Oct 2010 02:27:21 +0800
Tag:    v2.0.0-rc2

MDL-24500 group pix BC - just empty image to prevent broken links

commit 910855aaeb811b9296068c90e226254d55178082
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 04 Oct 2010 02:12:20 +0800
Tag:    v2.0.0-rc2

MDL-24500 user pix BC

commit b6d8012ed7f66de66724ab20d83afbfffbc3a458
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 04 Oct 2010 02:00:21 +0800
Tag:    v2.0.0-rc2

MDL-24500 first step towards BC for user/pix.php

commit 4613c1ea3d072be3766a5769e5a83d900268875f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 03 Oct 2010 23:27:31 +0800
Tag:    v2.0.0-rc2

MDL-23772 cleanup SESSION->wantsurl before redirect + removed unnecessary require_login()

commit 375053ed10c0ccb53a3894409624df53e215ffab
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 03 Oct 2010 21:15:49 +0800
Tag:    v2.0.0-rc2

MDL-24042 mod/data is using weaker require_course_login instead of standard require_login - fixing regression for data files

commit c11c7251cf86c9680ab6188c13b04a483f58f0ae
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 03 Oct 2010 19:01:17 +0800
Tag:    v2.0.0-rc2

MDL-24484 fixed spellchecker regressions

commit edda2b9af62b324987981cb74c8f2c82967d0e04
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 03 Oct 2010 18:38:48 +0800
Tag:    v2.0.0-rc2

MDL-24485 fixed lowercase theme names (credit goes to Anthony Borrow) + using get_string() to show real theme name on the theme selection page

commit f0a25c37c2c99b15fa464870a3bace2b5fdb7b2f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 03 Oct 2010 01:13:44 +0800
Tag:    v2.0.0-rc2

MDL-24432 changing the guest role explanation and renaming the text string to force new translation in all languages because the guest capabilities are completely changed in 2.0

commit 68aaaa45df3bf879586da17815c7d3afd3fb6d64
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 03 Oct 2010 01:07:14 +0800
Tag:    v2.0.0-rc2

MDL-24432 fixed guest role info

commit 54f531849236f899450829fbc00d4eef6e7fe675
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 03 Oct 2010 00:34:42 +0800
Tag:    v2.0.0-rc2

MDL-23818, MDL-18900 fixed trusttext upgrade + coding style improvements and cleanup

commit 62e65b21abf6c27d1fa8265dcdb6feee2d3ef114
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 02 Oct 2010 05:45:14 +0800
Tag:    v2.0.0-rc2

minor coding style improvements and phpdocs cleanup

commit 448aad7f5e677a3ac3c2366002774bb5dbd045bb
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 02 Oct 2010 05:13:27 +0800
Tag:    v2.0.0-rc2

MDL-24339 improved coding style and fixed id duplicates in get_roles_with_capability()

commit f6cf17c0254965ab707d6627b91ad76394c3b4fe
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 02 Oct 2010 03:44:23 +0800
Tag:    v2.0.0-rc2

MDL-24339 fix for old mysql invalid NULLs in resource options field

commit de79c941b13163cb33102a2e29656b43ba49d3b7
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 02 Oct 2010 02:43:19 +0800
Tag:    v2.0.0-rc2

MDL-24339 fix for old mysql invalid NULLs in resource popup field

commit e0819a807df0591794df75c49878a19e98db9822
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 30 Sep 2010 17:08:11 +0800
Tag:    v2.0.0-rc2

MDL-24265 ooops, forgot to fix lineendings

commit c985d9aa5a523d826c3894bb1f974ad4859462a2
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 30 Sep 2010 17:01:47 +0800
Tag:    v2.0.0-rc2

MDL-24265 importing latest TinyMCE 3.3.9.2

commit e995de87e2216f4a118c575a545d836e9560a0cc
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 30 Sep 2010 05:50:11 +0800
Tag:    v2.0.0-rc2

MDL-24446 prevent problems with invalid values of CFG->maxbytes

commit 9b540305dfa3eefe04583efd8c40703cd989e496
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 30 Sep 2010 05:09:19 +0800
Tag:    v2.0.0-rc2

MDL-24445 fixed problem with uninitialised PAGE object

commit 51679b83ef91623709746688254ff28d25a1fff2
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 30 Sep 2010 03:58:16 +0800
Tag:    v2.0.0-rc2

MDL-24265 adding missing nolink dirs

commit 7e65a8ceb0824c3059641274d841a19edd1caf29
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 30 Sep 2010 03:57:48 +0800
Tag:    v2.0.0-rc2

MDL-24265 adding missing moodlemedia dirs

commit 8edef30f562c5415e705b337beb94c6e65b97b20
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 30 Sep 2010 03:57:22 +0800
Tag:    v2.0.0-rc2

MDL-24265 adding missing dragmath dirs

commit b7b88c090d4afce692d1a100da1fbb3774a12647
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 29 Sep 2010 16:16:13 +0800
Tag:    v2.0.0-rc2

MDL-24339 workaround for broken parents in block instances

commit afa7cfa833bf817c61639f34d2e69143823ceacd
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 29 Sep 2010 06:34:33 +0800
Tag:    v2.0.0-rc2

improved handling on errors on redirect page + preventing PAGE->context errors

commit a9c16bab263ba8b40b96ce240f178a72eab1b8d2
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 28 Sep 2010 21:47:01 +0800
Tag:    v2.0.0-rc2

MDL-24265 removing forgotten debug script

commit 942695e7d4c51a04b602e899e7205db7ffe5fde8
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 28 Sep 2010 21:41:24 +0800
Tag:    v2.0.0-rc2

MDL-24265 tring to fix messed up moving of dirs in bloody CVS

commit 0da5bedf8e573c3ad28c9fd01b74183f9fccb8d7
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 28 Sep 2010 21:34:10 +0800
Tag:    v2.0.0-rc2

MDL-24265 importing latest tinymce, customisations and build script is available from http://github.com/skodak/tinymce

commit 735b8252ead3d1e4d39f3242e6584a1dd4abb92a
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 28 Sep 2010 21:19:13 +0800
Tag:    v2.0.0-rc2

fixed incorrect line endings

commit ace65a10f7c8d220adffa8e6f10ba225122dbbdc
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 28 Sep 2010 16:44:42 +0800
Tag:    v2.0.0-rc2

MDL-24368 disable compression on admin index and cron pages

commit 9384419a4f62c151421d58615fb65d5e7f88fbb1
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 27 Sep 2010 23:41:46 +0800
Tag:    v2.0.0-rc2

MDL-24368 prevent infinite loops when caching can not be disabled

commit 56048f8366319519fc0727d29c7c8a78396885c0
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 27 Sep 2010 18:16:28 +0800
Tag:    v2.0.0-rc2

MDL-24332 fixed https handling when using sslproxy - thanks djeeg

commit bc31625abae31011f32c2ea62bead27321f9c953
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 27 Sep 2010 17:41:59 +0800
Tag:    v2.0.0-rc2

MDL-24356 fixed DML conversion - based on patch by Jay Knight

commit 43d42a1acf76853f6e3a43e3c84b4f3f3f964e58
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 27 Sep 2010 17:15:28 +0800
Tag:    v2.0.0-rc2

MDL-24383 adding missing context setup - credit goes to Paul Ortman

commit 86b0f23224122e2583cf0385a19ff421d4b9c18c
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 27 Sep 2010 16:45:59 +0800
Tag:    v2.0.0-rc2

MDL-24396 fixed regressions in bulk user delete

commit e728447dfec4e151738a30be56e81cdbbad63181
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 22 Sep 2010 23:03:39 +0800
Tag:    v2.0.0-rc2

MDL-24282 fixed double decode - I just meant to specify default value there, sorry; thanks Tim for discovering this regression

commit 532a91d431bb522339901b18f5d75699d688414d
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 22 Sep 2010 16:18:18 +0800
Tag:    v2.0.0-rc2

MDL-24329 reverting previous patch, it should be imo better to not should discouraged legacycoursefiles option when it is disabled site-wide

commit cda6d44b1bb16bd123f2b1674c9f22286b38bc25
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 22 Sep 2010 06:27:49 +0800
Tag:    v2.0.0-rc2

pg 9.0 note

commit e9da9f5bb69ef6d8286d3e4e7f2684558af20515
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 22 Sep 2010 05:57:03 +0800
Tag:    v2.0.0-rc2

MDL-24318 fixed incorrect sql conversion

commit 6496a019c9ed80deb65963b4624f3e9e315618c7
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 18:42:20 +0800
Tag:    v2.0.0-rc1

MDL-24322 detecting duplicate keys/fields and indexes - this prevents infinite looks later in code

commit e5dadefafc8fa203b63ed94ead797989bb70f5fd
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 18:40:48 +0800
Tag:    v2.0.0-rc1

MDL-24322 grrr, fixing my previous commit, sorry Eloy

commit 7c0808b6b89c2dc2fcdf16f7b350f01161f9bcca
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 18:18:30 +0800
Tag:    v2.0.0-rc1

MDL-24322 temporary working for broken prev/next handling in xmldb

commit 4f92410fb5dfaa80ed2157a9356d686aebd1a171
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 16:57:31 +0800
Tag:    v2.0.0-rc1

MDL-24321 deprecating object class

commit 6bdfef5da9c8a741f916d4b3c918bd24be8b54e1
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 16:54:01 +0800
Tag:    v2.0.0-rc1

MDL-24321 switching to standard stdClass()

commit 8c6521bb9bef180cdce2c19d33035d0b1c17639f
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 16:48:47 +0800
Tag:    v2.0.0-rc1

MDL-24321 switching to stdClass- some leftovers

commit e894efc31c47e9cbd5e23362724a49fc6e86e969
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 16:47:01 +0800
Tag:    v2.0.0-rc1

MDL-24321 switching to stdClass in /backup/

commit a226a972f7cacbbf2b1afd65ae363dbf5b8f32be
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 16:44:02 +0800
Tag:    v2.0.0-rc1

MDL-24321 switching to stdClass in /admin/ and /

commit 39790bd80523631e86fb3dcc794c0ebcafd52400
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 16:37:36 +0800
Tag:    v2.0.0-rc1

MDL-24321 switching to stdClass in /mod/

commit 7a424cc4f22c8b746183f00fcc12bb5c17508847
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 16:28:15 +0800
Tag:    v2.0.0-rc1

MDL-24321 switching to stdClass in /webservice/

commit bf718f50accc627e8ac2353fff52b5b7642dcd9e
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 16:27:29 +0800
Tag:    v2.0.0-rc1

MDL-24321 switching to stdClass in /user/

commit c213773d596fd8e3e87fb2f5947e6f588d41f4d0
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 16:25:41 +0800
Tag:    v2.0.0-rc1

MDL-24321 switching to stdClass in /tag/

commit a1abd74d9399fab00be3c47e1eee11272e82149f
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 16:25:18 +0800
Tag:    v2.0.0-rc1

MDL-24321 switching to stdClass in /search/

commit a27ab6fdfb35f6c4521e273f3b9b2a7717aa50a5
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 16:22:04 +0800
Tag:    v2.0.0-rc1

MDL-24321 switching to stdClass in /repository/

commit 7f389342430514a0f954acb6cf177293b2614b61
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 16:20:46 +0800
Tag:    v2.0.0-rc1

MDL-24321 switching to stdClass in /question/ - I am sure Tim will be very happy

commit 6d63fb5c55c5c84a8878e84755e8ee19108b9d6b
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 16:19:28 +0800
Tag:    v2.0.0-rc1

MDL-24321 switching to stdClass in /notes/

commit 8e803c3f9f548c34dcedae077ad16dc86d1ffb81
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 16:18:23 +0800
Tag:    v2.0.0-rc1

MDL-24321 switching to stdClass in /login/ and /message/

commit ace9051cc1d4c89ac0fbd4840e50f6cff775ae45
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 16:16:49 +0800
Tag:    v2.0.0-rc1

MDL-24321 switching to stdClass in /g*/

commit 8be3250285d5f5c97543a41cb2a7eba90ec4fd95
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 16:15:38 +0800
Tag:    v2.0.0-rc1

MDL-24321 switching to stdClass in /files/

commit 94b9c2e8da3d72606b9a78d492398fd793ea56d3
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 16:14:41 +0800
Tag:    v2.0.0-rc1

MDL-24321 switching to stdClass in /e*/

commit fbaea88faa4a2f5310b93f995b8e23fe01dcdb15
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 16:13:11 +0800
Tag:    v2.0.0-rc1

MDL-24321 switching to stdClass in /c*/

commit e463f508cb2f94c95b1896bffe91989f64276fe9
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 16:11:06 +0800
Tag:    v2.0.0-rc1

MDL-24321 switching to stdClass in /blog/

commit dd4bee83ae5961466a80728cb354fd460b32c916
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 16:10:17 +0800
Tag:    v2.0.0-rc1

MDL-24321 switching to stdClass in /blocks/

commit 1dffbae2dafd1397acbeb79ac96fd7b7d6dc677f
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 16:09:22 +0800
Tag:    v2.0.0-rc1

MDL-24321 switching to stdClass in /auth/

commit 365a594107f18071ef5a29eb1469527bc59695cc
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 16:07:44 +0800
Tag:    v2.0.0-rc1

MDL-24321 switching to stdClass in /lib/

commit ac6f1a82f996a043da58065b911777ff8c1f06b3
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 15:57:42 +0800
Tag:    v2.0.0-rc1

MDL-24321 switching to stdClass

commit a0f97768dcae6be31715ac9ab8e6c70e4897445c
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 15:51:09 +0800
Tag:    v2.0.0-rc1

MDL-24223 hopefully more embed BC

commit cbe44fb217a1365709c8f655339ccf9eec00ed8b
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 15:20:40 +0800
Tag:    v2.0.0-rc1

MDL-24223 same basic support for "safe" flash embedding

commit 25b0d32c38a50795fe1c5ba0519b4c29327a7e09
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 15:20:12 +0800
Tag:    v2.0.0-rc1

MDL-24223 more unittests for html purifier

commit 927b2e7bc72617d14881a4120ce10a9061216c3a
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 14:59:09 +0800
Tag:    v2.0.0-rc1

MDL-24313 standardising general object instantiation to use sdtClass instead our object

commit 4e9996127a718c173e58f6a7b89a17068d263b05
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 05:59:34 +0800
Tag:    v2.0.0-rc1

new test for diagnosing of Postgresql 9.0 problems with BLOBS

commit f7e17018f990e3f251bc8574b34d1419f38406f1
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 03:13:07 +0800
Tag:    v2.0.0-rc1

MDL-24302 removing multiple field from block table in install.xml - it was already removed in upgrade once

commit 8e7fecd96e3cd983e9f5a9f22b4467a6bfe7f2d1
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 21 Sep 2010 02:28:46 +0800
Tag:    v2.0.0-rc1

prevent notices from media filter plugin before the plugin gets upgraded + whitespace

commit 31680508d54993f0844ffc73266ca425e997e2d1
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 20 Sep 2010 15:49:30 +0800
Tag:    v2.0.0-rc1

MDL-22795 new guest icons - credit goes to Rossiani Wijaya

commit 5bd2219b160688459b3ef1d6875af9edf7bbdd06
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 20 Sep 2010 15:46:11 +0800
Tag:    v2.0.0-rc1

MDL-22795 new paypal icons - credit goes to Rossiani Wijaya

commit 9a13c5af34c33752a1b26090c832d20e4e322aad
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 20 Sep 2010 15:43:56 +0800
Tag:    v2.0.0-rc1

MDL-22795 new enrol self icons - credit goes to Rossiani Wijaya

commit e691a373b57aa75333daafa84f1760d85dde6ca2
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 20 Sep 2010 02:49:31 +0800
Tag:    v2.0.0-rc1

MDL-24276 improved coding style

commit 7c109ea3f02593f95f6039cf607ea8159ff3cf59
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 20 Sep 2010 02:43:52 +0800
Tag:    v2.0.0-rc1

MDL-24276 "static abstract" combination is deprecated since PHP 5.2, replacing with our coding_style exception

commit dc157e0903d2a12d8c63efe70658c5e7f9a16cd5
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 20 Sep 2010 00:10:18 +0800
Tag:    v2.0.0-rc1

MDL-24285 fixed invalid password check

commit 5eef02f8f1aea8c393581a0623847f83b2eae8de
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 20 Sep 2010 00:06:39 +0800
Tag:    v2.0.0-rc1

MDL-24224 fixed more 'mod_form' typos, thanks Anthony!

commit 3fbab486e038e23b17fb81f8c92dc794529fb03c
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 20 Sep 2010 00:04:17 +0800
Tag:    v2.0.0-rc1

MDL-24224 moving forum attachments stored in incorrect area

commit 693ef3a8af5fc37f7585327aa59f2d0b1632cfd1
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 19 Sep 2010 23:50:18 +0800
Tag:    v2.0.0-rc1

MDL-24283 improved stored_file encapsulation, this should allow us to hack with stored_file/file_storage internals in the future without breaking BC

commit d630512b9c9ba00fee37e24ee203f0beb121c50a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 19 Sep 2010 23:27:00 +0800
Tag:    v2.0.0-rc1

MDL-24282 improved s() to deal better with hex encoded entities

commit 6b3e399166d86cc16751e1e53641e73f7dd3719d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 19 Sep 2010 23:21:22 +0800
Tag:    v2.0.0-rc1

MDL-24224 fixed typo, credit goes to Anthony Borrow

commit 7bbdd17d6e0a2480d448eadc226164e228d22e0e
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 19 Sep 2010 22:15:18 +0800
Tag:    v2.0.0-rc1

MDL-24282 allow admins to manage forum subscriptions

commit 9aeaf4c622c98e2f286f5968ec31422b427cb6aa
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 19 Sep 2010 22:02:56 +0800
Tag:    v2.0.0-rc1

MDL-24148 bit more reordering - delete blocks before activities because they might use module data

commit b2cd657023231ef7b4b2623f3bddce80a4b44a24
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 19 Sep 2010 21:30:05 +0800
Tag:    v2.0.0-rc1

MDL-24278 fixed regression that surfaced after my recent fix

commit 582bae08ff8384980d01fd99785f468c00ad5dd9
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 19 Sep 2010 21:09:48 +0800
Tag:    v2.0.0-rc1

MDL-24148 several course delete improvements and fixes:  * fixed order of deleting in course adn context  * adding course context to event data because it is not available alter and some stuff may depend on old context id  * adding option for context purging (keeps the context record because it might be still referenced later and it would be recreated)  * new course enrol cleanup  * removing content from some course fields that were referencing deleted content  * coding style and phpdocs improvements

commit 88cf740d6ae07c001a0eb6bed81ec193952fcbc1
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 19 Sep 2010 18:59:32 +0800
Tag:    v2.0.0-rc1

MDL-24280 first step to proper default cohort role ui; reversing order of roles

commit 55f1e3426af925156c1e835acdcfce04925e41e2
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 19 Sep 2010 18:49:24 +0800
Tag:    v2.0.0-rc1

MDL-24276 reversed order of roles

commit ebba16985c0adc83a30a89a4800091895c27cecd
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 19 Sep 2010 07:20:01 +0800
Tag:    v2.0.0-rc1

MDL-24277 fixed hidden error preventing proper redirects during install, yay!

commit c8ae55e9201d447a24fa6dc024a48ad7671fcc1d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 19 Sep 2010 06:54:46 +0800
Tag:    v2.0.0-rc1

MDL-24277 allow changing of username during install

commit 209e00185bb082be4cab730227a3f12c7ed94b01
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 19 Sep 2010 06:43:51 +0800
Tag:    v2.0.0-rc1

MDL-24276 abstract static methods not allowed since PHP 5.2, thanks Anthony Borrow for pointing this out

commit 5924db724d7ff17d2ac8c678485e7f5fab5f1e1e
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 22:18:39 +0800
Tag:    v2.0.0-rc1

fixed a few spelling problems and standardised stdClass

commit 1c5765dd7a528f25ca133d5e782e355d6a2b87b1
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 22:02:32 +0800
Tag:    v2.0.0-rc1

fixed missing cfg global

commit 88bfbb926ffb67868ad68541c506bab8f5e34630
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 22:02:11 +0800
Tag:    v2.0.0-rc1

fixed $newdimension typos

commit edef454e08d481bb1a5084a62800dc947ae47348
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 22:01:13 +0800
Tag:    v2.0.0-rc1

exception typos fixed

commit 83be47e61110340e73fa55479763d1f1bcca48aa
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 21:59:39 +0800
Tag:    v2.0.0-rc1

improved phpdocs

commit 25e0783d6c6a57712a421e8808b2a235d9a31c2e
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 21:58:05 +0800
Tag:    v2.0.0-rc1

whitespace

commit b6aad59910987f9712936b387d4a69311386cd7a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 21:57:24 +0800
Tag:    v2.0.0-rc1

fixed css syntax errors

commit 0a9d1b3b139ef6c763380ce367e31dbe46f9884e
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 21:55:56 +0800
Tag:    v2.0.0-rc1

highlighting sloppy globals hacks

commit 3f975b9c6bb9c71d2417194f39508051d0911f03
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 21:50:12 +0800
Tag:    v2.0.0-rc1

coding style improvements

commit 05923fca30024528654e6b079f640be656483363
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 21:48:01 +0800
Tag:    v2.0.0-rc1

fixed undefined $sco

commit 1978d7aa402615369e46add0ccc7bbb84365c186
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 21:46:04 +0800
Tag:    v2.0.0-rc1

fixed $rolluprule typos

commit ae256fac237acd70ea077365bf1fca1aa20aa8c8
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 21:44:01 +0800
Tag:    v2.0.0-rc1

fixed missing global

commit efe95a6f1eff75b570305bc57ab30d2727d31378
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 21:43:18 +0800
Tag:    v2.0.0-rc1

fixed default_valueS typo

commit 0744fded5d733fec90172f56bfedb2302f741b38
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 21:40:21 +0800
Tag:    v2.0.0-rc1

fixed upgrade that never got executed - whatgrade was not filled

commit e839dce1383ff119babc62e000bba9a7c915fd3e
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 21:34:31 +0800
Tag:    v2.0.0-rc1

js_writer is supposed to have static methods only

commit 250821d5f46eef22e15e572cd2be938b4b6b081e
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 21:32:06 +0800
Tag:    v2.0.0-rc1

unterminated JS statements

commit a4ee8005b5a97ea7d29b779b55a56a3df725512d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 21:30:03 +0800
Tag:    v2.0.0-rc1

docs fix

commit 8cb86e0393cfe7a3d4c4251f2ad2b8dd9e194295
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 21:29:25 +0800
Tag:    v2.0.0-rc1

fixed broken on-access migration of old course files

commit e0cab2ace4cc59a4783fd252fec4b688b32a9f0d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 21:28:33 +0800
Tag:    v2.0.0-rc1

removed bogus function calls

commit 64a3ce8c5ba03a7431b52c609734d0efb03d2c6c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 21:27:21 +0800
Tag:    v2.0.0-rc1

improved coding style - mostly variable initialisation + some fixing and spelling

commit 3f3d7692cbe572f745502647adcae83b1fbc1208
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 21:23:46 +0800
Tag:    v2.0.0-rc1

fixed answer checking prevpage typo

commit b02558f04ab0c8d8b7f31715e2c0b51324b0579e
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 21:20:31 +0800
Tag:    v2.0.0-rc1

fixed end of cluster scoring

commit 1af24b0fc4b4d2394e8d0012fd16b80001b52eea
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 21:16:12 +0800
Tag:    v2.0.0-rc1

fixed typo preventing score update

commit 7ef692b1034dd89c43783d6981919cae45e19c09
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 21:14:43 +0800
Tag:    v2.0.0-rc1

hopefully fixed undefined $t

commit 18ac654eabebfbb5da52873b7fd97720b555ee20
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 21:11:19 +0800
Tag:    v2.0.0-rc1

fixed incorrect page id

commit df0442c67e13ff9ba6f1376d3faf4d8b91b4ea99
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 21:07:45 +0800
Tag:    v2.0.0-rc1

more globals fixed

commit 4f96fe55af7e6bf0bda6d3d0358be0543d4ddba0
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 21:06:03 +0800
Tag:    v2.0.0-rc1

another missing global

commit cc83b88002b2adc34a05a51357114f9a517419c8
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 21:05:42 +0800
Tag:    v2.0.0-rc1

fixed missing global

commit 3983f2dcefd078ddc53d4ca2d3e3af8163489141
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 21:04:10 +0800
Tag:    v2.0.0-rc1

added missing globals, strange this seemed to work....

commit 07aa46b334631c4ee7376e05a3f4415306d9d2d9
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 20:59:57 +0800
Tag:    v2.0.0-rc1

spelling fix

commit a873afc1f7f18f76c00efd4a7012a51e7f912f3f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 20:59:21 +0800
Tag:    v2.0.0-rc1

fixed forced reparsing after update

commit fd876e1bb6ebeea912acab78dfb9fee44c3237e1
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 20:57:23 +0800
Tag:    v2.0.0-rc1

unterminated JS statement

commit 46d39cf3bc596986ae6ef60159f66a9079a98aef
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 20:56:54 +0800
Tag:    v2.0.0-rc1

variable initialisation

commit 11cd754ed01a9d8e17ca6c9f89713ff50dd9426a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 20:55:07 +0800
Tag:    v2.0.0-rc1

fixed notification

commit 0bb69ab3adbf4fdba686f400deceb3fb58950289
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 20:54:24 +0800
Tag:    v2.0.0-rc1

fixed broken ratings fetching

commit 91c49d92338983d99d4d6d82d12babfa45d422d2
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 20:51:47 +0800
Tag:    v2.0.0-rc1

improved variable initialisation

commit 91011b18317ac9fa0583cf2b3a413b97ae729ba9
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 20:51:08 +0800
Tag:    v2.0.0-rc1

fixed PHP strict object initialisation

commit a6807ceb04fbf8e6cdbb5b4ebcae2c87991c6b10
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 20:50:22 +0800
Tag:    v2.0.0-rc1

fixed incorrect intersect copy/pasted from assignment module

commit 436bbff379688d1e372b7bba2ddb8795629b15ae
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 20:49:43 +0800
Tag:    v2.0.0-rc1

fixed global DB

commit 4fc649ae8cd1b89491d8308e417575243157d95d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 20:49:16 +0800
Tag:    v2.0.0-rc1

fixed use of $this->item

commit fa7f82beda42c02be82ea21060a7dbcb73063f25
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 20:46:11 +0800
Tag:    v2.0.0-rc1

initialized objects and improved coding style

commit cf792cfc132d324e8151109d96ba75bfbf8c6f57
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 20:42:06 +0800
Tag:    v2.0.0-rc1

fixed unfinished file api conversion

commit 810860d25a180985c4acbefc5640b6d2e41c9ea3
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 20:40:24 +0800
Tag:    v2.0.0-rc1

fixed missing global

commit 9d8de3463389ba6e506c80d4325c9e064e54cfec
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 20:37:06 +0800
Tag:    v2.0.0-rc1

unterminated JS statement

commit 034ef76129827c5226ea4d2ec1509db32faf8fb1
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 20:31:20 +0800
Tag:    v2.0.0-rc1

improved spelling

commit e9f80dffff63e77a88057e363139c3e2a5cfaf5b
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 20:16:38 +0800
Tag:    v2.0.0-rc1

fixed var name typo

commit 26ab45487093c0c4e5e33908551ebdbfef259a65
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 20:16:02 +0800
Tag:    v2.0.0-rc1

fixed missing global

commit 0b21e5885e1e07ad95c34e1c907c8a2694d38af4
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 20:15:36 +0800
Tag:    v2.0.0-rc1

improved PHPDocs

commit 38e2712ff70253af26cd726d4d843c2d132698e8
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 20:14:20 +0800
Tag:    v2.0.0-rc1

fixed invalid js init call

commit 6a630a1093354335a9d6e0fe704439b32ccf1424
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 20:12:33 +0800
Tag:    v2.0.0-rc1

improved PHP docs

commit c5e5df54a62dcac4255cf205b37b78d54fb938a5
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 20:11:10 +0800
Tag:    v2.0.0-rc1

fixed missing ;

commit b21f73c2549fed51741258a985d15e1a9ea1665a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 20:10:32 +0800
Tag:    v2.0.0-rc1

fixed unterminated JS statement

commit 72d2982eb1180417184a9e5faa07fb9b67149d93
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 20:08:16 +0800
Tag:    v2.0.0-rc1

hmm, it is reset course not courses

commit 91421f3ead05fab94ad330eaf86313609e3e51f9
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 20:07:01 +0800
Tag:    v2.0.0-rc1

a few spelling fixes

commit d9504e4446fb216042750f4153ac6a4d87f90bb6
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:57:26 +0800
Tag:    v2.0.0-rc1

improved phpdocs

commit 6b1564a866d28e2de1c84d9b16a41dc4d8e689f8
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:57:06 +0800
Tag:    v2.0.0-rc1

improved defines coding style

commit d94278c7aa5d5cf933a67f8c67a9a4bcc1e8c6a6
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:56:01 +0800
Tag:    v2.0.0-rc1

fixed incorrect $f

commit c971707afffd5330ffb4b71cd21c7c522321b13c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:52:59 +0800
Tag:    v2.0.0-rc1

fixed phpdocs and proposed a better change

commit d8c05a383c478e837e04466e077110c0390a5a6f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:50:18 +0800
Tag:    v2.0.0-rc1

fixed unterminated JS statement

commit 042a84038c04457f55b4026a7eb55feeadc394ae
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:45:59 +0800
Tag:    v2.0.0-rc1

fixed missing globals

commit 676a5e6a88f030628d7268f0530f67c971698837
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:43:59 +0800
Tag:    v2.0.0-rc1

bad luck, qti_two needs to be converted to new file api

commit 672945b48976144d46702ed4bcaea81d99968288
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:42:02 +0800
Tag:    v2.0.0-rc1

PHP4 not used any more

commit 07ea95609ac5d4e6450adef9980d3a43b8f81697
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:41:16 +0800
Tag:    v2.0.0-rc1

fixed time limit

commit caad849b33dd0d3ab07034128d65b1e4e867dcdb
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:40:52 +0800
Tag:    v2.0.0-rc1

fixed missing userid

commit 2be77520c98f549a35869f1c590125bf4147c442
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:36:48 +0800
Tag:    v2.0.0-rc1

fixed unterminated JS statements

commit 64942a9d65e23db707e76ed59256e9c802db00ca
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:35:22 +0800
Tag:    v2.0.0-rc1

fixed broken enrol description fetching

commit 0b036194698b8e5eeb7f75ddf76b04837f99f52e
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:32:56 +0800
Tag:    v2.0.0-rc1

initialize objects

commit 6e4c374d46b9e1acac7ab560882f51431dea0527
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:32:28 +0800
Tag:    v2.0.0-rc1

fixed missing global

commit 6ab00ccee7f090f52ab8fdd93521a1ac81222eac
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:29:45 +0800
Tag:    v2.0.0-rc1

helping IDEs with undefined variable detection

commit e71ea28fc89ac35bec517afafbfe9f71bdc6257a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:29:10 +0800
Tag:    v2.0.0-rc1

opps, removing obsolete config.php deletion - this function is now used from different installers, admins will have to delete config.php manually...

commit d3674ef70bcc679336ce370a158f7f54f266423a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:27:06 +0800
Tag:    v2.0.0-rc1

removed bogus code + spelling fix

commit 6c6b2b1024806b299a156a794083b08f77188b18
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:24:21 +0800
Tag:    v2.0.0-rc1

adding missing global breaking some mnet jumping

commit 09511cd3beb7949833958721eb7e9905c5a2b2d1
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:23:46 +0800
Tag:    v2.0.0-rc1

fixing whitespace and commenting on some suspicious code

commit e05fbdd8d8018886d37f8dd1983786bf53926a28
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:21:42 +0800
Tag:    v2.0.0-rc1

fixed invalid font substr

commit 230405214fbee5720391a9b370774f3975bdac65
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:20:21 +0800
Tag:    v2.0.0-rc1

fixed fatal dml conversion regression

commit 90b2d8f01285f133555e73fc5e5cc1e02917c61b
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:19:58 +0800
Tag:    v2.0.0-rc1

fixed misspelled error tracing

commit 7875b1fdfdd7fef696b20198e03dfdc611484804
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:19:37 +0800
Tag:    v2.0.0-rc1

fixed invalid context creation call

commit 2343f963dad06b8775d00a4c25bacdcf76569bc3
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:18:06 +0800
Tag:    v2.0.0-rc1

removed undefined function call

commit b2db46ecccc9fe9578ebc4d37ff677f48aa0d1e6
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:16:45 +0800
Tag:    v2.0.0-rc1

fixed few more problems in deprecated functions

commit 1028ffe1914ed5136b00a8cd9e094eb25063a386
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:15:45 +0800
Tag:    v2.0.0-rc1

fixed invalid object creation

commit b28242d303db21c2edcfbd732bd507ec1e8da183
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:15:15 +0800
Tag:    v2.0.0-rc1

fixed invalid method call

commit 8d3f06f7fac34a5f9bbdc5fa161e5bb819318a92
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:14:09 +0800
Tag:    v2.0.0-rc1

fixed undefined function

commit dbd5682d112dff0ce2558c42c683fedd92dfe409
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:10:58 +0800
Tag:    v2.0.0-rc1

fixed missing params

commit 3757b59f5a9a5f78a24d22d35304fb3986acb13a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:09:54 +0800
Tag:    v2.0.0-rc1

fixed regressions after second outputlib refactoring

commit b8468965ec9278112b0798a45b09032ce904753a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:06:12 +0800
Tag:    v2.0.0-rc1

fixed invalid return

commit 667c0ae1752df5de879f7395a01e9bacf9786160
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:04:02 +0800
Tag:    v2.0.0-rc1

fixed unterminated JS statements

commit adc31ef5d9818a43f89c317a608a6259614ddc4d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 19:00:48 +0800
Tag:    v2.0.0-rc1

spelling fixes

commit 99edf902e84a8b8991fe2bf41d94bd47bf22f1df
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 18:59:29 +0800
Tag:    v2.0.0-rc1

removed some unused local variables

commit c983324336c0ecfb535cc928ddb4f5bb0ea833a3
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 18:56:15 +0800
Tag:    v2.0.0-rc1

fixed invalid form setType() call

commit 520ab2b1b068415137693a411d08201f748e7dd2
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 18:51:24 +0800
Tag:    v2.0.0-rc1

removed unnecessary break that was breaking code inspection

commit 7def9d4345e806dabce0df3e6baa231108e9b6ad
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 18:50:50 +0800
Tag:    v2.0.0-rc1

improved docs

commit c10244114ace851f2129998d8d43fa9d5af7c9fa
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 18:46:53 +0800
Tag:    v2.0.0-rc1

spelling improvements

commit 22a9b6d873cdb59cedf87cc8889c86b01fadcfdf
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 18:43:50 +0800
Tag:    v2.0.0-rc1

fixed phpdocs and marked methods as static

commit d3067516950e1ea8502413b81fea171f4f98a5f0
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 18:37:19 +0800
Tag:    v2.0.0-rc1

fixed unterminated JS statements

commit 42d121d7ba3bbc21e6d3cfad84db283d1a3c4aee
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 18:35:55 +0800
Tag:    v2.0.0-rc1

unterminated JS statement

commit 5d92c29c1570ebe15381c98038550db4860a7dc8
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 18:35:05 +0800
Tag:    v2.0.0-rc1

fixed spelling

commit d3427cfe9fe8e589656f9c148596993b26f3670d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 18:33:26 +0800
Tag:    v2.0.0-rc1

removing unused variables

commit 8a680500c68140b2bc8a7d5aab3015b1216f1f6f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 18:31:31 +0800
Tag:    v2.0.0-rc1

fixed phpdocs and incorrect exception names

commit 08b4939be9bea69ba890b947fddab23d90d76567
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 18:28:12 +0800
Tag:    v2.0.0-rc1

improved coding style, removing unused globals

commit 0c3314ff16a847e5736b75f121a5178e1faffc0f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 18:24:35 +0800
Tag:    v2.0.0-rc1

fixed phpdocs and fatal error in delete method

commit c4f710a9a88c583bfc6ebf12a6d72d0d1cb57cce
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 18:21:09 +0800
Tag:    v2.0.0-rc1

fixed spelling typo

commit f65405d0c2ceea40376db459f1b1bfc2cf9744b9
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 18:14:46 +0800
Tag:    v2.0.0-rc1

spelling fixes

commit 4cc977a64d1a0c27ebddf1ecfeaee6938a6e548f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 04:36:49 +0800
Tag:    v2.0.0-rc1

fixing messed up property_exists() regression - sorrrry

commit b6265b7e37b02b0cdbee3f911c55b4f8a4364f10
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 04:32:34 +0800
Tag:    v2.0.0-rc1

fixing silyl property_exists() conversion + coding style

commit d68c56f2c64c690ae85e11702702dcdc7cb3a22a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 04:25:33 +0800
Tag:    v2.0.0-rc1

coding style fix

commit 40504474ae82cd8922bd62d09c7a6990df0b2684
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 04:25:02 +0800
Tag:    v2.0.0-rc1

fixed duplicate id detection in get_records_sql()

commit 440f65ebdb4d3868f4d3c298f5b39eb9bd046b62
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 04:23:29 +0800
Tag:    v2.0.0-rc1

fixed property_exists

commit 9d1ddd37430c5953640a59bc4cebee58eeca992d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 04:20:24 +0800
Tag:    v2.0.0-rc1

fixed spelling errors

commit dd63e0ff65d64723628ebf9d09428ce3b8f30dfb
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 04:19:05 +0800
Tag:    v2.0.0-rc1

fixed $table when throwing exception

commit 4fdfe0d40498437e4967740e409aa0c4d54daf9a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 04:18:41 +0800
Tag:    v2.0.0-rc1

fixed table var

commit 6142a4a5d27e69707d0f7570765f43394f322ad3
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 04:13:23 +0800
Tag:    v2.0.0-rc1

fixed property_exists()

commit b532c911e8b96cc5f193ea9b7d450b9b05847dec
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 04:11:03 +0800
Tag:    v2.0.0-rc1

fixed unterminated JS statements

commit fc0fcb27e2b60a28c0706a821c6086404ddc7992
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 04:07:49 +0800
Tag:    v2.0.0-rc1

fixed created timestamp

commit a8ff9488fdba6a3f195e188b48f3bdf34511675f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 04:05:40 +0800
Tag:    v2.0.0-rc1

phpdocs and var initialization

commit 497e2fe27e8c5dd9a3c931bd70a5492d0f8e269f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 04:00:29 +0800
Tag:    v2.0.0-rc1

fixed . typo

commit ca3b1fd973242b2fd2afa5daf7b57daf736c15e8
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 03:59:16 +0800
Tag:    v2.0.0-rc1

fixed unterminated JS statements

commit 63ff25ab249f3a297ff88d797cd483b1237848d7
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 03:54:43 +0800
Tag:    v2.0.0-rc1

fixed phpdocs type

commit bb77ae264048a6a0a22af850813a3b57c0752272
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 03:54:09 +0800
Tag:    v2.0.0-rc1

fixed unterminated JS statement

commit b0084715a790ff9afea04a6365b127ebfe35f20b
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 03:53:04 +0800
Tag:    v2.0.0-rc1

initialized objects

commit 9efa43f38102cc2c41d05cecfb29faeabd88825e
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 03:50:53 +0800
Tag:    v2.0.0-rc1

removing obsolete parameter

commit 9344dea9c54ab36987cc37bd1a29c3d0e5b614d2
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 03:49:48 +0800
Tag:    v2.0.0-rc1

removed unused parameter that was missing in method calls

commit 8cbef19e9ad126602b28757dfb36c4094d01b161
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 03:46:57 +0800
Tag:    v2.0.0-rc1

fixed unterminated JS statements

commit 81322e648329fbb76ad5329e3a75a6f9a4a3f178
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 03:42:31 +0800
Tag:    v2.0.0-rc1

fixed integer casting syntax error

commit 71666cf314934aab89ff7fd581032edeb26a8855
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 03:41:02 +0800
Tag:    v2.0.0-rc1

spelling fixes

commit 7e20544810b72d0c5aea9d4bbe783ce16c85f6f7
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 03:36:45 +0800
Tag:    v2.0.0-rc1

fixed object initialization and also completely broken jabber connect

commit 3dcb80cbd8e1a21858838a1d9a1480eca304043e
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 03:35:43 +0800
Tag:    v2.0.0-rc1

fixed missing global PAGE

commit 1e725535408b8a0825f8babb312df9b6d9d2a1f1
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 03:35:21 +0800
Tag:    v2.0.0-rc1

fixed wrong admin detection

commit 1d236fef10d5d896010f8c1da08648ad06f31622
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 03:33:24 +0800
Tag:    v2.0.0-rc1

fixed unterminated JS statements

commit 4bc737d175543e7d830d948b59593f601189aba1
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 03:31:10 +0800
Tag:    v2.0.0-rc1

fixed docs

commit 85ba38ef4f6bc41010fc39c1cc1ba624032f30ef
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 03:30:26 +0800
Tag:    v2.0.0-rc1

fixed unterminated JS statement

commit aa2f66043f593c07f09e1105c381ba79dee05e48
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 03:29:35 +0800
Tag:    v2.0.0-rc1

spelling fix

commit 2bd72e3046c87e8920f90c7d7dfa1c533419cbb9
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 03:21:47 +0800
Tag:    v2.0.0-rc1

fixed unterminated JS statements

commit c20b001bf4da13a7bc5d873707d48a7f1a78f3fa
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 03:20:39 +0800
Tag:    v2.0.0-rc1

fixed a few more property_exists()s

commit 653f91f9489bc1629742a4d6b796f0227c0d52c6
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 03:14:41 +0800
Tag:    v2.0.0-rc1

switch to property_exists() which is required in PHP 5.3

commit 182a8a83c42706de955dcbbf2336d53dbc0422c7
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 03:11:24 +0800
Tag:    v2.0.0-rc1

initialized objects

commit e1513ca9050b76e5ae77f4b756bdee0eb5cac316
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 03:10:55 +0800
Tag:    v2.0.0-rc1

initialized objects and code cleanup

commit f95106675863076489d1f4283052cafe46bf3e0c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 03:07:00 +0800
Tag:    v2.0.0-rc1

missing global $USER

commit 52f1a9ff91879bfc7adccecd9ea6c16237358312
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 03:06:24 +0800
Tag:    v2.0.0-rc1

fixed param typo

commit 4d27bc7929a649daeefae64290cd54da898eed2f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 03:05:23 +0800
Tag:    v2.0.0-rc1

fixed phpdocs and using property_exists() which is required by PHP 5.3

commit 913d9dc3aa49375ed3f00cd01ec17e3464538e85
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 02:59:45 +0800
Tag:    v2.0.0-rc1

fixed invalid json result

commit 4fbaa77652674ded0ddc65fb928fd2ed5a9ca867
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 02:58:58 +0800
Tag:    v2.0.0-rc1

removing invalid test code

commit 6ef4878b86af7b0cfbaaf546d7ab442baf168725
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 02:56:53 +0800
Tag:    v2.0.0-rc1

spelling fixes

commit 6d8c8aaab7084d17e9fbae23c1df2cf7b058443a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 02:47:04 +0800
Tag:    v2.0.0-rc1

fixed wrong break

commit 46b7d289d05021d3553bd8ed475b7b1afd5ada11
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 02:45:18 +0800
Tag:    v2.0.0-rc1

coding style fix

commit c76156500d715e13b97619098ae3881694d8bed6
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 02:41:05 +0800
Tag:    v2.0.0-rc1

removing orphaned deprecated center tag

commit 89877fdf5f4adb620e9a99ef01c18d9a0ccdb150
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 02:36:14 +0800
Tag:    v2.0.0-rc1

adding missing $dir

commit cb9f4e27735c719d0347cbbc39ff2991270a4b15
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 18 Sep 2010 02:33:49 +0800
Tag:    v2.0.0-rc1

fixed unterminated JS statement

commit f7c40d46bdf50704afcd8310b6af0d08dac0e8df
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 20:41:00 +0800
Tag:    v2.0.0-rc1

initializing variables

commit ac86edd01a2ea0266b0e4779b7229b15750ac4fc
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 20:35:22 +0800
Tag:    v2.0.0-rc1

fixed category sync cleanup

commit 894843b465e3756f5d3bc3cc01532918b1cd131b
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 20:34:03 +0800
Tag:    v2.0.0-rc1

fixed define detection

commit 149374140607e501fa05639ba8a7677d28a8594a
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 20:33:01 +0800
Tag:    v2.0.0-rc1

fixed wrong time() usage

commit 83f9b3d7b321a5cc91fd34c286ba3e1c6a51b682
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 20:32:26 +0800
Tag:    v2.0.0-rc1

fixed wrong exception name

commit c05260de327a32dd0a6124234aa51c8f609bf79e
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 20:31:19 +0800
Tag:    v2.0.0-rc1

fixed missing exception

commit 68573df5e174514172f120370b75e36bc712f674
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 20:27:48 +0800
Tag:    v2.0.0-rc1

added missing rewrite param

commit 76ce0f345ffef1c58b03f012b22cfb5c58ca5992
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 20:26:05 +0800
Tag:    v2.0.0-rc1

fixed wrong continue

commit 3f35a7ffd4fcb1575a71bb8fde37ec8145c76e17
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 20:25:14 +0800
Tag:    v2.0.0-rc1

improved JS coding style

commit 8505d9253b059150344ccaf10164eabaf8a7dc2d
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 20:22:49 +0800
Tag:    v2.0.0-rc1

fixed unterminated JS statements + whitespace

commit 92f2e446df8038bf7654cfebe8aed5f48a42296d
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 20:19:06 +0800
Tag:    v2.0.0-rc1

fixed undefined courseconfig variables

commit 7e85563de5db42c8f90a526180cf837987395140
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 20:16:27 +0800
Tag:    v2.0.0-rc1

fixed a few spelling errors

commit 4da048ae3ec36e1846b5d3b1e2be85c8c730a1b2
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 20:11:59 +0800
Tag:    v2.0.0-rc1

no cvs id tags!

commit c575aaf01222000685493adba5323552e103610c
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 20:10:28 +0800
Tag:    v2.0.0-rc1

removed unused code

commit cf41dc372ef13518e5f9ac2ce45cebacd7a85e24
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 20:09:38 +0800
Tag:    v2.0.0-rc1

added missing cfg global

commit d5abe1b5370a95bcd848a2fa4adc8d848fd77cad
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 20:08:46 +0800
Tag:    v2.0.0-rc1

fixed missing global user

commit c8d8100048dd4280d0fa7a852406f2ee5fd3be86
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 20:08:10 +0800
Tag:    v2.0.0-rc1

fixed allowed module mess, sorry for the regression

commit e92c39cadcb8799bce28743b7df4644acf79b6fb
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 20:04:48 +0800
Tag:    v2.0.0-rc1

improved phpdocs

commit bfe559a57e74e8d95da026e88da2125199b14aae
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 20:04:11 +0800
Tag:    v2.0.0-rc1

removing invalid PAGE call

commit 9e5c8a84ba8a6bdae605c99628d6fb8978610035
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 19:59:10 +0800
Tag:    v2.0.0-rc1

more unterminated JS statements

commit 7e3b826516f8bd42224ff6844583b5c8f623b111
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 19:56:18 +0800
Tag:    v2.0.0-rc1

fixed unterminated JS statements

commit 707f4136c1beb515561b016c004b07dcfebd7963
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 19:51:49 +0800
Tag:    v2.0.0-rc1

fixed phpdocs package and improved author link

commit edaf7ff3e229f075acece52ffad30f94717d1070
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 19:50:06 +0800
Tag:    v2.0.0-rc1

spelling typo

commit 6be8c6b75f3863f7690332f228e2650213844982
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 19:49:11 +0800
Tag:    v2.0.0-rc1

fixed missing global cfg

commit 4fb35be36a4f911be2a3520007dae0febd48f7d7
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 19:30:10 +0800
Tag:    v2.0.0-rc1

fixed object initialization

commit 320ae23ac1e591f2ffe410928ff5db13a9c8ea78
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 19:29:29 +0800
Tag:    v2.0.0-rc1

fixed missing global

commit b29ce44ddec3e60c9c604b11a3f49f2828516add
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 19:25:48 +0800
Tag:    v2.0.0-rc1

fixed use of undefined $user

commit fd7a6fe2e3525716ebe2a7d77041e2aac04ba3f5
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 19:24:35 +0800
Tag:    v2.0.0-rc1

fixed undefined sitecontext

commit d91181dc67c6f33a0469b32b40389e35c571367f
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 19:22:51 +0800
Tag:    v2.0.0-rc1

commenting out unfinished function implementation

commit 2c27b6aeacd1bb1343838651ffc5a79c166f59fe
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 19:21:36 +0800
Tag:    v2.0.0-rc1

fixed function name typo

commit d2a8163d07f236bbea3e120473d2160b2151f4a9
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 19:19:09 +0800
Tag:    v2.0.0-rc1

initialised variables

commit d86b7d5a66ea2e59b1bc4ad35ca21b5f3cb6aa87
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 19:15:23 +0800
Tag:    v2.0.0-rc1

fixed undefined $page

commit e43485bbc6ce6058cf9c72aeaed2c8f2a5e3982f
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 19:13:11 +0800
Tag:    v2.0.0-rc1

commenting out bogus code that is never executed

commit 1b62c87dbbf736204ef8b67d77205af735a2d7d7
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 19:08:57 +0800
Tag:    v2.0.0-rc1

fixed undefined error function

commit 067ed170d870b41f94e3d0f066e25f6800b1c638
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 19:05:58 +0800
Tag:    v2.0.0-rc1

fixed CSS property overriding

commit f62671d7aa7a441849c34fb4992be99f76fd70ef
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 19:02:16 +0800
Tag:    v2.0.0-rc1

fixed CSS property

commit f7af9f2e4a403f1288eb4a8da797003eaacef4d9
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 19:00:18 +0800
Tag:    v2.0.0-rc1

fixed unterminated JS statements  + whitespace

commit 7de44c66d3a66ce02926e32aae9ad37e13661f4c
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 18:57:31 +0800
Tag:    v2.0.0-rc1

fixed html id duplicate

commit 940a91a638fd34b8ffdc2ec219b2ac65852ede4d
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 18:53:15 +0800
Tag:    v2.0.0-rc1

fixed missing $ typos

commit 5c7bc383ce5f2662668f2aff33fc1e75cbafccf7
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 18:44:56 +0800
Tag:    v2.0.0-rc1

fixed phpdocs type

commit cc2202299ffa65672e6c7e5dd4458db645aa3706
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 18:43:15 +0800
Tag:    v2.0.0-rc1

MDL-24253 we need to udpate shibboleth to use new session api

commit fb81718414d92848d298c90b809f307783231060
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 18:39:29 +0800
Tag:    v2.0.0-rc1

replaced forbidden font tags

commit ca0e65cb6f646ced3b20a27cc9be3d9189a4f989
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 18:33:40 +0800
Tag:    v2.0.0-rc1

removing forbidden attributes

commit f9b9913ebcf2fb7d4d590cb2774a5872d680c9b3
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 18:32:42 +0800
Tag:    v2.0.0-rc1

removing center tag - not xhtml strict

commit a7c02a42eed92ce3864ab66366eda83f3a4c6be1
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 18:30:31 +0800
Tag:    v2.0.0-rc1

fixed duplicate declaration

commit eab8ed9fb788e3477e2d0987bf8e21c33673d2d9
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 18:27:26 +0800
Tag:    v2.0.0-rc1

fixed a few spelling errors in /admin/

commit 820f107a10ba72144e677bbe919ee91fdbd70a24
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 17:59:50 +0800
Tag:    v2.0.0-rc1

fixed incorrect exception class names

commit d7dcdb3572817dcf61dcb65b7e20cbfd26013272
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 17:59:04 +0800
Tag:    v2.0.0-rc1

fixed typo

commit 10b9cd41102a1ad9ed8a8b3321f8dac9cc37d55a
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 17:57:36 +0800
Tag:    v2.0.0-rc1

no globals hint

commit 1af9ee3d2f9d692c142f36b762f1078b9be15520
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 17:57:10 +0800
Tag:    v2.0.0-rc1

coding style hint - no globals!

commit 904fa9716dc89f432d6e8cebdcb217d071821ab9
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 17:56:32 +0800
Tag:    v2.0.0-rc1

initialised object

commit d85f263446dde7a0624ff264d22d3261d0e16eda
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 17:54:01 +0800
Tag:    v2.0.0-rc1

fixed undefined variable group name

commit 48265158dc87f59d6b8b5f885076032589dbf517
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 17:52:39 +0800
Tag:    v2.0.0-rc1

fixed typo - not a real bug

commit adfc4d7c251107dff8985d4b98e97de7d76d5f4d
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 17:39:00 +0800
Tag:    v2.0.0-rc1

commenting out unused code so that it does not confuse IDEs

commit b475d8bd349db2cc3173399971fdef5abfd3eedd
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 17:38:15 +0800
Tag:    v2.0.0-rc1

fixed incorrect use of DML method

commit db82872e06656d107ac40163b5685c4fc17e6fb0
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 17:34:05 +0800
Tag:    v2.0.0-rc1

fixed phpdocs param type in require_login()

commit 44d8a9409e382932df0c0ac71779ca21eb32ae95
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 17:33:05 +0800
Tag:    v2.0.0-rc1

fixed phpdocs param types

commit 395a095ec9fb2011edfaa0843b946af59051bdbf
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 17:30:09 +0800
Tag:    v2.0.0-rc1

fixed missing globals breaking health tests

commit 17b717165589a910d41b0b7901f5766c20d249dd
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 16:15:17 +0800
Tag:    v2.0.0-rc1

initialised variables

commit 96e1fdf426b70cd8f9fd320620ffff5886e05784
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 16:14:29 +0800
Tag:    v2.0.0-rc1

missing global preventing full debug during upgrade as was planned

commit f87cab2a0f3c1c78a3335e8b5b71166705a02252
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 16:13:28 +0800
Tag:    v2.0.0-rc1

cosmetic typo fix

commit 7c25ee0f73e88ed3f9e72088bc732ff17fc07de4
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 16:11:47 +0800
Tag:    v2.0.0-rc1

fixed multiple missing globals causing regressions especially for opentogoogle access

commit 39f4aedf3b96dcaf88ff9b87eafc961a977c53cc
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 16:06:15 +0800
Tag:    v2.0.0-rc1

initialized object

commit bd348bdaa49dfdcc42c38d6255a36a1513bf5d65
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 16:05:35 +0800
Tag:    v2.0.0-rc1

fixed missing global causing regression

commit 6e6e3881fe7c95ab3031db22ab33185f85c78ac9
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 16:04:01 +0800
Tag:    v2.0.0-rc1

fixed cosmetic problem, the global variable was doing nothing there but anyway

commit 79beb849bd50aba94a460a1f17b49dbb4f83a17a
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 16:02:32 +0800
Tag:    v2.0.0-rc1

fixed json error reporting problem

commit e1a5a9cccb7d22990130e34d279837c076696224
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 16:01:16 +0800
Tag:    v2.0.0-rc1

fixed spacer regression

commit 8f0fe0b8b1a5c2b5f1eb3069d9b00e64236843cc
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 16:00:29 +0800
Tag:    v2.0.0-rc1

fixed missing global causing regression

commit 0e688e1297fcfedc7289629b6c9a6996a2b75145
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 15:59:42 +0800
Tag:    v2.0.0-rc1

fixed notice

commit 03dd057556e8a5ffd12a70a64b2e248f3f41971c
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 15:58:04 +0800
Tag:    v2.0.0-rc1

fixed missing global regression

commit ba4082f51d6c5d914a4cbea99ff1474c0a45302e
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 15:55:44 +0800
Tag:    v2.0.0-rc1

fixed typo breaking curl option

commit 5ec77a3de0653a48d16c67b6df4623eeef114ff0
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 15:54:32 +0800
Tag:    v2.0.0-rc1

initialize object before use

commit 9311b925c6ba59a89cb0e5f81a239143c90b60e5
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 15:52:06 +0800
Tag:    v2.0.0-rc1

initialized variable before include and fixed wrong require()

commit 7604f5c1b0bde212dfcb07394933540e3cfee2b1
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 15:49:39 +0800
Tag:    v2.0.0-rc1

commenting out unused broken code so that it does not irritate IDEs

commit 9a8abf13b4812c3e7eae12250dd3f1f7d7459220
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 15:47:46 +0800
Tag:    v2.0.0-rc1

minor IDE tweak - prevents undefined warning

commit d361c804a4649b73cf20d7da429310ed5d39f652
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 15:46:03 +0800
Tag:    v2.0.0-rc1

fixed broken fetching of module versions

commit 976dc837fd1657ef4a4b1e66a3d2569456310487
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 15:43:26 +0800
Tag:    v2.0.0-rc1

fixed broken subplugin uninstallation

commit 707c9e8b472224d358107ce6d70cf18184425cf1
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 15:41:03 +0800
Tag:    v2.0.0-rc1

fixed one more missing global

commit 343d3582bb81cfb4ded812a490b414a5ea5e52c7
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 15:40:19 +0800
Tag:    v2.0.0-rc1

fixed missing global $ACCESSLIB_PRIVATE minor problems

commit 5fd9e798dca6f577ab082ea5fcbbdcf26989ff88
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 15:39:48 +0800
Tag:    v2.0.0-rc1

fixed missing global $USER causing regressions

commit 2fb3434554cff2bd17420f8cae2100fbaa3c22ba
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 15:39:14 +0800
Tag:    v2.0.0-rc1

fixed missing global causing regressions

commit fafa57e972fc68bcb2fcfc68137f2edc0c24ad1a
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 15:37:51 +0800
Tag:    v2.0.0-rc1

MDL-24245 groups now respected if capability not specified in enrolment sql - thanks Sam for discovering this + fixed typos in variable names that were causing other bugs

commit f71c7f00df04875e391922fcca5d240d2a69ead2
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 04:02:54 +0800
Tag:    v2.0.0-rc1

MDL-24223 latest HTMLPurifier - finally removing most of our hacks

commit a1d6c4cd07eb56e57c9124e588ae3e9f93ca2f29
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 01:00:53 +0800
Tag:    v2.0.0-rc1

arrgh, fixing incorrect fix in my previous commit

commit 34cf2768717c23aa4685771a363c20a943743c03
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 00:44:55 +0800
Tag:    v2.0.0-rc1

fixed syntax errors in progress bar - is anybody using it?

commit 4bc685df167bf81a232711de9b4453e9dabd92fd
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 00:43:29 +0800
Tag:    v2.0.0-rc1

fixing undefined OUTPUT

commit 5e26145d226eb55880f318d9e952a0f77546fd67
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 17 Sep 2010 00:42:56 +0800
Tag:    v2.0.0-rc1

removing unused function with syntax error

commit 27323c97ab71cdf95c489d57dbe749bf8168be13
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 16 Sep 2010 15:38:36 +0800
Tag:    v2.0.0-rc1

MDL-19057 more tests for unlikely id reuse

commit 565adcaa66a0a92431dcf37218abfdb756a3f7f7
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 16 Sep 2010 00:02:14 +0800
Tag:    v2.0.0-rc1

MDL-24211 fixing my previous sloppy commit

commit 650462dfacf78522166996233a1b60a772c94689
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 15 Sep 2010 23:55:18 +0800
Tag:    v2.0.0-rc1

MDL-24211 events subsystem cleanup and improvements * handlers can be defined as internal or external * external handlers are not called instantly when inside DB transaction * code cleanup * more robust detection of broken handlers * refixed unit tests * removing all pending events from 1.9 - these can not be processed due to encoding changes * finally using real 'component' in handlers table

commit d87b5a5da0c7873c9ad46e885d805994d6b9f0e2
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 15 Sep 2010 05:13:33 +0800
Tag:    v2.0.0-rc1

MDL-17491 fixed notice typo

commit 2eff97b72659696a876772a98136ab7a3adbcb93
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 15 Sep 2010 05:13:03 +0800
Tag:    v2.0.0-rc1

MDL-17491 removing unused password workaround, adding note that some special chars are discouraged in oracle db passwords

commit bd3e0b205de6fce6ea99cc27ec8bcc68e87c75bc
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 15 Sep 2010 04:59:46 +0800
Tag:    v2.0.0-rc1

MDL-17491 oracler driver diagnostics - tells admins to install PL/SQL packages

commit b968cf3501c49f546fd1fb55c2f0233bf18d408c
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 15 Sep 2010 03:19:30 +0800
Tag:    v2.0.0-rc1

MDL-19057 simplified fake conditions, no need to bind params here

commit 4a8b5434e5b8356d82269ad5326efbcb10666c89
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 15 Sep 2010 03:17:56 +0800
Tag:    v2.0.0-rc1

MDL-19057 fixed incorrect use of conditions

commit ebb8d35846c959a8e8069ab18b5e40909fcbcc66
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 15 Sep 2010 02:45:58 +0800
Tag:    v2.0.0-rc1

MDL-19057 fixed param test

commit 524ad88107eb5e2b0a584153e9cd875b8243df26
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 15 Sep 2010 00:14:19 +0800
Tag:    v2.0.0-rc1

fixed funny initialisation of static local variable

commit 41a50aa2548a5e9cf7c047dd30204f2401c486c8
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 15 Sep 2010 00:13:06 +0800
Tag:    v2.0.0-rc1

MDL-19057 detect missing unique primary key on id columns

commit fd31089c761d6eeb0943b7da1dbce17e53a36287
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 14 Sep 2010 23:40:43 +0800
Tag:    v2.0.0-rc1

MDL-24192 fixed null default value in text fields in sqlsrv driver too

commit 559d79d25ec104ce35595455a1af71acb24c32a9
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 14 Sep 2010 23:40:01 +0800
Tag:    v2.0.0-rc1

MDL-24192 fixed null default value in text fields

commit b809f813925ca57189978489226066a107e420e3
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 14 Sep 2010 23:35:12 +0800
Tag:    v2.0.0-rc1

MDL-24192 standardised server info

commit 5c8efdc4b180271a0b43992b270cb9d09ebcdc50
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 14 Sep 2010 23:32:22 +0800
Tag:    v2.0.0-rc1

MDL-24192 fixed incorrect raw inserts in sqlsrv driver too

commit 97dbac93fdc62dc438ebaa0b4aee1b5c9d9617ab
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 14 Sep 2010 23:30:02 +0800
Tag:    v2.0.0-rc1

MDL-24192 fixed incorrect raw inserts

commit d2fd38be9391f6ddb7dcd18639b8ddf04406666f
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 14 Sep 2010 22:56:45 +0800
Tag:    v2.0.0-rc1

MDL-24181 frontpage combo - adding dimmed class for hidden courses and fixing course fullname formatting

commit 7e67b7b79edf5bf6ba548e693cd37ed92ed21b9f
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 14 Sep 2010 03:05:46 +0800
Tag:    v2.0.0-rc1

MDL-19057 more create_table tests for broken structure of table

commit ebdf7f7e4db3c3f832869b81b1b12940961f0e31
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 14 Sep 2010 02:55:41 +0800
Tag:    v2.0.0-rc1

MDL-19057 refactored code used for detection of debug output

commit 969cb35fdfcc2d9929f45917f5091e83dc6fd85e
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 14 Sep 2010 02:32:47 +0800
Tag:    v2.0.0-rc1

MDL-19057 import_record() tests completed

commit 992c19a7a62e5c9f75380a38714edc896d70c5a2
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 14 Sep 2010 02:32:02 +0800
Tag:    v2.0.0-rc1

MDL-24116 removing old xmldb test suite, all tests are now in DB function tests - improved coding style

commit f3e317dcebe2044f600d363a3eb20787c0e84614
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 14 Sep 2010 02:31:21 +0800
Tag:    v2.0.0-rc1

MDL-19057 blobs now supported in pgsql's import_record()

commit de77601b578997ea6057eabcca3e772e32fa5b41
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 14 Sep 2010 01:39:29 +0800
Tag:    v2.0.0-rc1

MDL-24116 removing old xmldb test suite, all tests are now in DB function tests

commit 4be6e404d2d5aef795443ffa328894650bc41731
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 14 Sep 2010 01:33:01 +0800
Tag:    v2.0.0-rc1

MDL-24116 dropping tables that were used in old xmldb test suite, the tests will be moved to functional db tests in subsequent commits

commit f49b359b006858445889ee388997856b3e51d88b
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 13 Sep 2010 18:29:05 +0800
Tag:    v2.0.0-rc1

MDL-24178 adding unofficial support for LiteSpeed server

commit 258a66dccefae0d10c7b7387327c22c65c4a6160
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 13 Sep 2010 17:16:38 +0800
Tag:    v2.0.0-rc1

MDL-19057 fixed incorrect array_shift

commit 3da04607e1a6785c6b90c17bf1b4d0e09499e102
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 13 Sep 2010 17:09:58 +0800
Tag:    v2.0.0-rc1

MDL-19057 improved bit operations in oracle, new sql package setup code - all credit goes to Eloy Lafuente; installation instructions and diagnostics to be added later

commit e586aa397ede34b8bb8308e5fd6a17b79358df70
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 13 Sep 2010 17:05:46 +0800
Tag:    v2.0.0-rc1

MDL-19057 improved bit operation tests - now testing placeholders too

commit c72b9900ede25e35d6d3651abd74fa72743e3a52
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 13 Sep 2010 16:53:17 +0800
Tag:    v2.0.0-rc1

MDL-19057 improved bitand tests

commit 30899510c1dca99be66e8c11b590c973f50f5245
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 13 Sep 2010 16:47:22 +0800
Tag:    v2.0.0-rc1

MDL-19057 fixed bitwise ops - all credit goes to Eloy Lafuente

commit a189ac81ae75f3be24172d8e3feb2333de6f5197
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 13 Sep 2010 16:35:24 +0800
Tag:    v2.0.0-rc1

MDL-19057 improved delete_records() test

commit 16741cac5197f867dcda6e1bf1e2be3edee33aa2
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 12 Sep 2010 20:29:32 +0800
Tag:    v2.0.0-rc1

MDL-24144 hiding of empty folders in repository/local

commit 05f2d18ba2f634934fc1ad0fdc6f51c73c6b55ba
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 11 Sep 2010 05:19:31 +0800
Tag:    v2.0.0-rc1

MDL-18431 use of ZIPARCHIVE::OVERWRITE changed in 5.2.8  - credit goes to Dan Marsden

commit c311889cc0dd08cdeda2031c3c2c5b2f60f6103a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 11 Sep 2010 05:18:31 +0800
Tag:    v2.0.0-rc1

MDL-18431 use of ZIPARCHIVE::OVERWRITE changed in 5.2.8

commit adb5ad7c9352e0174d3f41437a3d7b30f5b302b0
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 09 Sep 2010 14:53:01 +0800
Tag:    v2.0.0-rc1

MDL-24139 fixed regression in prev commit, thanks Eloy

commit 472c1022d6cf7f0de5249324a48f11adcaf7bf9c
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 08 Sep 2010 15:50:58 +0800
Tag:    v2.0.0-rc1

MDL-23876 Fixed a typo that prevented certain custom icons in activity modules; credit goes to Brandon Turner

commit 8dbe233a846bb1792bc0eb90adac71deb22473f9
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 08 Sep 2010 15:48:17 +0800
Tag:    v2.0.0-rc1

MDL-24126 Increased load performance of pages that don't display the settings description (e.g. pages that just load settings navigation); credit goes to Brandon Turner

commit cec7ffcab9d670a173a1cb473eeff1e1a7294158
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 08 Sep 2010 03:47:08 +0800
Tag:    v2.0.0-rc1

MDL-24127 fixed incorrect $url variable names

commit 6a50d10a6463bbb0fdc3d07a1e96a6ef37f35f75
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 07 Sep 2010 17:38:23 +0800
Tag:    v2.0.0-rc1

MDL-24116 disabling test UI in XMLDB - this is a first step only, going to migrate this completely to DML/DDL functional tests soon

commit 4a79777cdd6891f420247f6cda3082f66581eed8
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 07 Sep 2010 16:58:05 +0800
Tag:    v2.0.0-rc1

MDL-19057 add comment to test tables so that ppl know they can be safely dropped

commit 463776cacc1090be8a2e6626b53db45c413b73e2
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 07 Sep 2010 16:48:09 +0800
Tag:    v2.0.0-rc1

MDL-19057 simplified test table management

commit 98cf713bd405930122dbaa889b36bfb0b13d1aa7
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 07 Sep 2010 16:37:39 +0800
Tag:    v2.0.0-rc1

MDL-19057 better use similar table names for each DML test - this helps with cleanup of leftovers

commit 656e1184b8c815edd650e8c4cdd2c695af75168b
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 07 Sep 2010 16:23:11 +0800
Tag:    v2.0.0-rc1

MDL-24109 saving of draft files now detects all changes

commit 8170809d52b0bc21c7a09f7d839dead9ebee48de
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 07 Sep 2010 15:56:27 +0800
Tag:    v2.0.0-rc1

MDL-19057 fixed debug regression, going to refactor this into new methods soon

commit 5ab41c2758ed10993789e25a424a6346850414c9
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 07 Sep 2010 03:55:49 +0800
Tag:    v2.0.0-rc1

MDL-19057 improved test_update_record_raw()

commit 8ca7b3dfb1ac43c413e3a5e4a4c177c05a5a2f43
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 07 Sep 2010 03:45:03 +0800
Tag:    v2.0.0-rc1

MDL-19057 more insert and import record improvements

commit 3b63379634aea0f739a33b2bd11b2f1ab07a13f3
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 07 Sep 2010 03:37:30 +0800
Tag:    v2.0.0-rc1

MDL-19057 one more insert_record_raw test

commit 4d7b046739e539df2f286808327ae3bf79aefc25
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 07 Sep 2010 03:34:33 +0800
Tag:    v2.0.0-rc1

MDL-19057 improved insert_record testing

commit 7374c35c3a14fd3b50d1336f2acd0d2cab4448fe
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 07 Sep 2010 03:07:19 +0800
Tag:    v2.0.0-rc1

MDL-19057 improved test_insert_record_raw()

commit 36f3228c3e90cbd6769edab85a65f2d9e3b20b97
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 07 Sep 2010 02:10:11 +0800
Tag:    v2.0.0-rc1

MDL-24101 hide groupmembersonly options when feature disabled

commit 66556e7ac0d1a43db0dad41d2d229b30d3f44773
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 07 Sep 2010 01:40:12 +0800
Tag:    v2.0.0-rc1

MDL-19057 minor coding style cleanup

commit 76f8ddc053ec7edb341669bb540cb7afd0078194
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 07 Sep 2010 01:28:02 +0800
Tag:    v2.0.0-rc1

MDL-19057 minor coding style improvements

commit 8efd88650ebd1b3c6d93358d850b643754c98957
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 07 Sep 2010 01:12:38 +0800
Tag:    v2.0.0-rc1

MDL-19057 improved recordset testing

commit dec3252935e415f6ea7ee4b7e5451331e173a846
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 07 Sep 2010 01:06:20 +0800
Tag:    v2.0.0-rc1

MDL-19057 minor recordset improvements

commit 4fd074986bbd33cb1950d83027862bf5ed676a1f
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 07 Sep 2010 00:45:26 +0800
Tag:    v2.0.0-rc1

MDL-19057 improved test_fix_table_names()

commit 6c5721ffa18e665fa46021e40eb2ba2dac8f166e
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 23:20:44 +0800
Tag:    v2.0.0-rc1

MDL-19057 real life tests in test_execute() + renamed test

commit cc4ac9ffa98d1cd288998b702d4f812c8700a056
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 22:28:57 +0800
Tag:    v2.0.0-rc1

MDL-19057 test_set_debug() now tests get_debug() too

commit 654f9f175adac1005e900e4d2c9ba304ce7a91be
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 22:20:20 +0800
Tag:    v2.0.0-rc1

MDL-19057 new test_set_debug()

commit d868e87934d28f9728d2e225ad662f5acaae52c4
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 22:11:38 +0800
Tag:    v2.0.0-rc1

MDL-19057 fixed more phpdocs

commit ded99d1ab2de8e0619a78b68d6742c7edb55b73f
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 22:10:52 +0800
Tag:    v2.0.0-rc1

MDL-19057 fixed phpdocs

commit bb3f9a0ad2d8954b6adb89928b9b22d154930795
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 22:10:09 +0800
Tag:    v2.0.0-rc1

MDL-19057 new test_setup_is_unicodedb()

commit 6903b52fb449a9bb403efda2162a5b54d225ae01
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 22:07:41 +0800
Tag:    v2.0.0-rc1

MDL-19057 new test_get_manager()

commit 1a7fa6bb003f1d4e169f02bf70968faae29d650c
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 22:03:32 +0800
Tag:    v2.0.0-rc1

MDL-19057 enhanced test_get_columns()

commit 5d1e1ad0ce41fb1ee902cfdfcb6846186746c4d9
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 21:43:21 +0800
Tag:    v2.0.0-rc1

MDL-19057 test_get_indexes() moved and fixed name

commit e0962d2074d767041b4256d9faf13307423a54fe
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 21:42:01 +0800
Tag:    v2.0.0-rc1

MDL-19057 test_get_tables() improved

commit 8ba0e4a0668b5ac6f9cd668aa6887b3845889731
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 21:34:05 +0800
Tag:    v2.0.0-rc1

MDL-19057 test_fix_sql_params() improvements

commit 40d3df5cf678caf6c4ca0641f9bd5475de983413
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 21:17:05 +0800
Tag:    v2.0.0-rc1

MDL-19057 improved coding style

commit 7395209ab9dd3c0a897141d910b4cb684d0e9908
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 21:12:25 +0800
Tag:    v2.0.0-rc1

MDL-19057 added type checking int otest_get_in_or_equal()

commit a1782c361c6bac923fe78545121a708eeba163ed
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 21:06:35 +0800
Tag:    v2.0.0-rc1

MDL-19057 moving test to match order in moodle_database

commit 73040360d6a04c3ad0fbd1f6bb19f41507912fd9
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 21:01:00 +0800
Tag:    v2.0.0-rc1

MDL-19057 new test_get_server_info()

commit 324715c802bbd6f3eb25ac481b2a10812ee2e2d2
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 20:55:58 +0800
Tag:    v2.0.0-rc1

MDL-19057 new diagnose() method test

commit 89e87570b674dc637d11a66d02f550a6d790d15b
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 20:50:17 +0800
Tag:    v2.0.0-rc1

MDL-19057 fixed docs

commit f358b06a1e2a3db204713ea59e12e84dec9c975b
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 20:47:57 +0800
Tag:    v2.0.0-rc1

MDL-19057 fixed get instance docs

commit af9f54303f06f342cb05c40717a6ad9a146411fe
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 20:01:57 +0800
Tag:    v2.0.0-rc1

standardised license headers

commit f0d531ad4c216b74b80322b9a3389619b6a337fa
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 19:49:46 +0800
Tag:    v2.0.0-rc1

standardized PHPDocs package info + fixed copyrights to reflect real author of classes (if anybody wants to change anything I would like to be contacted)

commit 47d2216e8af9e723fea2d5131832cc8ac300f9a7
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 19:41:43 +0800
Tag:    v2.0.0-rc1

standardized PHPDocs package info + fixed copyright dates and authors

commit d078f6d38e1a99eca9473624018c39b772be8407
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 19:29:21 +0800
Tag:    v2.0.0-rc1

standardized PHPDocs package info

commit 5d354ded1a3ea10fec211a6a65ac705d331a9b42
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 19:17:43 +0800
Tag:    v2.0.0-rc1

standardized PHPDocs package info

commit 844239d3ed53b3f3ccb179ae14e9bc559a532606
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 19:11:32 +0800
Tag:    v2.0.0-rc1

MDL-24092 removing STATEMENTS support from install.xml, use db/install.php or db/log.php instead

commit dae88219fa2a3cf9526b2d34d2d236d60a6e42ad
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 05:05:20 +0800
Tag:    v2.0.0-rc1

fixed typo

commit 7070ca36d9e3bf7849de6833ce0273ae8853c13d
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 05:01:17 +0800
Tag:    v2.0.0-rc1

MDL-24090 upgrade info

commit ef14c1e724b751d0db509f0082c98e1f2ae1a955
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 04:36:18 +0800
Tag:    v2.0.0-rc1

MDL-24090 new detection of plugins that were not upgraded to work with Moodle 2.x (uses $plugin->requires) + bumping ancient versions of plugins

commit d32fb55027bf4a448015bef78a47ae0cd68aa625
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 04:15:41 +0800
Tag:    v2.0.0-rc1

MDL-24090 fixed package info and added proper dates and authors in class copyrights

commit 2361b7dd77689793aba756ad4883741594a971cb
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 03:44:24 +0800
Tag:    v2.0.0-rc1

MDL-24089 minor coding style improvement

commit 575f245fbc2dd0a3a7b0a86add22c681728924e8
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 03:41:00 +0800
Tag:    v2.0.0-rc1

MDL-24089 confirm upgrade of plugins + replaced continue button with 'Upgrade' - this should tell admins when is the upgrade going to really start

commit deba811a9c08ae393a8d47a914dba4df7d7a9da5
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 03:19:40 +0800
Tag:    v2.0.0-rc1

fixed comment typo

commit 80380bd79b6e72460a250e03c070099c40d75bdc
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 03:16:42 +0800
Tag:    v2.0.0-rc1

MDL-24089 preventing any plugin upgrades if downgraded core detected; localising error message

commit f12768798b0e1e0db6db304fdb0b0528ada54772
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 06 Sep 2010 00:18:21 +0800
Tag:    v2.0.0-rc1

MDL-16853 improver set_field() unittests, hopefully this would detect any potential Oracle problems mentioned in tracker

commit 2b3ccae5f9042e184d6a8ae16d08c5c817d9fd41
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 05 Sep 2010 23:48:19 +0800
Tag:    v2.0.0-rc1

MDL-14679 more get_field() unittests

commit d7f42e77e6973cd219c45a89ebe707e976332224
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 05 Sep 2010 23:36:06 +0800
Tag:    v2.0.0-rc1

MDL-14679 improved get_filed tests

commit 33adf18761f77796ba513d0f758e03c318ab884f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 05 Sep 2010 22:08:10 +0800
Tag:    v2.0.0-rc1

MDL-15916 fixed usage of renamed string

commit 6e0b0a39abc804176dfd2ec39a8666e7aa5247c8
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 05 Sep 2010 22:05:24 +0800
Tag:    v2.0.0-rc1

MDL-15916 teachers now control course welcome messages in each course separately, you can also specify custom message

commit 8b0846f7a24a3e6ddfd8f9093b424bd1658ed639
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 05 Sep 2010 21:14:17 +0800
Tag:    v2.0.0-rc1

MDL-23899 PHP Intl extension is recommended in 2.0 now because we use it for asort in textlib

commit c6947ba7a5f127f0db050163c81521d510c6b95e
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 05 Sep 2010 21:00:47 +0800
Tag:    v2.0.0-rc1

MDL-23899 migration to new locale aware asort

commit 3650b83d9ee3ba843fffcf010863acf0b4641c63
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 05 Sep 2010 20:57:59 +0800
Tag:    v2.0.0-rc1

MDL-23899 fixed asort to modify parameter instead of returning array - it now matches standard asort()

commit 0f21a964a5e59dbc79b80c1523f1f599b03c2dc6
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 05 Sep 2010 20:35:51 +0800
Tag:    v2.0.0-rc1

MDL-24079 fixing recent regressions caused by api changes in tablelib; sorry I did not find the problem earlier

commit ee70439a64cb35ebc875376d8b7adf838abfc769
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 05 Sep 2010 20:27:17 +0800
Tag:    v2.0.0-rc1

MDL-24079 fixed recent and old regressions in tablelib, next commit is going to include fixes for usage of tablelib

commit af41d03d9632e12794400edd58ee11aaaa326500
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 05 Sep 2010 19:21:01 +0800
Tag:    v2.0.0-rc1

MDL-15962 implemented a max enrolled users limit in enrol/self plugin

commit 878bcc7f095aac0e21268280755bd9c5690375ba
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 05 Sep 2010 05:12:18 +0800
Tag:    v2.0.0-rc1

MDL-23899 locale aware asort + unit tests

commit 7a0873d11dc3deab74659620e07b5fc1b7f18baf
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 05 Sep 2010 04:35:30 +0800
Tag:    v2.0.0-rc1

MDL-24009 fixed wrong file url rewriting and removing cleaning from lesson page contexts - this is marked with RISK_XSS

commit ff321d35bc2c180b77af60de06b7c36a6b5d951b
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 05 Sep 2010 04:34:15 +0800
Tag:    v2.0.0-rc1

MDL-24009 fixed wrong value encoding in form

commit 4758639429b98bfebe310bed04353f7598b3590c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 22:52:47 +0800
Tag:    v2.0.0-rc1

MDL-24080 converting remaining NOT LIKEs

commit 2225fb4809a11c716579bc62d9113674d73c9c3d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 22:43:11 +0800
Tag:    v2.0.0-rc1

MDL-24080 fixed debug warning and converted NOT LIKE

commit 16114b9db86e00bbf9b709cf287b5ec3ff4a3752
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 22:39:01 +0800
Tag:    v2.0.0-rc1

MDL-24080 new $notlike parameter added to our new sql_like(), hopefully nobody started using the $escaped param yet; unittests  included

commit 2f8eea3415a710e85abcf93902aab0a19ad2368b
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 22:23:50 +0800
Tag:    v2.0.0-rc1

MDL-24079 finally the sql_ilike() is deprecated

commit e99cfeb83f28d9ca2054da93f362ad28478a24b2
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 22:15:48 +0800
Tag:    v2.0.0-rc1

MDL-24079 glossary now using new sql_like

commit 800bb0f70fa951fd9eb7c3e57dec25d2cb8f2892
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 22:08:03 +0800
Tag:    v2.0.0-rc1

MDL-24079 mod/data now using new sql_like

commit af0dcf3adfa0246a97c7de57aa68b543e1055be3
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 21:59:24 +0800
Tag:    v2.0.0-rc1

MDL-24079 forum now using new sql_like

commit 0f1b6a5eb836849e206a09e7d99c90113f78815a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 21:58:49 +0800
Tag:    v2.0.0-rc1

MDL-24079 feedback now using new sql_like

commit dd54dc31b6db53d68309bdb2115893ffeb82690d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 21:05:51 +0800
Tag:    v2.0.0-rc1

MDL-24079 messaging now using new sql_like

commit 20a79b431683fbe7c0b18e566b90c79db80b7397
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 21:02:49 +0800
Tag:    v2.0.0-rc1

MDL-24079 fixed potential SQL injection in tablelib

commit e08de1b4954f984e96961cb5c7ca150079d9d92f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 20:50:23 +0800
Tag:    v2.0.0-rc1

MDL-24079 converted searchlib to use new sql_like()

commit b0238f06e380a9574e323f1f53921cf6e00b3008
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 20:45:47 +0800
Tag:    v2.0.0-rc1

MDL-24079 converted datalib to use new sql_like()

commit f7614bb0320ebdf40ad3fea5379661cf2ca21cf7
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 20:38:56 +0800
Tag:    v2.0.0-rc1

MDL-24079 converted enrol to use new sql_like()

commit 8086b083287631e447afe27d34ea74773e7767cd
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 20:36:00 +0800
Tag:    v2.0.0-rc1

MDL-24079 log migrated to new sql_like(), removing unnecessary preg test that had potential utf8 problem; removed extra '-'

commit b6859e0eb69d1521ad813de9308d826795665724
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 20:23:18 +0800
Tag:    v2.0.0-rc1

MDL-24079 blog now using new sql_like();fixed typo

commit c014d57c4fd6bfda24c09db90152624607b6e406
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 20:04:01 +0800
Tag:    v2.0.0-rc1

MDL-24079 blog now using new sql_like()

commit 88bb11eb55cfee74e1dc67022f00340e8f3bd819
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 19:56:34 +0800
Tag:    v2.0.0-rc1

MDL-24079 backup now using new sql_like()

commit bbec5b9183a9e4ffc933b704d80c73d887927767
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 19:53:04 +0800
Tag:    v2.0.0-rc1

MDL-24079 spam cleaner now using new sql_like()

commit 323f79a36c1d1634fda1275b5d51d062d5e57888
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 19:52:36 +0800
Tag:    v2.0.0-rc1

MDL-24079 spam cleaner now using new sql_like()

commit cdce12554276174f16012a2a1a46c37455e7c1f4
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 19:50:18 +0800
Tag:    v2.0.0-rc1

MDL-24079 custom lang report now using new sql_like()

commit f63ac65ac584f6b89a88726e0d8555f62f5a2cf2
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 19:46:00 +0800
Tag:    v2.0.0-rc1

MDL-24079 converted sql_ilike() to new sql_like in user selectors

commit 086339d2931d7d99d380729759bd25fbeb284767
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 19:43:50 +0800
Tag:    v2.0.0-rc1

MDL-24079 sql_ilike is deprecated, I still do not understand why do we have to drag this old code along

commit 97e0aaa5e51daf9e7e6eaf67ca45c4db29bd6d6c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 03:22:23 +0800
Tag:    v2.0.0-rc1

MDL-23308 disable legacy course files repo if they are disabled in course

commit 57ebd15e1def1a8400f4e1b2a12093975d9bf04c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 03:14:33 +0800
Tag:    v2.0.0-rc1

MDL-23308 reverting previously reverted deprecation of legacy course files - we have agreed during the meeting on Thursday that we add new setting to allow this, not keeping the course files everywhere forever

commit 1332e4b56215e1cdbafeb963e93a6cd6e93df2bb
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 03:05:05 +0800
Tag:    v2.0.0-rc1

MDL-23308 bumping main version in order to reset lang caches

commit 48f6a77aa85a8c69ed14f8506d93a93c57495e24
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 03:00:16 +0800
Tag:    v2.0.0-rc1

MDL-23308 coursefiles is a legacy feature, we should discourage everybody from using it

commit fab3c8d6e6e02db76fce22c9dc981359abf23b59
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 02:58:04 +0800
Tag:    v2.0.0-rc1

adding a TODO highlighting bad api design

commit f685e830303e701cb01cb3bdade6f170b700cc10
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 02:14:55 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixed remaining old style set_field()s

commit dd88de0ebd9d58828d19e62dd1d26e21ae1e4f5f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 02:01:25 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixed remaining old style update_record()s

commit a9637e7df484bccf08bc56ceef7412aa4fa5dc73
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 01:47:41 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixed a lot more old style uses of insert_record()

commit 9d97f08e996d536928ae6dd42d8428c74e83fbbb
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 04 Sep 2010 00:26:04 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixed multiple old style insert_record calls, we throw exceptions now from DML

commit 0424cfe30735586456da8b1f103289cf010b73d1
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 03 Sep 2010 23:59:25 +0800
Tag:    v2.0.0-rc1

fixed comment typos

commit 0e6e90516a6c9b523c1d7c1757f63b524ea8be0c
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 03 Sep 2010 23:44:11 +0800
Tag:    v2.0.0-rc1

MDL-24028 cast all bools in DML params to integers 1/0; credit goes to Eloy Lafuente

commit deb73728e745ec2a62d32514007da97dc042e3d1
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 03 Sep 2010 20:00:59 +0800
Tag:    v2.0.0-rc1

MDL-23308 added a feature to allow legacy course files in new courses too

commit 45347688a3341fc71e7f1aa02b3332eb10a5ab72
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 03 Sep 2010 19:59:28 +0800
Tag:    v2.0.0-rc1

MDL-23308 all "course files" are legacy feature, we must tell this to all our users, we can not use "Course files" anymore because we really want them to migrate. Sorry, please do not revert this change again. If somebody does not like this they have to tweak their language pack, it is officially "legacy" file area now.

commit 86f6eec3276204491f4336fb5526544e7f0fd11d
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 03 Sep 2010 02:49:31 +0800
Tag:    v2.0.0-rc1

MDL-23184 PARAM_CLEANHTML is work with real html markup only, it does not do our custom FORMAT_MOODLE tweaks anymore, luckily this was not supposed to be used before storage to database in 1.9, that means there should not be any BC issues;improved docs

commit f4091f8e3731704e6b36e8c8a3cff5481c1e9ff8
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 03 Sep 2010 02:42:29 +0800
Tag:    v2.0.0-rc1

MDL-23184 chat supports html only input

commit a8320bc431b89d20827b0941ac77161269aac1d9
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 03 Sep 2010 02:41:38 +0800
Tag:    v2.0.0-rc1

MDL-23184 some TODOs for incorrect text cleaning

commit c4d7d72124cf4225572d6ee59a4944b5289b78f0
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 03 Sep 2010 02:39:37 +0800
Tag:    v2.0.0-rc1

MDL-23184 user confirm improved param cleaning

commit 9f75f77da37532fbb64ab70beb1eb7e437dc5bc4
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 03 Sep 2010 02:37:22 +0800
Tag:    v2.0.0-rc1

MDL-23184 improved docs, do not show deprecated examples

commit 965ccba9f44ed2f22fb9ed87b772eecb5926cee9
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 03 Sep 2010 02:35:44 +0800
Tag:    v2.0.0-rc1

MDL-23184 no need to clean searches, we use bound params now and we do not print it anywhere

commit 72e9f8910d1591591ac09cf156cc0a3750578fec
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 03 Sep 2010 02:34:39 +0800
Tag:    v2.0.0-rc1

MDL-23184 activity names are in fact dir names

commit b8ea3041ebc72e4c5dc38f7387b6832cc9e3bd5f
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 03 Sep 2010 02:29:39 +0800
Tag:    v2.0.0-rc1

MDL-23184 activity names are now either PARAM_TEXT or PARAM_CLEANHTML, this should be more accurate

commit 93de0ac293168634d215889f138b45eb607f1e6f
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 03 Sep 2010 02:25:30 +0800
Tag:    v2.0.0-rc1

MDL-23184 using PARAM_NOTAGS instead of general cleaning for fields that are not supposed to have tags

commit 484a9765222dddc6208a872c020db11cfced186d
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 03 Sep 2010 02:16:45 +0800
Tag:    v2.0.0-rc1

MDL-23184 PARAM_CLEANHTML used in messaging for now, adding some hints how to implement support for text formats properly

commit fb59f2f1260a56e15dad43d601e6283b36ed6fed
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 03 Sep 2010 02:12:21 +0800
Tag:    v2.0.0-rc1

MDL-23184 CLEAN_PARAM explanation improved in unittests

commit 45423ee26d5df9a8926ffdf15544dbdfc780dfd6
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 03 Sep 2010 02:09:49 +0800
Tag:    v2.0.0-rc1

MDL-23184 fixed wrong PARAM_CLEAN

commit ceb65471f7c3dfef0d07770697714681bb1f339a
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 03 Sep 2010 02:08:04 +0800
Tag:    v2.0.0-rc1

MDL-24064 disabling bulk enrol for now, it needs to be rewritten a bit; fixing incorrect sue of PARAM_CLEAN

commit 7e4341f9f5317b8a993f9284ccb76f7931af9996
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 03 Sep 2010 01:58:03 +0800
Tag:    v2.0.0-rc1

fixed php docs, PARAM_CLEANHTML does not strip backslashes anymore

commit cc1eebbb34bdfb8a762b96a84150349eecc08ee2
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 03 Sep 2010 01:55:22 +0800
Tag:    v2.0.0-rc1

MDL-23184 role description accepts any HTML, we have to trust people that can edit roles anyway

commit 44913c8d47ec4d1e9b9913ae97bbb3dc4d9f9e88
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 03 Sep 2010 01:51:59 +0800
Tag:    v2.0.0-rc1

MDL-24063 finally after so many years developers have to specify parameter types in optional_param() and required_param() - the developers get standard PHP notices and debugging info, hopefully that will be enough to persuade everybody to stop abusing default PARAM_CLEAN; fixing php docs

commit 40ea93a4fe914b77d0c011633851da9530953a58
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 03 Sep 2010 01:33:49 +0800
Tag:    v2.0.0-rc1

MDL-15897 fix strict comparison

commit b6059edcacc1a707a67efd1f910113cb3abd67a1
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 03 Sep 2010 01:30:00 +0800
Tag:    v2.0.0-rc1

MDL-22959 PARA_TEXT multilang whitelisting cleanup; the text is no longer being processed by kses or htmlpurifier - this should fix some recent regressions, any xhtml strict tweaking should be done in format_string() if necessary; unit tests included

commit fd8a6a73548153a53268fe78a6c8d343dfbc20ad
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 02 Sep 2010 20:57:04 +0800
Tag:    v2.0.0-rc1

MDL-24059 stripslashes TODO notes

commit 00521032e96a8c1d9246d6e043250affaa20afca
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 02 Sep 2010 20:56:26 +0800
Tag:    v2.0.0-rc1

MDL-24058 removing obsolte stripslashes

commit 798b0b331b6ca2192ad98cae1d4f1ca4ec64ef43
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 02 Sep 2010 20:49:53 +0800
Tag:    v2.0.0-rc1

MDL-24058 no stripslashes any more, removing

commit 30c39ac54f3a7cc4bec0074800ed03a2ffcea23c
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 02 Sep 2010 20:49:29 +0800
Tag:    v2.0.0-rc1

MDL-24058 no stripslashes any more

commit 714dac9f7bfdab1d8fb9ef2650755b3808748f19
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 02 Sep 2010 20:47:59 +0800
Tag:    v2.0.0-rc1

MDL-24058 magic quotes are being delat with in our lib/setup.php, no need to use them again in our heavily hacked quickforms

commit e6fec85d614ee68a63403196f11ad0553a71202b
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 02 Sep 2010 20:44:58 +0800
Tag:    v2.0.0-rc1

MDL-24058 removing forgotten stripslashes from gradebook, no magic quotes used any more

commit 7270479f7ddcb0347b5f03ca4e967828aeb311b9
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 02 Sep 2010 20:44:27 +0800
Tag:    v2.0.0-rc1

MDL-24058 removing forgotten stripslashes, no magic quotes used any more

commit 6847d8ca177397d69089a53acadb616ee4d5bbaf
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 02 Sep 2010 20:43:26 +0800
Tag:    v2.0.0-rc1

MDL-24058 fixing wron DML conversion

commit aab03169d70cbdd62b14ea412162101d09c28e25
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 02 Sep 2010 20:41:58 +0800
Tag:    v2.0.0-rc1

MDL-24058 fixing docs

commit de08803f6cb6150b9ed4fb409fb5ae96c257abd8
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 02 Sep 2010 20:41:30 +0800
Tag:    v2.0.0-rc1

MDL-24058 removing unnecessary addslashes

commit 9cc41dfd6d7fc0b3451c628bf48c6d1b731a0bc5
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 02 Sep 2010 20:40:34 +0800
Tag:    v2.0.0-rc1

MDL-24058 replacing forbidden addslashes with something that is most probably completely useless

commit 8866508f5495a9409dcc6ce9bd74f79144019e82
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 02 Sep 2010 20:37:00 +0800
Tag:    v2.0.0-rc1

MDL-24058 just killing addslashes, no idea why we have this horrible code in CVS

commit 9e073667840904e4e439bb5b790d41ddce00d969
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 02 Sep 2010 20:35:47 +0800
Tag:    v2.0.0-rc1

MDL-24058 fixed JS string quoting

commit 1d28bdbde1789b2ab2cb8964ec613156242916ee
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 02 Sep 2010 20:34:51 +0800
Tag:    v2.0.0-rc1

MDL-24058 removed forgotten addslashes from feedback

commit 24b8188960d9c85fa9d00bf2d12a89a3724ecd7b
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 02 Sep 2010 20:32:36 +0800
Tag:    v2.0.0-rc1

MDL-24058 removed forgotted addslashes

commit 5c389347030802fd7bd161c4d9d8a0b7d8ff5d51
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 02 Sep 2010 20:29:25 +0800
Tag:    v2.0.0-rc1

MDL-16780, MDL-24058 removing AJAX from list of used libs too

commit c1c89e3b217a5924b277d774c2f87d0b4fda7124
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 02 Sep 2010 20:27:47 +0800
Tag:    v2.0.0-rc1

MDL-16780, MDL-24058 removing PHP4 JSON implementation and related AJAX pear stuff that is not used any more - it is buggy, so we would have to either fix it (waste of time) or we have to remove it; no core code is using this and contrib can be easily updated to use standard json_encode()

commit 8f46ae619c98553b6dcc5b2768144e88fb8a34bd
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 02 Sep 2010 20:19:08 +0800
Tag:    v2.0.0-rc1

MDL-24058 fixed potential XSS

commit 37070863db98f2f93091974dfb2545efba9adb21
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 02 Sep 2010 20:17:11 +0800
Tag:    v2.0.0-rc1

MDL-24058 removed obsolete addslashes

commit 4287c1c2a043f3f0447730ced74e0ddb1b6004eb
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 02 Sep 2010 20:16:24 +0800
Tag:    v2.0.0-rc1

MDL-24058 fixed sql injection, addslashes must not be used any more

commit 7d8f881a493c858366ccb9d27e7f727fd77da439
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 02 Sep 2010 18:24:40 +0800
Tag:    v2.0.0-rc1

MDL-23997 using strings instead of integers in binding emulation - this should be compatible both with int and nvarchar sql types

commit bb980cce0baebe148de886e1964381343c3782e5
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 02 Sep 2010 00:05:17 +0800
Tag:    v2.0.0-rc1

MDL-23997 even more unittests detecting failures in sqlsrv driver

commit 057865c0171d864ab898d4fcc829d5539b8c330e
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 01 Sep 2010 23:54:16 +0800
Tag:    v2.0.0-rc1

MDL-23997 more unittests detecting failures in sqlsrv driver

commit 72c75d1a05d7be455377c5caa935c570e8398424
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 01 Sep 2010 16:37:46 +0800
Tag:    v2.0.0-rc1

MDL-22657 fixed lost language selection in CLI installer

commit c30bcaae3f1180aa853bb880bea53e7da1f1bc39
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 01 Sep 2010 15:32:21 +0800
Tag:    v2.0.0-rc1

MDL-23927 ensure CFG in scope before using, credit goes to Myles Carrick

commit 2a72392d591ca2e1a9b28b39fd0af65a6dad7031
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 30 Aug 2010 18:51:50 +0800
Tag:    v2.0.0-rc1

MDL-23997 new tests for bound query compatibility - reverting text comparison, we need param type hints for that

commit 9ac5fdf82b8c991f958b50d72cd9eef7b16a746c
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 30 Aug 2010 16:28:18 +0800
Tag:    v2.0.0-rc1

MDL-23997 new tests for bound query compatibility

commit 2d4d77474a94784bbe57d13903e55daf8e09f4d9
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 30 Aug 2010 03:36:45 +0800
Tag:    v2.0.0-rc1

MDL-23974 dom and xml extensions are now required

commit 14c87a1fe43502836c59999766723ab2a20bb972
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 30 Aug 2010 03:28:03 +0800
Tag:    v2.0.0-rc1

MDL-15057 PCRE is a required extension, looks like we do not need to add detailed feedback strings for required extensions - nice!

commit 35b622e1f77998c9f8adcb5904f3b8746b5df931
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 30 Aug 2010 01:09:33 +0800
Tag:    v2.0.0-rc1

MDL-23984 fixed curl cache to use our default permissions

commit c0c757120d3f40c2f79fceeaeba73a9525a55f4f
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 30 Aug 2010 00:54:03 +0800
Tag:    v2.0.0-rc1

MDL-23984 removing unnecessary temp dir when exporting all online assignments, fixing missing text_format

commit 59333bc9431ff561bcc18ae329db75a829417500
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 30 Aug 2010 00:44:32 +0800
Tag:    v2.0.0-rc1

MDL-23991 not a nice hack for sending file as string content to zip packer

commit 8512eebe075b06fe54810f0312fbd461934888aa
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 30 Aug 2010 00:35:22 +0800
Tag:    v2.0.0-rc1

MDL-23984 fixed filesystem repository to use our default permissions

commit f2b7f454864799e3774e5ca00c4970be42a3e535
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 30 Aug 2010 00:26:35 +0800
Tag:    v2.0.0-rc1

MDL-23949 ohlala, I have borked the capabilities preloading completely - sorry for the regression!!

commit 77f6cb83c02e7363cce460d1fe9a6ae63fd9775a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 29 Aug 2010 23:28:38 +0800
Tag:    v2.0.0-rc1

MDL-23984 removing unused error string

commit 71904f4d2b9a383d4ab7149b4b7cb5082933ec93
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 29 Aug 2010 22:59:14 +0800
Tag:    v2.0.0-rc1

MDL-23984 make_upload_directory() cleanup - we now throw exceptions by default which should prevent a lot of strange problems

commit c426ef3aa59ce0e890f5ab2676e8ad32d4cb23b9
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 29 Aug 2010 22:51:09 +0800
Tag:    v2.0.0-rc1

MDL-23984 improvements of check_dir_exists() - replacing by make_upload_directory() in cases where we want to be sure that the dir is writable; removning now default create and recursive params to make code easier to read

commit 4031f6a27cc270d5abe1aa32bd09164e67d502a5
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 29 Aug 2010 22:33:39 +0800
Tag:    v2.0.0-rc1

MDL-23984 improved check_dir_exists() and make_upload_directory() incorrect permissions throw fatal exceptions by default; it is possible to create dirs outside of dataroot (necessary for custom dir locations); fixed Win32 compatibility in session_exists method

commit 8d3bf3e0cdba5ebaec0fef72e3ed8ac7ab6048e5
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 29 Aug 2010 22:31:08 +0800
Tag:    v2.0.0-rc1

MDL-23984 setting proper typo3 directory permissions

commit 211c90081f219e37c49563483760b5ca7793ef1e
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 29 Aug 2010 22:15:43 +0800
Tag:    v2.0.0-rc1

MDL-22625 workaround for missing default timezone in CLI install

commit 4ede587e287a742e40ff01be9e23adf5ae95a02c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 29 Aug 2010 22:15:17 +0800
Tag:    v2.0.0-rc1

MDL-22625 workaround for missing default timezone

commit 8b2ebe7f031efe1e2034edba8f31733ce9c2b50d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 29 Aug 2010 22:14:21 +0800
Tag:    v2.0.0-rc1

MDL-23984 improved dataroot validation

commit 0bda70315bdebe47ac57fab68e0478af6381b51a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 29 Aug 2010 19:33:04 +0800
Tag:    v2.0.0-rc1

MDL-23984 improved dataroot handling in installer

commit 28326b2a6ce150cbcd697d38945d5209e47bb982
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 29 Aug 2010 18:57:42 +0800
Tag:    v2.0.0-rc1

MDL-23984 dataroot module storage is not supported in 2.0

commit 81457bef5100a3bb938d100ea1bcb90fdfca3d7b
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 29 Aug 2010 18:42:45 +0800
Tag:    v2.0.0-rc1

MDL-23984 no coursefile dirs exist any more

commit fcab3e647e8fe4423b4f3ee930aa075b6e4d22a0
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 29 Aug 2010 18:12:42 +0800
Tag:    v2.0.0-rc1

MDL-23984 using standard check_dir_exists() in latex

commit 882efc3c8a60a78e70317b1704505dfdde4d52b1
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 29 Aug 2010 18:12:20 +0800
Tag:    v2.0.0-rc1

MDL-23984 using standard check_dir_exists() in extlib

commit ab4aa5673432ebc1e4a252b6c2abc76b3216fd84
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 29 Aug 2010 18:10:08 +0800
Tag:    v2.0.0-rc1

MDL-23984 using standard check_dir_exists() in community block

commit a085278203c15ff21763e513c55314b8f133e378
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 29 Aug 2010 18:09:03 +0800
Tag:    v2.0.0-rc1

MDL-14589 blocking execution of bb convert

commit bec167f34affc0c61c95e8a9b7fa0cd09c487294
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 29 Aug 2010 18:00:18 +0800
Tag:    v2.0.0-rc1

MDL-16094 preventing execution of question code that is trying to access dataroot files - we must use new api instead

commit 389d17f9ccb2d589ca7b753883ebff5ff51fe49b
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 29 Aug 2010 17:50:36 +0800
Tag:    v2.0.0-rc1

MDL-23985 removing all make_user_dir() and get_user_directories() usage

commit 082ec753b5ef42e99982f4eae4cdc04564d76d7d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 29 Aug 2010 17:45:31 +0800
Tag:    v2.0.0-rc1

MDL-23985 commenting out non-working code - we need to use new file api to get user pix

commit 48183b41e94893bb4cb93e2f7b8c702ff09b46fc
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 29 Aug 2010 17:38:40 +0800
Tag:    v2.0.0-rc1

MDL-23984 replacing custom mkdir with standard api in user pix upload

commit d8fa45505ca7d9a1993a84bad0763f39b1d94e36
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 29 Aug 2010 17:38:08 +0800
Tag:    v2.0.0-rc1

MDL-23984 using standard checkdirexists for lang packs

commit e0d86218549ebdf5fe740577c8e5003cc63ec9f8
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 29 Aug 2010 17:36:21 +0800
Tag:    v2.0.0-rc1

MDL-23984 finally changing defaults for check_dir_exists() it should be now used mostly for temp and caches, because plugins have to use new file API; we also allow creation of dirs outside of dataroot in case somebody overrides paths in config.php such as langlocalroot

commit 8b3c13d877671d6174788bf15937a0130588bc0b
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 29 Aug 2010 17:16:38 +0800
Tag:    v2.0.0-rc1

MDL-23984 implementing a bit different hack to force htmlpurifier to create dirs with our premissions, I suppose we should send a bit different patch upstream later (custom dir permission setting)

commit c004706bcdbf9605c84601c9f3c5c1094c31922e
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 29 Aug 2010 00:12:11 +0800
Tag:    v2.0.0-rc1

MDL-23948 prevent HTMLPurifier from changing permissions in serializer code - we have a special setting for this in config.php already

commit 66f3df179d93aa5993012f563274659a70caa467
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 28 Aug 2010 22:22:26 +0800
Tag:    v2.0.0-rc1

MDL-22657 removing post from install confirmation that was breaking lang selection

commit a9eac775bd8d283af8b47f2021fbfb0ac03bb8ab
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 28 Aug 2010 22:12:05 +0800
Tag:    v2.0.0-rc1

MDL-23979 prevent logging of intentional errors when fetching feeds

commit 43ba7a54c2b86c728b394d2a22bab6b8aaa7b737
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 28 Aug 2010 21:57:03 +0800
Tag:    v2.0.0-rc1

MDL-23980 finally removed the sloppy urldecode() that was just a workaround for the regression in simplepie itself

commit a762ba72715c370b0b4e458b11fba73f19a5aedf
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 28 Aug 2010 21:46:54 +0800
Tag:    v2.0.0-rc1

MDL-23980 importing latest 1.3dev - this should fix the url encode problem

commit f66af8875b76be2d5cf4cf557a0cb8f1bbfafddc
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 28 Aug 2010 20:32:58 +0800
Tag:    v2.0.0-rc1

MDL-23979 fixed non standard entities result

commit 61ca8f733105e7ee24829ac0d7e1f70e736991b5
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 28 Aug 2010 20:29:58 +0800
Tag:    v2.0.0-rc1

MDL-23979 fixed old style url init

commit c80705a8c9fcd32936174a9e416b6690f8873459
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 28 Aug 2010 20:28:01 +0800
Tag:    v2.0.0-rc1

MDL-23979 modole_page  does not throw exception any more if context not set

commit 04b32359bfed6d2988c8d1e4d7a29fd0a84fccdf
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 28 Aug 2010 20:25:14 +0800
Tag:    v2.0.0-rc1

MDL-23979 PARAM_CLEAN should not be used in new code at all ,there is nothing like universal cleaning, sorry

commit 1dadfe15f29410eeacb69c067c54753dc34dc42c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 28 Aug 2010 20:20:09 +0800
Tag:    v2.0.0-rc1

MDL-23979 switching CFG->dirroot is a really bad idea, I borked this test when adding context parameter, but I am not going to fix it because moodle core functions can not work properly if you change dirroot on the fly, sorry; proper way would be to tweak the test class to use different direcotry

commit 50999f147887de61e38196d7e47deaead01afbbf
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 28 Aug 2010 19:57:50 +0800
Tag:    v2.0.0-rc1

MDL-23979 adding missing context init code

commit 847bed234de7e2ea86f1afbece5ae161f8f3111d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 28 Aug 2010 19:54:24 +0800
Tag:    v2.0.0-rc1

fixed a few comment typos

commit 19e7a192891c199353ae1da439e82b7920edfd3c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 28 Aug 2010 19:39:03 +0800
Tag:    v2.0.0-rc1

NOBUG install.php cleanup + fixed recent siteguest regression + more diagnostics when creaeting users

commit 492a55e7f2df2cb17835be5ee59eeda764eb2173
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 27 Aug 2010 01:19:09 +0800
Tag:    v2.0.0-rc1

MDL-23949 fixed use of invalid $USER before linked to session

commit 3e359a08a0a6d1fec45c36ea5afbde2488b3ffb6
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 27 Aug 2010 00:28:28 +0800
Tag:    v2.0.0-rc1

NOBUG improved coding style - it is always better to use === when comparing strings

commit c126d45243e153d54e7ec3548335ed867eedb35b
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 27 Aug 2010 00:27:14 +0800
Tag:    v2.0.0-rc1

MDL-23948 ignore 'phpunit' folder when looking for plugins

commit fe79c400d902c332f17118534db40d5a8b14b74a
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 27 Aug 2010 00:25:13 +0800
Tag:    v2.0.0-rc1

MDL-23948 improved detection of config.php problems

commit 1e36599bb06852e17c96aa6da3e7066dbab9d1e7
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 27 Aug 2010 00:13:17 +0800
Tag:    v2.0.0-rc1

MDL-23948 PHPUnit scripts are simply marked with define('PHPUNIT_SCRIPT', true) + simple require_once(dirname(dirname(dirname(__FILE__))).'/config.php');

commit f14438dc4e1d9596f87469b9d31de20b149e7474
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 27 Aug 2010 00:10:19 +0800
Tag:    v2.0.0-rc1

MDL-23948 making $ACCESSLIB_PRIVATE proper global

commit b545e27a1cc2bd668ae31c351a5f90fe4c261d02
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 26 Aug 2010 23:44:42 +0800
Tag:    v2.0.0-rc1

MDL-23949 fixed wrong preloading of caps caused by uninitialised $USER

commit b30fa33538b005a1f82192af2c96566134a675dc
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 26 Aug 2010 23:31:18 +0800
Tag:    v2.0.0-rc1

MDL-23948 we should make CFG global before assigning value to it, you could not include our config.php from non-global scope before which was breaking external stuff

commit 56953adc5b9e3efe09a44c36446414102880802f
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 26 Aug 2010 22:57:32 +0800
Tag:    v2.0.0-rc1

MDL-23824 prevent header warnings on CLI after fatal config.php error detected

commit dd1a9e4cd47b30a93f77d4dbc02a257cb0d69635
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 26 Aug 2010 18:01:39 +0800
Tag:    v2.0.0-rc1

completion is trying to modify current db, it should use test prefix, but no idea if it really works; at least this change should help prevent damage on production sites

commit 2b199e7c0b270522a4abece7c65ca53f486d3169
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 26 Aug 2010 15:43:06 +0800
Tag:    v2.0.0-rc1

MDL-23885 fixed file api encapsulation and lowering number of direcories in zip files

commit d0b6f92a237babfd854770445e9268a8f75ea6e3
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 26 Aug 2010 05:45:34 +0800
Tag:    v2.0.0-rc1

MDL-23885 flattening filepool directory structure - hopefully this will lower the number of directories but still keep a reasonable number of files in each directory on large installs; see tracker for more details

commit d533e6d7e314d880a1bd818a23a7ad54da8a0bb0
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 26 Aug 2010 04:26:23 +0800
Tag:    v2.0.0-rc1

MDL-23925 hopefully finalised unit tests for case and accent insensitive problems

commit 915ee3f9dfea743ff2958a5ae8de64247b4a5c23
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 25 Aug 2010 19:18:37 +0800
Tag:    v2.0.0-rc1

MDL-23925 completely reverting binary comparison hack, we have to instruct admins to setup case+accent sensitive collation as default instead

commit 5a9c25e8fcf2fbb229f3f053ea3b411df0289f69
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 25 Aug 2010 18:14:47 +0800
Tag:    v2.0.0-rc1

MDL-23925 more unit tests that should help with diagnostics of collation issues; fixed utf-8 issues with first char of my nick

commit 9a1e8c5e52a2bee23b3bb5bd592a9af4d40ecef4
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 25 Aug 2010 17:35:18 +0800
Tag:    v2.0.0-rc1

MDL-23925 reverting changes, we need to fix uniqueness and collation issues first

commit 2396a414e813022ec378d654035aa3551527139f
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 25 Aug 2010 16:58:22 +0800
Tag:    v2.0.0-rc1

MDL-23927 improved guest handling

commit b3df176457f218a04b76d5520f56ba4e6c2fd759
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 25 Aug 2010 16:56:07 +0800
Tag:    v2.0.0-rc1

MDL-23927 do not use = 'guest' because we have CFG->siteguest AND it matches any other username with accents and different case in MySQL

commit 629e12fd8166d2e15a69adfe4b44d81b456b4627
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 25 Aug 2010 16:43:42 +0800
Tag:    v2.0.0-rc1

MDL-23927 do not use = 'guest' because we have CFG->siteguest AND it matches any other username with accents and different case in MySQL

commit 04aec3dacf671fc56c645bb3e7d5251f423abd82
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 25 Aug 2010 16:32:59 +0800
Tag:    v2.0.0-rc1

MDL-23927 do not use = 'guest' because we have CFG->siteguest AND it matches any other username with accents and different case in MySQL

commit c924a469a690579d6ea16cc8d0d0ca9ad802bbf4
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 25 Aug 2010 16:30:52 +0800
Tag:    v2.0.0-rc1

MDL-23927 do not use = 'guest' because we have CFG->siteguest AND it matches any other username with accents and different case

commit e08a6ee417e66b07bb68a480f1a9241b2689fde7
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 25 Aug 2010 16:25:38 +0800
Tag:    v2.0.0-rc1

MDL-21782 guest filed is not in course table any more

commit 6055f89d308d486419d9616b82dcb9b0c79a5884
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 25 Aug 2010 05:50:53 +0800
Tag:    v2.0.0-rc1

MDL-23925, MDL-23888 new sql_ilike() and sql_binary_equal() - this should finally allow us to solve many collation issues consistently for all supported databases; please note this changes some behaviour for non-english languages when mysql used; expect more commits that actually make use of these new features

commit 7db8dd1ea4d9fd831864c4c9de689427911536d4
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 24 Aug 2010 21:39:13 +0800
Tag:    v2.0.0-rc1

MDL-23922 preventing invalid modifications of PAGE object

commit d449b246635071cbb77b797101240cf2558af9f7
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 24 Aug 2010 17:14:09 +0800
Tag:    v2.0.0-rc1

MDL-23916 JS now allowed on private /my/ pages again

commit e884f63a0ca20a58b00c41940ea82b8545503e98
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 24 Aug 2010 16:50:53 +0800
Tag:    v2.0.0-rc1

MDL-23911 login as session can be only terminated by logout, this should improve security on pages where user may enter JS that only he/she can see - such as the /my/index.php

commit 1ca1c8f820f47c800e33894b82a80bda5f4c37f7
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 23 Aug 2010 22:42:31 +0800
Tag:    v2.0.0-rc1

MDL-23901 copy/paste style migration of glossary to export via pluginfile.php

commit a4411e56aafe45749739110b2b7f5093973ccb5b
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 23 Aug 2010 16:06:02 +0800
Tag:    v2.0.0-rc1

MDL-15093 fixed recent LIKE escape regression

commit 2e69ea4a1747a8234f43453377f6205ac6265928
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 23 Aug 2010 15:33:02 +0800
Tag:    v2.0.0-rc1

MDL-23897 adding miissing cleanup of draft areas

commit 38ead57d34073418e7f44698323e56b664480f85
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 23 Aug 2010 03:32:37 +0800
Tag:    v2.0.0-rc1

MDL-14679 more phpdocs improvements - fixed param types

commit 3d54726fd49dbd49783a196b64c8a0bce3950065
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 23 Aug 2010 03:26:48 +0800
Tag:    v2.0.0-rc1

MDL-14679 more phpdocs improvements

commit b483311752b662556b9ed950fff33e510872513c
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 23 Aug 2010 03:20:23 +0800
Tag:    v2.0.0-rc1

MDL-15093 get_tables might be fetching too many tables because "_" was not quoted, it was not a big problem because tables are validated once more later

commit 30e7e9e4bc448d7e4fcc72bd72075bee29779869
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 23 Aug 2010 03:17:06 +0800
Tag:    v2.0.0-rc1

MDL-15093 improved coding style

commit 9331d879ebbc2d655cd56368091b803fb472ab8c
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 23 Aug 2010 03:06:06 +0800
Tag:    v2.0.0-rc1

MDL-14679 more return types added

commit f688db7d572a89a97f8242a82a93c64978e4a45f
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 23 Aug 2010 03:01:09 +0800
Tag:    v2.0.0-rc1

fixed comment typo

commit 3503dcad3127ef9ac5d89e83a9eec9c221bf159d
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 23 Aug 2010 03:00:28 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixing more incorrect return types

commit 5212b07f209687f1e3e2271eda46db9f9336a71d
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 23 Aug 2010 02:55:29 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixing incorrect return type of recordset methods

commit 4a6c2ab88e9d041fa50c99c0bf9bfa7f1726dadc
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 23 Aug 2010 02:51:45 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixing obsolete driver names in comments

commit bca5016190666780f8e938eee2d45ba48bdd57a2
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 23 Aug 2010 02:48:24 +0800
Tag:    v2.0.0-rc1

MDL-15093 removing obsolete TODO comment

commit 2740cea0599ed9dc15ba40015a13ed7caf6a9f77
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 23 Aug 2010 02:46:23 +0800
Tag:    v2.0.0-rc1

MDL-15093 fixed comment indentation

commit 1db51b5ad4de8774339c08b4389201c7b15c5bbb
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 22 Aug 2010 19:36:10 +0800
Tag:    v2.0.0-rc1

MDL-15093 removing invalid PHPDOC comment

commit 5585eab302615e511228a3a5642c5993aca9fab5
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 22 Aug 2010 19:34:56 +0800
Tag:    v2.0.0-rc1

MDL-15093 fixed notice when dboptions not supplied

commit df4a889e20c91380c7db1220ab8dcc31dc4dd8a3
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 20 Aug 2010 17:12:07 +0800
Tag:    v2.0.0-rc1

MDL-23883 fixed mssql compatibility issue + docs typos

commit 85ba1e78b4d0ccee1af9fd475842befbe76774e3
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 20 Aug 2010 17:05:15 +0800
Tag:    v2.0.0-rc1

MDL-23884 new default error handler - prevents white screens and helps with debugging

commit ed22700db50652f10d4e9b0d1d779614df2d6d72
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 19 Aug 2010 15:09:14 +0800
Tag:    v2.0.0-rc1

MDL-23682 improved overriding of MyISAM default engine with something that supports ACID

commit 172ab48445a5aa25ba4816c5d5ebbf9bc1807ad3
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 19 Aug 2010 06:29:40 +0800
Tag:    v2.0.0-rc1

MDL-23856 fixed invalid section restriction test

commit 7b2e259c8cbea6bf79bba69ee007a4832603fa35
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 19 Aug 2010 06:18:53 +0800
Tag:    v2.0.0-rc1

MDL-23856 fixed incorrect integer comparison, we should not use === or !== because one may be integer and the other string

commit 99f9f85f000d71f73366cf070e13413d835ce625
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 19 Aug 2010 06:07:00 +0800
Tag:    v2.0.0-rc1

MDL-23489 auth plugins can specify own edit profile url - patch submitted by Jay Knight + tweaking change password url to use new moodle_url at the same time, it is backwards compatible, custom plugins may still use string url for now

commit 84deffae0aa0f381cd3aa5836b3cfa95759a37c6
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 19 Aug 2010 03:17:17 +0800
Tag:    v2.0.0-rc1

MDL-23844 fixed IE compatibility - credit goes to Mauno Korpelainen

commit 843a56881cd0d1c0b2f73da0294299cebd3680f4
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 19 Aug 2010 03:13:37 +0800
Tag:    v2.0.0-rc1

MDL-23844 fixed encodings in lang files

commit d91cabdfb87dbe532f743b3b57cdd46b536aa19c
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 19 Aug 2010 03:13:37 +0800
Tag:    v2.0.0-rc1

MDL-23844 fixed encodings in lang files

commit 6c2c2b53b9c866620c9a895bcd20d8f321f3fd07
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 19 Aug 2010 01:51:36 +0800
Tag:    v2.0.0-rc1

MDL-23682 fixed help

commit 90f3882555a24655fbb87b6b734c7e7e4410708a
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 19 Aug 2010 01:24:53 +0800
Tag:    v2.0.0-rc1

MDL-23682 new MySQL engine migration script

commit d35ece6cce0cc0f9f3c39a433d8eca0ea3426126
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 19 Aug 2010 00:47:00 +0800
Tag:    v2.0.0-rc1

MDL-23682 new MySQL engine diagnostics + InnoDB is now used instead of MyISAM in new installs if available + improved mysql transaction support

commit 999b54af84d58ae343b0d079efbc10461dd2f47d
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 18 Aug 2010 19:49:22 +0800
Tag:    v2.0.0-rc1

MDL-23833 rewritten guest autologin - not using redirect any more + migration to CFG->siteguest instead of username + removing guest login button when user is already guest

commit 3ead116af3e2097df4a564c238816f343c93fc97
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 18 Aug 2010 17:26:46 +0800
Tag:    v2.0.0-rc1

MDL-22795 guest access icon + lang pack enrol related cleanup

commit bf423bb1d151066d2c542c91d5ca4052aa15cda9
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 18 Aug 2010 17:02:05 +0800
Tag:    v2.0.0-rc1

MDL-22795 basic support for course enrol icons and enrol info

commit 3f873af7bf2674f114c47bcd9a65bb4c968fa7e1
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 17 Aug 2010 21:05:33 +0800
Tag:    v2.0.0-rc1

MDL-23842 cohort UI now linked from course category settings block too

commit 28bd3d9ad3fd1dd4776bbeb9e172a0693b2b4de0
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 17 Aug 2010 20:33:30 +0800
Tag:    v2.0.0-rc1

MDL-23824 CLI script improvements - just define('CLI_SCRIPT', true) before require config.php; all incorrect uses of cli and web scripts are detected; refactored cron script - now in two separate sctipts; fix cli inline docs and help - we have to sudo to apache account; standardised cli script locations in auth plugins

commit e8903168997da2eef64adf92c94eced41181c596
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 17 Aug 2010 18:38:34 +0800
Tag:    v2.0.0-rc1

PHP4 is dead - admins with PHP4 will get ugly errors when trying to install Moodle 2.0, sorry we can not dance around this ancient version forever

commit ed5d13c074f16fa0990851f8ca7f6ddcf2f9559e
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 17 Aug 2010 03:34:23 +0800
Tag:    v2.0.0-rc1

MDL-23795 basic support for print page layout + tons of trailing whitespace fixed

commit dba37691c50f2c9fd95b3f6aa006adcf4b1bc3e1
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 17 Aug 2010 03:11:50 +0800
Tag:    v2.0.0-rc1

MDL-23797 fixed some problems discovered by the new PAGE->context diag code

commit eb5bdb3510427cdabf4ca4770ea9b217b737a393
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 17 Aug 2010 03:11:21 +0800
Tag:    v2.0.0-rc1

MDL-23797 improved detection of PAGE->context abuse andproblems; fixed incorrect use of this->context instead of this->_context; missing PAGE->context does not throw fatal error any more

commit df92ba9a43713e1c901ac29c3f73f8814a30affb
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 17 Aug 2010 01:47:36 +0800
Tag:    v2.0.0-rc1

MDL-23797 minor session refactoring necessary for setting of default context on pages that do not use cookies

commit aeda42f7d6d95a3cc8fd82002b8d9a4c790dfcae
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 13 Aug 2010 15:41:34 +0800
Tag:    v2.0.0-rc1

MDL-23792 fixing upgrade problem with missing pictures in mod/database

commit ede7252234c8a1bc9d4fa18c6df5709a9d073e1e
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 13 Aug 2010 04:37:24 +0800
Tag:    v2.0.0-rc1

MDL-23784 finally getting rid of all legacy .gif and .png extensions, yay! fixing issues with incorrect &amp; in JS code

commit 0c3c54934a17e2c0fb185b4ce8e78317a9c8db47
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 13 Aug 2010 03:01:28 +0800
Tag:    v2.0.0-rc1

MDL-23784 converted question types to use new pix API and locations

commit 3002e7fd987527b4e0a6ba06fc67f1f52786859a
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 13 Aug 2010 02:47:30 +0800
Tag:    v2.0.0-rc1

MDL-23784 oh, fixing very wrong image links in base css

commit b11681e036431b7da5806aaf9afa45b65f68296d
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 13 Aug 2010 02:38:56 +0800
Tag:    v2.0.0-rc1

MDL-23784 fixed more incorrect pix links

commit f8e9c93a9a1b44fe484c468706a3187918977d61
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 13 Aug 2010 02:30:32 +0800
Tag:    v2.0.0-rc1

MDL-23784 fixed incorrect pix links

commit 5402c577eb70e0b2a8b7ccadc4088d8326a97a7c
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 13 Aug 2010 02:22:34 +0800
Tag:    v2.0.0-rc1

MDL-23784 fixed docs icon from security report

commit 0f17961d4a4f57f24d9200ae4425444597b3c933
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 13 Aug 2010 02:18:47 +0800
Tag:    v2.0.0-rc1

fixed incorrect report name string

commit 70daa96fe58039aad3d280094e9975f0984a8050
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 13 Aug 2010 00:50:13 +0800
Tag:    v2.0.0-rc1

MDL-23784 removing obsolete quiz images, pix is the only correct dir now

commit e948a47b833f737f0cd79155107ad8e7ed0946a3
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 13 Aug 2010 00:49:48 +0800
Tag:    v2.0.0-rc1

MDL-23784 removing obsolete resource images, pix is the only correct dir now

commit df5e225e6e6e8f84f3cdbb42ad9accfe0a4ab91e
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 13 Aug 2010 00:49:19 +0800
Tag:    v2.0.0-rc1

MDL-23784 removing obsolete survey images, pix is the only correct dir now

commit 1003e17b38741bb970c6f83f8f4b678f19d261a6
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 13 Aug 2010 00:48:26 +0800
Tag:    v2.0.0-rc1

MDL-23784 removing obsolete lesson images, pix is the only correct dir now

commit 6ffad1d4e76b0dc8ae45f8b374397bdeb2ddc1e0
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 13 Aug 2010 00:47:52 +0800
Tag:    v2.0.0-rc1

MDL-23784 removing obsolete forum images, pix is the only correct dir now

commit 2c7a77f36af49fc981abaf3499820ab431b537fa
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 13 Aug 2010 00:47:27 +0800
Tag:    v2.0.0-rc1

MDL-23784 removing obsolete feedback images, pix is the only correct dir now

commit c4f0048288482b72cf8ad18c3669b1c58b9d2a40
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 13 Aug 2010 00:47:00 +0800
Tag:    v2.0.0-rc1

MDL-23784 removing obsolete data images, pix is the only correct dir now

commit d1eb986a97e49c72af154b4d0107c12ae8d64df9
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 13 Aug 2010 00:46:35 +0800
Tag:    v2.0.0-rc1

MDL-23784 removing obsolete choice images, pix is the only correct dir now

commit 13b6fb23b8371e58aa2e344f3adf85f05e1927bb
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 13 Aug 2010 00:45:26 +0800
Tag:    v2.0.0-rc1

MDL-23784 removing obsolete chat images, pix is the only correct dir now

commit df39135a70bed260a94bc367acf1f4819449142d
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 13 Aug 2010 00:44:55 +0800
Tag:    v2.0.0-rc1

MDL-23784 removing obsolete assignment images, pix is the only correct dir now

commit fa555107db5c5dc66514c62452a96e20b9ea3a38
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 13 Aug 2010 00:44:29 +0800
Tag:    v2.0.0-rc1

MDL-23784 removing obsolete glossary images, pix is the only correct dir now

commit 8d1a39637a28b28dedec49350484fef2523f3aa7
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 13 Aug 2010 00:05:41 +0800
Tag:    v2.0.0-rc1

MDL-23781 migrated old non-standard moddata lesson files and fixed media files migration

commit 0d6521541f0344daa832dd5c5ef981ae3cccb0df
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 12 Aug 2010 20:20:04 +0800
Tag:    v2.0.0-rc1

adding missing rs->close(), removing unused code, coding style improvement

commit 87150ca16b2d994f81632326be565c7b8642cdda
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 12 Aug 2010 20:14:05 +0800
Tag:    v2.0.0-rc1

fixed oracle SQL compatibility

commit 4f622c38a19d1f486d1c098180cab6ae832395df
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 12 Aug 2010 17:44:28 +0800
Tag:    v2.0.0-rc1

MDL-23774 only administrators may edit administartor accounts

commit a26a1a5b541e0deb504f762760100b9d4bbcf536
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 12 Aug 2010 16:22:26 +0800
Tag:    v2.0.0-rc1

MDL-23774 admin users can not be deleted - first remove admin privileges if necessary

commit d44df69b23fc007369eec05bad9924f6415069d5
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 12 Aug 2010 16:20:59 +0800
Tag:    v2.0.0-rc1

MDL-23774 only local users can be admins - more security and fewer "lost admin account" problems

commit e985de2ba4f38986c2b10d808d5c239e43906a81
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 12 Aug 2010 16:14:40 +0800
Tag:    v2.0.0-rc1

MDL-23774 do not allow deleting of any admin accounts in bulk actions

commit b73a28befa156a807c2832707e5c8c4b4e150c64
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 12 Aug 2010 16:12:46 +0800
Tag:    v2.0.0-rc1

MDL-23774 deleting of admins is a restricted operation, also external lib should not delete the account that is calling it; user pictures are not a problem any more

commit e5665b7f00a4418c391f9983d37c120a1f8087c9
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 12 Aug 2010 16:00:00 +0800
Tag:    v2.0.0-rc1

MDL-21782 temporary bulk enrol cap fix

commit 6cf88991e653ec12b69c56009e95ae56bbc595e2
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 12 Aug 2010 15:59:28 +0800
Tag:    v2.0.0-rc1

MDL-21782 enrol todo

commit c99a4ea201ce6b63ee7c4664d1e139c6df5cc160
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 12 Aug 2010 01:22:15 +0800
Tag:    v2.0.0-rc1

MDL-22788 fixed old currency use

commit 1d6ba3f5777782d8c6bc8ff5b1ed77e182763055
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 12 Aug 2010 01:17:41 +0800
Tag:    v2.0.0-rc1

fixed comment typo

commit 54475ccba2afec48284cd73bbec51de6c20c294b
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 12 Aug 2010 01:15:52 +0800
Tag:    v2.0.0-rc1

fixed use of context when formatting instance names

commit 32d661354bd4b8a7eec7370a26a70d2fdd23d8b4
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 12 Aug 2010 01:14:55 +0800
Tag:    v2.0.0-rc1

MDL-22788 fixed course name multilang issue in PayPal plugin

commit 2c3e42fdd9f36ccdce4b24153827ad5f1a03c61c
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 12 Aug 2010 01:09:19 +0800
Tag:    v2.0.0-rc1

MDL-23767 PayPal instance name printed on the enrol page

commit 6b24e35e79ff38e3253dca5f6a99aad11c227648
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 11 Aug 2010 17:57:21 +0800
Tag:    v2.0.0-rc1

MDL-23740 fixed PARAM_TAG compatibility with utf-8 chars

commit c30949a93a6817d26eb8bb5bc319057446651218
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 11 Aug 2010 16:04:57 +0800
Tag:    v2.0.0-rc1

MDL-23747 fixed multiple PAGE->context issues, improved coding style and added license headers

commit ba206b3a2ffd4bb1139fe57d23a97d54560a79f6
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 10 Aug 2010 17:26:12 +0800
Tag:    v2.0.0-rc1

curl now mandatory

commit bce08d9a3753b9d133c6481fe50bb261e20f83cb
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 10 Aug 2010 16:50:08 +0800
Tag:    v2.0.0-rc1

MDL-23739 improved ajax headers - now using application/json with the exception of YUI upload

commit c2a3a44818c72e8f9a41a7df25274590078d15ce
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 10 Aug 2010 00:25:32 +0800
Tag:    v2.0.0-rc1

MDL-23722 importing latest 1.9.1 PEAR base classes

commit 7efcb7358f177984dfa410d9d5a70fcba79e989e
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 10 Aug 2010 00:14:52 +0800
Tag:    v2.0.0-rc1

MDL-23726 fixed phpdocs - credit goes to Henning Bostelmann

commit b9ee1fc748de6c4ea942446b7a512d469a0ff1af
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 10 Aug 2010 00:10:02 +0800
Tag:    v2.0.0-rc1

MDL-23720 improved iplookup coding style + fixed a potential privacy issue

commit 0a31acef78a9b4006c98c215f34c677b2c6d9c52
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 09 Aug 2010 21:23:11 +0800
Tag:    v2.0.0-rc1

fixing IDE code completion issue

commit 8061887a6830d28a366593f108d5c53eb0246f83
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 09 Aug 2010 21:21:13 +0800
Tag:    v2.0.0-rc1

MDL-23720 fixed unicode issue in geoip results

commit bbb13f0619c8f44667ace644475909eea614f4e4
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 09 Aug 2010 21:10:33 +0800
Tag:    v2.0.0-rc1

MDL-23720 importing latest PEAR GeoIP module

commit 4806e6d70f3a4048b99dc41c3bfc6385e3013573
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 09 Aug 2010 21:04:46 +0800
Tag:    v2.0.0-rc1

MDL-23722 importing Exception from PEAR base 1.9.1

commit f22b73977f9d72f177e20c76c939fa853ba1118d
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 09 Aug 2010 20:00:16 +0800
Tag:    v2.0.0-rc1

MDL-22001 improved handling of context during install/upgrade in format_text()

commit cc1d9893d7ee4263b8a4d0729daa09c4221fbc79
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 09 Aug 2010 18:25:54 +0800
Tag:    v2.0.0-rc1

MDL-23719 some more explanation how longtimenosee works in enrol_self

commit 770ab27f1d8945ad15bb77f41aafe69dcb700961
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 09 Aug 2010 18:19:25 +0800
Tag:    v2.0.0-rc1

MDL-23719 longtimenosee finally reimplemented - it is now used in self enrol only. It should be faster, easier to configure and finally there should not be any "my users are disappearing" reports in the future

commit 5da6121042ce40c0844d0749c654803306874367
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 09 Aug 2010 17:17:32 +0800
Tag:    v2.0.0-rc1

all course completion should be disabled by default, sorry I overlooked the default course settings before

commit 8fb1c9af089e64b2545549fec1b16a1578f035f7
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 09 Aug 2010 16:21:45 +0800
Tag:    v2.0.0-rc1

MDL-23695 fixed yet another PAGE->context issue

commit 428540d1748aa4f785274c1ffdf926bb407cead0
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 09 Aug 2010 15:40:26 +0800
Tag:    v2.0.0-rc1

MDL-19774 fixed incorrect session init in cron - credit goes to Jay Knight

commit 6aae37125d6f8ad80913e37abdd7238fd87b2a1b
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 09 Aug 2010 15:35:35 +0800
Tag:    v2.0.0-rc1

MDL-23708 removing ENrol cohort button when no cohort visible by user or user not allowed to use it

commit 0e8205ae28060ebcda9e0d5d327117a70aa0e260
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 06 Aug 2010 04:14:55 +0800
Tag:    v2.0.0-rc1

fixed fatal errors

commit 6aa9d9527dbebba41f3749133442dfd131055c1f
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 05 Aug 2010 03:54:12 +0800
Tag:    v2.0.0-rc1

MDL-23640 fixed borked include, my fault - credit goes to Basil Gohar

commit 024a2179630be130d619d40443b5234c3b01040c
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 05 Aug 2010 03:51:49 +0800
Tag:    v2.0.0-rc1

MDL-23638 wrong sting concat in in spellchecker path - credit goes to Basil Gohar

commit 6163adcc5446251209da4d5e451979944bc11070
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 05 Aug 2010 03:49:23 +0800
Tag:    v2.0.0-rc1

MDL-23666 linking enrol UI instead of role assign at course context

commit 611b0a0c9bd8723b70ddccd8382bb392b79ca6f0
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 04 Aug 2010 17:48:04 +0800
Tag:    v2.0.0-rc1

MDL-23628 removed more log_display upgrade leftovers

commit d3da2ae51bc5f7c299d39ca57a70d7f64a938e18
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 04 Aug 2010 17:45:21 +0800
Tag:    v2.0.0-rc1

fixed typos

commit 3ec8f360cfaa2b4b9fed400f577431b1a84cd20d
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 04 Aug 2010 17:44:25 +0800
Tag:    v2.0.0-rc1

MDL-23628 removed log_display upgrade leftovers

commit 4ee513460d91318526509b944db93bcec311ece7
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 04 Aug 2010 15:55:49 +0800
Tag:    v2.0.0-rc1

MDL-23655 fixed yet another PAGE->context issue - let's make system context default PAGE->context in CLI scripts

commit ca74470c8d47c99ff0bd6fcf342e37737a7c4a6b
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 04 Aug 2010 15:37:02 +0800
Tag:    v2.0.0-rc1

MDL-23616 extremely messy hack to work around weird course handling resulting in unknown PAGE->context

commit 8a7934f7b1d6e40b4ce7cd1be2882b94b1d445b2
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 03 Aug 2010 19:00:02 +0800
Tag:    v2.0.0-rc1

we really should redirect after each action, otherwise sloppy referer tricks fail back especially when action is using POST

commit f3b218917822587894ccdca997bafe91109a5474
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 03 Aug 2010 18:32:27 +0800
Tag:    v2.0.0-rc1

MDL-23598 fixed display problem related to review option - credit goes to Joseph Rzeau

commit 847400a74198c02713037d0a71bf2ae0b00b9214
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 03 Aug 2010 18:08:25 +0800
Tag:    v2.0.0-rc1

MDL-23628 adding ugprade info

commit c6d75bffa5525204f115107ffe94b7ca43ae830c
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 03 Aug 2010 18:07:18 +0800
Tag:    v2.0.0-rc1

MDL-23628 improved log action support - now similar to handling of capabilities

commit 5b4a78e28146c4b83e68bf22588fd575b8efde47
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 03 Aug 2010 16:07:49 +0800
Tag:    v2.0.0-rc1

improved docs and license headers, adding direct access protection

commit 3136dc16fdbe259bdb6a382c93acdca11a32257c
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 02 Aug 2010 23:47:42 +0800
Tag:    v2.0.0-rc1

MDL-23619 fixed wrong param cleaning + other fixing

commit c6fb49100cddf7a6427bd098eecb03ab297680be
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 02 Aug 2010 23:12:47 +0800
Tag:    v2.0.0-rc1

MDL-22315 fixed fatal error

commit dfcc827ed396499e3cadd9882690a6ef605c9b70
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 02 Aug 2010 22:14:37 +0800
Tag:    v2.0.0-rc1

adding missing page context

commit 69816a5ce75cdc03b249b347a516b57fe753a535
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 02 Aug 2010 21:33:19 +0800
Tag:    v2.0.0-rc1

MDL-22547 more legacy files UI cleanup - we have to make obvious that course files are history

commit 1bbdde13528aa836df14726bbc2354a7e1b30867
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 02 Aug 2010 21:05:49 +0800
Tag:    v2.0.0-rc1

MDL-23613 fixed uses of format_string() in filebrowser

commit ae53bd1da30256f5e1eed8282ff0a937f0d5183f
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 02 Aug 2010 20:49:08 +0800
Tag:    v2.0.0-rc1

MDL-23616 fixed deleting of events

commit dcd79f46e30e37e1e09ac6ee93fd697a787acfcf
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 02 Aug 2010 20:31:33 +0800
Tag:    v2.0.0-rc1

MDL-23613 improved coding style

commit 196c0451ee27f10cd4d18e05baa7f1eddfb45eb4
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 02 Aug 2010 20:30:36 +0800
Tag:    v2.0.0-rc1

MDL-23613 fixed wrong access control

commit 470f4c30b7233ed7d4125edbb50caa9c28dc8fc1
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 02 Aug 2010 20:25:08 +0800
Tag:    v2.0.0-rc1

MDL-23613 fixed wrong page set up

commit daf0f79aa80c2da5ece6d27b7175b9cbc46fedee
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 02 Aug 2010 20:17:25 +0800
Tag:    v2.0.0-rc1

MDL-23613 fixed one more wrong PAGE->context

commit f31daba43ecd7debba95e174e23d993e05d7b765
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 02 Aug 2010 15:59:53 +0800
Tag:    v2.0.0-rc1

MDL-23601 regex not default any more

commit 52d588210ef455e892dbeaae2eb4b0c145ed6377
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 02 Aug 2010 15:05:16 +0800
Tag:    v2.0.0-rc1

MDL-22789 addding forgotten group enrol option

commit 684784c81c245fd756627f77c625549cda8a0a6a
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 02 Aug 2010 03:59:25 +0800
Tag:    v2.0.0-rc1

MDL-23502 fixing headers, navigation and form submit buttons

commit 8725605d7a4a02fde122b945977d19044c2a24f6
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 18:24:52 +0800
Tag:    v2.0.0-rc1

MDL-22001 fixed hidden bug triggerred by recent fixes in format_string() - credit goes to Myles Carrick , thanks! + fixing sloppy trailing whitespace sad

commit cbc5d1328bf778728a5312345f62589669448c6c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 18:04:18 +0800
Tag:    v2.0.0-rc1

MDL-22508 fixed deprecated wiki text formating pointing to nonexistent function

commit 2a63b636d763d474a6b33fa0485841c3a9b5add2
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 17:52:54 +0800
Tag:    v2.0.0-rc1

MDL-23583 fixing incorrect $this

commit 42776c9453ffab37b3841096e3ecc95535e2a561
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 17:42:55 +0800
Tag:    v2.0.0-rc1

MDL-23592 adding ugly hack that copies data from intro to first post in single "simple" forum type

commit 8d39cbb32bb01501381544b2d1ed00254e45d3c2
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 05:34:46 +0800
Tag:    v2.0.0-rc1

MDL-23568 PAGE->context is a pain in the ...

commit 57cddf6d12b4dccde67c71257cb8f438e827d24c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 05:26:11 +0800
Tag:    v2.0.0-rc1

MDL-23568 PAGE->context strikes back again, fixing wrong handling of missing context too

commit e9fec42f0120dd818dddccc5dfeb5b943e36a24f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 05:13:46 +0800
Tag:    v2.0.0-rc1

MDL-23568 new unit test that verifies the id is not modified in isnert_record() methods

commit 1045bec09cf0024ccd42cb4eec8fb5a2960f15b6
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 05:12:02 +0800
Tag:    v2.0.0-rc1

MDL-23568 fixed regression when using blobs

commit 2d1e17c89902d8c3d1c70b3bacce708afdc29332
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 05:11:26 +0800
Tag:    v2.0.0-rc1

MDL-23568 fixed regression

commit d8fa8e406ea07e009ae2ecd0efeb29cc5cbca217
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 04:51:22 +0800
Tag:    v2.0.0-rc1

MDL-23568 parameters of DML function insert_record are not modified any more < improved coding style, now using cast to array consistently

commit 97c65be5645ab99472775ac1cfe2fd366c373e3d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 04:36:21 +0800
Tag:    v2.0.0-rc1

MDL-23502 fixed php docs in enrol/imsenterprise

commit 4a77c44359e435d4c63e3bf1477b31c83a1983bf
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 04:33:43 +0800
Tag:    v2.0.0-rc1

MDL-23502 fixed php docs in enrol/ldap

commit 9779585953964567a5ebc766e0c50f298f21527e
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 04:30:29 +0800
Tag:    v2.0.0-rc1

MDL-23502 oops, die()!

commit e2382027e26dc47b18e7703679fea58f02f7e234
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 04:28:32 +0800
Tag:    v2.0.0-rc1

MDL-23502 fixed php docs in enrol/meta + adding config cap

commit af82383fdea111ccbafe4d6581bcf04ab02aa51b
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 04:24:04 +0800
Tag:    v2.0.0-rc1

MDL-23502 fixed php docs in enrol/mnet - minor coding style fixes

commit f6990871448bc530749fe6de9b4b86362e981b1f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 04:22:29 +0800
Tag:    v2.0.0-rc1

MDL-23502 fixed php docs in enrol/guest + fixed use of config cap

commit 974fedfeda6181ff429ad9092f3617abdc8f0f58
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 04:19:53 +0800
Tag:    v2.0.0-rc1

MDL-23502 sorting lang strings again

commit 4460eab552a03d9fbfdb3e781b4c432598ea9789
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 04:18:50 +0800
Tag:    v2.0.0-rc1

MDL-23502 fixed php docs in enrol/flatfile

commit 9232bceb53851f2d9734c7354f9644cc55595d5b
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 04:15:36 +0800
Tag:    v2.0.0-rc1

MDL-23502 fixed php docs in enrol/database + removed unnecessary caps

commit 465f508826c07c0675c00e6360f6a1daa090c9c6
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 04:12:13 +0800
Tag:    v2.0.0-rc1

MDL-23502 fixed php docs in enrol/cohort + readding config capability for more fine grained access control

commit fe4419332bdfae82048e38aa0569d1589d7e0874
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 04:07:51 +0800
Tag:    v2.0.0-rc1

MDL-23502 fixed php docs in enrol/category

commit e25f24669b7c94877890bbe8bcaac52a698e09c1
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 04:02:56 +0800
Tag:    v2.0.0-rc1

MDL-23502 improved new instance function name

commit 42761bc6378719422d6855f074d9b9104a479374
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 04:00:14 +0800
Tag:    v2.0.0-rc1

MDL-23502 PayPal plugin now using separate edit form; added missing capabilities and unenrol self support

commit 8372f767285d95e988a0e937b0c137f889f37f44
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 03:14:44 +0800
Tag:    v2.0.0-rc1

MDL-23502 improved coding style

commit c65171b738596d41caf3d5235777952351bca0be
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 03:09:47 +0800
Tag:    v2.0.0-rc1

MDL-23502 ohlala, sorting lang strings and adding new unenrolself string

commit 5eb222fbe8a2e7fea4115e73a18148ff07c6b2b9
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 03:07:03 +0800
Tag:    v2.0.0-rc1

fixed docs

commit 953234e097c364dc324de73748d691136f3fea24
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 03:04:57 +0800
Tag:    v2.0.0-rc1

MDL-23502 added missing instance data validation

commit 06fa8101fc4064ddc4dcd25ee651801264717373
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 03:03:39 +0800
Tag:    v2.0.0-rc1

whitespace fix

commit 862259bea05c6e60f3edd5a2f382b8a79999fdbf
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 02:54:14 +0800
Tag:    v2.0.0-rc1

MDL-23502 fixed unenroll self login in self plugin

commit a00a44e1500f49e99cacb7bff4a8e9d2f37558a0
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 02:53:59 +0800
Tag:    v2.0.0-rc1

MDL-23502 fixed unenroll self login in manual plugin

commit 24a625725a2b884b883ae1b0ec055fe728553974
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Aug 2010 02:41:28 +0800
Tag:    v2.0.0-rc1

MDL-23502 php docs improvements and cleanup

commit 5379726a093afd46f7c7ae70e7282acb9aee9c84
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 31 Jul 2010 21:48:27 +0800
Tag:    v2.0.0-rc1

MDL-23502 fixed package info

commit 0f4ac870103863c3268e910d6834415fbe5e622c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 31 Jul 2010 21:47:04 +0800
Tag:    v2.0.0-rc1

MDL-23502 fixed version info

commit c9f9c90009af5835fe52771df2d0e7f0382ca2d7
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 31 Jul 2010 21:45:44 +0800
Tag:    v2.0.0-rc1

MDL-23502 self enrol not part of course edit page any more

commit c1adaed0b5214115e49ee4c019e08e43100627ed
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 31 Jul 2010 21:22:44 +0800
Tag:    v2.0.0-rc1

MDL-23502 no form field disabling necessary any more

commit c1dfc4a8cf831b2ebfed38f1dce16c3a12425cd7
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 31 Jul 2010 21:10:00 +0800
Tag:    v2.0.0-rc1

MDL-23502 coding style

commit 0848a19608d4deda3b1afe1dccfe2241d80a76e8
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 31 Jul 2010 20:20:23 +0800
Tag:    v2.0.0-rc1

MDL-23502 make sure there are not multiple instances of manual enrol plugin

commit eafb7a72dc29fbd821e826d8898dfb876e6108a2
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 31 Jul 2010 20:13:38 +0800
Tag:    v2.0.0-rc1

MDL-23502 manual enrol plugin is not part of course edit screen any more

commit 9eb7b1cb81854dc6f9a2dd651c623f16632aafe4
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 31 Jul 2010 18:14:05 +0800
Tag:    v2.0.0-rc1

MDL-23502 improved coding style

commit eef400a46039dbb350d86fb37944e658b09b5edf
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 31 Jul 2010 18:12:37 +0800
Tag:    v2.0.0-rc1

MDL-23502 removed annoying redirect messages - it is obvious that the course was updated or created when there was no error; changing redirect after adding to new ajax UI; enrolment is not a good starting place for courses created by course creators - this role is design for creating of course for own use, not for others

commit 2d4b1f3e0d5c8b4bedb7c9890d0efafe689d7f0d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 31 Jul 2010 17:58:36 +0800
Tag:    v2.0.0-rc1

MDL-23502 refactoring towards separate instance config forms

commit 35716b8682693892a6d50568a0d6dc8d3b46dd5f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 31 Jul 2010 04:51:01 +0800
Tag:    v2.0.0-rc1

MDL-22001 filter_text() and filter_string() now use context parameter instead of courseid, PAGE->context is used only as a fallback; moved comment stuff away from format_text() because it does not belong there; filterlib is not using courseid except for legacy filters; fixed coding style in filters;improved php docs; fixed upgrade of filters (should be in plugins, not core)

commit cf12835f33392c5ded5b2780814693823eda2fe4
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 30 Jul 2010 22:52:41 +0800
Tag:    v2.0.0-rc1

fixed comment typo

commit cba9ed29b2dd5f7e73acdc0f34cf3408b993fd16
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 30 Jul 2010 22:49:50 +0800
Tag:    v2.0.0-rc1

MDL-23591 adding missing $fs

commit 79efabd49cfea173337d047b0aa6d87537c5b0ce
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 30 Jul 2010 22:47:15 +0800
Tag:    v2.0.0-rc1

MDL-23590 ask for site names right after editing admin account during first login after cli install

commit 91eb6730f0033799c5ec4129302ff893a9575a47
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 30 Jul 2010 22:44:30 +0800
Tag:    v2.0.0-rc1

MDL-23590 new installer for Penny smile

commit 3df957d2090489664ca411c25a2d18f08024ba27
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 30 Jul 2010 22:15:03 +0800
Tag:    v2.0.0-rc1

MDL-23590 fixed borked cli_problem

commit b7315f3502fff5b7caf62d57e7846114e69ae102
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 30 Jul 2010 19:58:02 +0800
Tag:    v2.0.0-rc1

MDL-23590 refactoring cli install before adding install_database.php + fixing problem with incorrect octal when default value accepted

commit 30f581598a2e301a95f8818acae730f7cf19c06c
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 30 Jul 2010 19:14:36 +0800
Tag:    v2.0.0-rc1

new php docs style

commit e8da62a9f7c83087a720ca19de55f1cba9c72584
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 30 Jul 2010 19:04:35 +0800
Tag:    v2.0.0-rc1

fixed whitespace

commit 0cf47723568314c00b3286960a4cc518f2e0e42e
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 30 Jul 2010 19:03:23 +0800
Tag:    v2.0.0-rc1

MDL-23590 removing unnecessary include

commit 1b20b92792eaf6795d8ca14d52626341fd414b07
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 28 Jul 2010 22:16:17 +0800
Tag:    v2.0.0-rc1

MDL-23561 temp workaround

commit 39f5b5c1ec9f6b1bdae41ff138e9e49578ae70b7
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 28 Jul 2010 21:54:32 +0800
Tag:    v2.0.0-rc1

MDL-23463 found the redirection problem

commit 44cb7e636401ca8a06097f54830acfc07fb4009c
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 28 Jul 2010 21:45:01 +0800
Tag:    v2.0.0-rc1

MDL-23541 missing define for fixed jump defaults

commit 4d5ab13e30184d4a2b049d32c704446355243bdb
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 28 Jul 2010 21:42:56 +0800
Tag:    v2.0.0-rc1

MDL-23541 truefalse fixed jump defaults

commit 76f5f66f1632c895134748547b49426114f7eea6
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 28 Jul 2010 21:42:00 +0800
Tag:    v2.0.0-rc1

MDL-23541 matching fixed jump defaults

commit c72c3fc69955da62c569a9dfb617b970460823f3
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 28 Jul 2010 21:40:23 +0800
Tag:    v2.0.0-rc1

MDL-23541 numerical fixed jump defaults

commit cc6d233dd74bd2bdf81c429db40a57cb347b4b00
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 28 Jul 2010 21:39:28 +0800
Tag:    v2.0.0-rc1

MDL-23541 shortanswer fixed jump defaults

commit 94282e8f95c37fba14e8a584b81fd275005f7dba
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 28 Jul 2010 21:38:27 +0800
Tag:    v2.0.0-rc1

MDL-23541 MCQ fixed jump defaults

commit 0493240903bfcd76f54ec08ae8c1d8bf68de437f
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 28 Jul 2010 21:32:32 +0800
Tag:    v2.0.0-rc1

MDL-23540 improved matching question options and fixed displayed jumps

commit cb2c196306dfaf6a92196fe683d85beb993c8dad
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 28 Jul 2010 21:23:51 +0800
Tag:    v2.0.0-rc1

MDL-23542 adding support for cols and rows in textarea editor, fixing lesson to use smaller text areas

commit 4a5aba7c952e91afade788447aedc2f6092bdba5
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 28 Jul 2010 05:28:29 +0800
Tag:    v2.0.0-rc1

MDL-21782 fixed wrong removal of hidden courses again - lot more thanks to Jay Knight for the report!

commit 12b8f43314bdf5b5fa9d2c1c6618f0afd64359e0
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 28 Jul 2010 03:07:58 +0800
Tag:    v2.0.0-rc1

MDL-21524 fixed wrong var names, credit goes to Heiko Schach

commit 55880bdd9aa52f20142ffa1360a4811991e6a36c
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 28 Jul 2010 03:04:59 +0800
Tag:    v2.0.0-rc1

MDL-21782 fixed wrong removal of hidden courses - thanks Jay Knight  for the report!

commit 26f073ff98d39e7e88144662409674f8a39393de
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 27 Jul 2010 04:22:49 +0800
Tag:    v2.0.0-rc1

MDL-23528 fixed recent cli installer regression, sorry

commit 460ebd6c311b72901c1d75b723d0d6a754f6b2e0
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 27 Jul 2010 04:17:36 +0800
Tag:    v2.0.0-rc1

MDL-21249 fixed recent installer regression, sorry

commit 3b61c7e6ea6aa364957653795eb0ef6b5315e100
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 27 Jul 2010 03:17:51 +0800
Tag:    v2.0.0-rc1

MDL-22991 improved copy_to_area api

commit 4277133ee31f5ab7a70b928d0f649ef31dfd1ef4
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 27 Jul 2010 02:58:11 +0800
Tag:    v2.0.0-rc1

fixed comment typos

commit ab0c6f1291ad3483bfa9e859c036b3a59cc2abd3
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 26 Jul 2010 14:51:25 +0800
Tag:    v2.0.0-rc1

MDL-23371 reverting last commit in this file, this was most probably unintentional copy/paste from cas plugin - we need to act quickly because this was breaking installs

commit a07dedff4f9532a25b678c0e387b936566e21cbe
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 26 Jul 2010 05:59:53 +0800
Tag:    v2.0.0-rc1

MDL-23464 fixed list of jumps in collapsed view

commit 3d53d99e2897c045c241ab7a057ca90eedc93387
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 26 Jul 2010 05:54:52 +0800
Tag:    v2.0.0-rc1

MDL-23518 fixed regression - missing class when deleting lesson

commit a1248ca40e64839b0c298201afd13bac71398316
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 26 Jul 2010 05:00:59 +0800
Tag:    v2.0.0-rc1

MDL-18964 moving the preloaded custom profile fields into $USER->profile array instead of injecting fields directly into $USER; unfortunately this is not consistent with other preloaded data such as preferences, we can not refresh it properly because we can inject the data only once, also we risk future collisions when adding new fields into user table + implemented reloading after the profile changes; change noted in release notes

commit 66c0ee78a5bdcb2d79b39fe019744c9e2e0e7e7c
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 26 Jul 2010 04:18:39 +0800
Tag:    v2.0.0-rc1

MDL-21249 fixed wrong package grrrrrr, thanks Eloy!

commit 525e16ce0c2a1e0cbf8d25eb17d29d05348ff0fa
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 26 Jul 2010 02:04:36 +0800
Tag:    v2.0.0-rc1

MDL-22735 finally fixed incorrectly hardcoded groupedit button on course page in edit mode

commit 74f64f62bb2d59d1fb80e056da0e94e70d1421b5
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 26 Jul 2010 01:33:14 +0800
Tag:    v2.0.0-rc1

MDL-22783 fixing default roles in ims settings

commit d67fb0413cdac2e2bfdf0381f2217b7079e1d054
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 26 Jul 2010 01:21:57 +0800
Tag:    v2.0.0-rc1

MDL-23412 fixed incorrect settings defaults - it was causing problems in install

commit 0cd579d7de5ecbbe2ddb89b803a3472500500e1a
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 26 Jul 2010 01:19:29 +0800
Tag:    v2.0.0-rc1

MDL-22788 fixed wrong currency default

commit 2cc895aab75affc23548b2ec068073091c5c72c4
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 26 Jul 2010 00:28:09 +0800
Tag:    v2.0.0-rc1

MDL-11000 finally switching to png images with jpg fallback, based on code by Luigi Pinca smile

commit 0972665f65511a0bc5b77ff17411e010eaf8d3d0
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 22:02:59 +0800
Tag:    v2.0.0-rc1

MDL-21249 improved php docs and adding direct access prevention in portfolio

commit 7ad5a6272760c81c0b07138a477ca499eded7b9a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 21:56:54 +0800
Tag:    v2.0.0-rc1

MDL-21249 improved php docs and adding direct access prevention in editors

commit 1b396b18114182e10383a55571c793dff1d1088f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 21:49:25 +0800
Tag:    v2.0.0-rc1

MDL-23167 added missing cap test - print the footer link to purge caches only when allowed to

commit 87635e7d660383e0433ca47db42ff2f3992a9a94
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 21:46:27 +0800
Tag:    v2.0.0-rc1

MDL-23167 fixed regression with cancel url or when referers not available (firewalled)

commit 78bfb562a020da658a4e626fd117b50b38b9f56f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 21:35:05 +0800
Tag:    v2.0.0-rc1

MDL-21249 improved php docs and adding direct access prevention in core libs

commit 2ac619c1e08f9ff77ec34a88c1d1e0599c1da77e
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 20:57:44 +0800
Tag:    v2.0.0-rc1

MDL-21249 improved php docs and adding direct access prevention in dtl

commit f2ed3f05a71b7403e05a2cde8f427cc032f42ae8
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 20:57:24 +0800
Tag:    v2.0.0-rc1

MDL-21249 improved php docs and adding direct access prevention in dml

commit c86f538116027f843394ce88d854fcb1d48a750c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 20:57:03 +0800
Tag:    v2.0.0-rc1

MDL-21249 improved php docs and adding direct access prevention in ddl

commit 1a3993c1ec331b485660bb2faf75d4a2c9c1586f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 20:56:08 +0800
Tag:    v2.0.0-rc1

fixed place where we define MOODLE_INTERNAL - we need to do that asap

commit 3d1b74528317ab98201eae3f170aefd2940f16e7
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 20:39:32 +0800
Tag:    v2.0.0-rc1

MDL-22639 fixed meadiafile support - unfortunately all old media files are lost, upgrade again from 1.9.....

commit 702ab58c08c8dc75e3034241af5e6cfeb2afa53f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 19:25:02 +0800
Tag:    v2.0.0-rc1

MDL-21249 improved php docs and adding copyright blocks in mod/resource

commit 2b641d15e5d18eb6200cdac2af977d1ba7e5c79b
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 19:20:23 +0800
Tag:    v2.0.0-rc1

MDL-21249 improved php docs and adding copyright blocks in mod/url

commit 3b43615fc490bba1f886e8bfa647900c4a312160
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 19:16:08 +0800
Tag:    v2.0.0-rc1

MDL-21249 improved php docs and adding copyright blocks in mod/imscp

commit 9fe1fbcccbbabbc2ad03d7b0b89cd0312fe242fb
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 19:12:16 +0800
Tag:    v2.0.0-rc1

MDL-21249 improved php docs and adding copyright blocks in mod/folder

commit 9516942ac62dd84f74327fda8576987fb0d905e6
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 19:06:52 +0800
Tag:    v2.0.0-rc1

MDL-21249 improved php docs and adding copyright blocks

commit cc3dbaaa302e5e3983396290f0f767a35cb41c72
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 18:54:39 +0800
Tag:    v2.0.0-rc1

MDL-21249 improved php docs package+subpackage info in mod/lesson

commit 21b8089c8b5af4cde958a98ddb224e835f2f3069
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 18:40:17 +0800
Tag:    v2.0.0-rc1

MDL-22028 multichoice is now default new question type - anything is better that the horrible essay type

commit 2e3ef7c25fc84771a6103eb9ca81df6f355a0a67
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 18:17:41 +0800
Tag:    v2.0.0-rc1

MDL-23385 fixed incorrect DML conversion

commit 52b2f0baae098ad884a4bd6b2fed09fd915282dd
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 18:10:49 +0800
Tag:    v2.0.0-rc1

MDL-23193 editpage button works again

commit fbda6256d952193311ef350304160be16d4df0a7
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 18:05:39 +0800
Tag:    v2.0.0-rc1

MDL-23355 Lesson MCQ questions should not be default-set as "multiple answers"

commit dc88d782a162c0711ca2fee6277b46265d81461c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 18:02:42 +0800
Tag:    v2.0.0-rc1

MDL-23463 fixed element name typo breaking form submissions

commit 7c4078cc22ebc75df26e76eb3464c63d35b9932c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 17:56:21 +0800
Tag:    v2.0.0-rc1

MDL-23485 added missing handling of empty branches

commit 7b30b24ba64093a1165f36c714eb6916cb1b482c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 17:45:16 +0800
Tag:    v2.0.0-rc1

MDL-23485 fixed branchtables regression

commit b8f8bbc81bc656cd1c52c18fe852178d74495647
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 17:35:39 +0800
Tag:    v2.0.0-rc1

fixed a lot more wrong html cleanings

commit bfc638bb16d1c52f0a523dd8be76ae5c9190944a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 17:32:06 +0800
Tag:    v2.0.0-rc1

fixed incorrect password cleaning

commit b3daa92632035c560302e9512c0d278bacd25826
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 17:30:09 +0800
Tag:    v2.0.0-rc1

fixed coding style to match other modules

commit d16d35dc808f3ef8cd3d3dc12ed59deba4dfe760
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 17:25:48 +0800
Tag:    v2.0.0-rc1

localised error message and adding correct continue link

commit 6524006ba0cefc2203c770d0ae40cdb6aad3c82f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 17:23:25 +0800
Tag:    v2.0.0-rc1

fixed undefined actions and dumb redirects

commit 28f5bf676cd7ad8975dd1fbad420298c54ad4907
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 17:16:36 +0800
Tag:    v2.0.0-rc1

more fixed coding style

commit 1b08cef7155dfb6d3753baf1aef71361914ab014
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 17:13:43 +0800
Tag:    v2.0.0-rc1

fixed coding style

commit 2512b69042fe4d40fd241f800e972bd96ef87990
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 17:12:11 +0800
Tag:    v2.0.0-rc1

a little explanation why we need XSS risk in lesson edit cap

commit 3fa2f030c3e37c93355f32bc4bc8026da066ea4c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 17:11:17 +0800
Tag:    v2.0.0-rc1

MDL-23264 page title and content now required + fixed wrong cleaning - noclean must be used with PARAM_RAW

commit 10b8fefdf2809f614aab6cf4b906c44484118db0
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 17:05:30 +0800
Tag:    v2.0.0-rc1

MDL-23264 we need 3 answers in true/false

commit c653e756e11dff7aaaa4994a77cc4e20c10a8314
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 17:04:20 +0800
Tag:    v2.0.0-rc1

MDL-23264 we need at least 1 numerical answer

commit c284a7701acc896b8bdfc4645db801af4a400f61
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 17:02:46 +0800
Tag:    v2.0.0-rc1

MDL-23264 we need at least 2 multichoice answers

commit 19735816b24b8bc9f592050b427b62ed80f9797a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 16:54:29 +0800
Tag:    v2.0.0-rc1

MDL-23349 fixing delete attempts regressions and actually making it work because it is borked in 1.9 too

commit 73ad2d989f7ab6408937b9847a3ffc089ad7624f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 16:08:36 +0800
Tag:    v2.0.0-rc1

MDL-22973 fixing missing string

commit c0d1bc1038458a353f1594f2f261fd41b5b16fb5
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 16:06:46 +0800
Tag:    v2.0.0-rc1

MDL-22973 reverting wrong fix, modules can not be interdependent!

commit 6eb2138a810c403999f6a90f7da5a2e18928adec
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 05:24:45 +0800
Tag:    v2.0.0-rc1

MDL-23499 hopefully fixed all remaining multichoice issues

commit cc2178230194630e78fa9e7a13aec238f7a7c703
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 04:48:18 +0800
Tag:    v2.0.0-rc1

MDL-23499 fixed problems with empty option in multichoice - the multiple-answer option is still borked though

commit 4fb3f2538420d2c3c9e77a635421c9af073e60d0
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 04:30:13 +0800
Tag:    v2.0.0-rc1

fixed comment typo

commit a675ada572fd2e15e05c3ee83630e02a456e90d0
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 04:21:19 +0800
Tag:    v2.0.0-rc1

MDL-23499 fixed multiple regressions in multichoice lesson page + simplified code logic

commit e56458a7c786dcc1ebba29569295383d88ef39df
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 03:19:37 +0800
Tag:    v2.0.0-rc1

MDL-23486 fixed regression, sorrrrry

commit ff85f9022c74c065bf31c18e72585594f16c159c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 03:03:37 +0800
Tag:    v2.0.0-rc1

fixed comment typos

commit 1e7f8ea232c666d30803cb7c234e45ca62d43ec7
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 02:56:56 +0800
Tag:    v2.0.0-rc1

MDL-23510 lib.php files have to be as small as possible, the actual implementation should be in locallib.php if possible === less used memory, fewer includes, ....; + coding style cleanup

commit 0384043b593a54acbc3b5724d5460a95509cdf3f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 01:30:46 +0800
Tag:    v2.0.0-rc1

MDL-23450 moving question/format/hotpot to contrib for now, because it is not ready for Moodle 2.0 yet

commit 060cb988effa4ab6e69ce6ebcf2f58aae1071cce
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 01:21:46 +0800
Tag:    v2.0.0-rc1

MDL-23450  deleting hotpot help strings

commit cc1faa316f8ec354020dd75b46703b2808dac845
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 01:20:48 +0800
Tag:    v2.0.0-rc1

MDL-23450  hotpot not part of core any more

commit 91b9560bd63e5582781e910573ee0887b558ca12
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Jul 2010 01:15:54 +0800
Tag:    v2.0.0-rc1

MDL-23450 moving mod/hotpot to contrib for now, because it is not ready for Moodle 2.0 yet

commit 7d2800fb3c76e413beaf7b68b537127e6080a496
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 24 Jul 2010 02:39:47 +0800
Tag:    v2.0.0-rc1

MDL-23508 fixed lastenrol value in user_unenrolled event - credit goes to Mark Nielsen

commit 2eab29bd25310189bd66c6a5664cca3ccc04fef3
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 24 Jul 2010 02:32:04 +0800
Tag:    v2.0.0-rc1

MDL-23486 page text required

commit a5e94d4bb3d610e1c89b607b0f02b90ed914014f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 24 Jul 2010 02:31:31 +0800
Tag:    v2.0.0-rc1

MDL-23486 ugly ugly ugly hack - hardcoded required text checking in editor element; we should realy create new forms engine in 2.1 sad

commit 792881f0fe7ebd06d82566443d480541be95b872
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 22 Jul 2010 17:43:30 +0800
Tag:    v2.0.0-rc1

fixed some comment typos

commit 8664a86f2c3847b658ad23ba364131101403b17f
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 22 Jul 2010 17:38:22 +0800
Tag:    v2.0.0-rc1

MDL-23302 adding files is spam risk, not personal

commit 7c78c525b4bf8d779269487ee00cf5c2bc89a103
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 22 Jul 2010 17:37:21 +0800
Tag:    v2.0.0-rc1

MDL-23302 using new managefiles cap for file_browser too

commit 003ffc85656ead9bc8c6199cd008ac03ce010423
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 22 Jul 2010 15:43:18 +0800
Tag:    v2.0.0-rc1

MDL-23474 user password hashing - removed unnecessary user record update, improved docs and fixed the content of password field in user record after update

commit c7b0e5e187e1d8e2c0e35b32dac3b39990617bcf
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 22 Jul 2010 04:32:09 +0800
Tag:    v2.0.0-rc1

enable circular reference collector when available

commit 01310dfbed708825829fefc9f93d7caa0c512195
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 22 Jul 2010 01:42:36 +0800
Tag:    v2.0.0-rc1

MDL-23197 fixed matching regression, sorry

commit 5e110d86a653ae2181a00329976eca871a52ea41
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 21 Jul 2010 18:01:38 +0800
Tag:    v2.0.0-rc1

MDL-23429 Lesson :: multichoice feedback missing studentresponse, credit goes to Joseph Rzeau

commit 088d40069260aabe3e319506349306ec6084fda5
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 21 Jul 2010 17:58:20 +0800
Tag:    v2.0.0-rc1

MDL-23197 fixed recent forms regression

commit be42eca7a4c50d270ec6ecc54f07dd286f010ba3
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 21 Jul 2010 15:44:10 +0800
Tag:    v2.0.0-rc1

MDL-23444 fixed missing file include in user selector ajax

commit ece2c44fe7cb3fc2b8a32262889fab5f52ea9718
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 21 Jul 2010 15:23:39 +0800
Tag:    v2.0.0-rc1

MDL-23197 fixing stupid typo, thanks Joseph

commit 01c37ef1b5ecb197bc67fedddbe50fe742c3defb
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 21 Jul 2010 05:11:41 +0800
Tag:    v2.0.0-rc1

MDL-23197 ugly hack that adds editor support into lesson answers and responses - no files support planned for 2.0, sorry

commit 758bfdf6d144867cd89346723f2f2296a8630842
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 20 Jul 2010 22:29:42 +0800
Tag:    v2.0.0-rc1

MDL-23352 hopefully fixed block noclean issues

commit d333dc2003013c484eca2123e38b3b416c188bb1
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 20 Jul 2010 15:14:02 +0800
Tag:    v2.0.0-rc1

fixed file component regression

commit 59cab436782a4b0d4c544dc376c33beb577e9c60
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 19 Jul 2010 21:55:50 +0800
Tag:    v2.0.0-rc1

fixed a few typos preventing JS execution big grin

commit ec9132b5bb5ef8844e3a672e64f1a7a56e36ac10
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 19 Jul 2010 20:55:19 +0800
Tag:    v2.0.0-rc1

removing unused adv cohort role option from settings

commit 09e6fedbf1cb63cf8f86bfb2c3138d962de4848f
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 19 Jul 2010 18:10:51 +0800
Tag:    v2.0.0-rc1

'user' is now full core subsystem

commit db42bc5aaaa6af11b1d208a90393687280d26f26
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 19 Jul 2010 16:56:25 +0800
Tag:    v2.0.0-rc1

deprecation notice, use standard PHP libs instead

commit 9c67fd9107335ff10179abbb801e64e8885604f9
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 19 Jul 2010 16:54:18 +0800
Tag:    v2.0.0-rc1

fixed comment typo

commit 0a8f8a65cd4ecdae77237f18744fa097108d798a
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 19 Jul 2010 16:53:16 +0800
Tag:    v2.0.0-rc1

MDL-19698 deprecated assign new by ref in simpletest lib

commit 0ad09db03b9a473f958b2711ad012521b7e642ab
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 19 Jul 2010 16:47:57 +0800
Tag:    v2.0.0-rc1

MDL-19698 deprecated assign new by ref in spikephpconverage

commit b62740391c10c34359ca618849dcc4bf51e3f429
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 19 Jul 2010 16:40:00 +0800
Tag:    v2.0.0-rc1

MDL-19698 deprecated assign new by ref in pear spreadsheet/excel

commit 6d504dc07fcde21fe1cf0d1ce769b644be447a47
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 19 Jul 2010 16:38:28 +0800
Tag:    v2.0.0-rc1

MDL-19698 deprecated assign new by ref in QuickForms

commit 5d8c99a3e9634c5b48c583bf1c0dfdf672d77e50
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 19 Jul 2010 16:34:53 +0800
Tag:    v2.0.0-rc1

MDL-19698 deprecated assign new by ref in portfolio

commit 8b59e62e2ddf2b29ecf9dd64a84bd64fb8fa9400
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 19 Jul 2010 16:34:24 +0800
Tag:    v2.0.0-rc1

MDL-19698 deprecated assign new by ref in questions

commit b626322b514f48aa566e2cbefb65ae2131fbe402
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 19 Jul 2010 16:33:18 +0800
Tag:    v2.0.0-rc1

MDL-19698 deprecated assign new by ref in feedback

commit 0e7de6288069c837225de0ff4688ce9f2bf80036
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 19 Jul 2010 16:32:19 +0800
Tag:    v2.0.0-rc1

MDL-19698 deprecated assign new by ref in chat server - there are much worse problems left I think

commit e4361ed601755ba1eb58892fb0958718064b28aa
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 19 Jul 2010 16:31:00 +0800
Tag:    v2.0.0-rc1

MDL-19698 deprecated assign new by ref in our libs

commit bd69b9dbac4efca568972dbbbe557013d25ddaae
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 19 Jul 2010 16:29:25 +0800
Tag:    v2.0.0-rc1

MDL-19698 deprecated assign new by ref in our forms code

commit 73f272016a3b81ee0470d3bc4189dfc453310c53
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 19 Jul 2010 16:22:58 +0800
Tag:    v2.0.0-rc1

MDL-19698 importing latest dev version of simplepie, this should fix most PHP5.3 deprecated issues

commit 320e7de8695668d5336091c19faaa160acb9a595
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 18 Jul 2010 21:32:24 +0800
Tag:    v2.0.0-rc1

MDL-22620 new report that lists roles with unsupported context level assignments

commit 9d126c7d8ad55f4a2eb54849e5902eeb2ac9abcf
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 18 Jul 2010 21:20:44 +0800
Tag:    v2.0.0-rc1

MDL-21782 removing confusing and unused capability from meta enrol, we use general enrolconfig cap instead

commit 99c5d186edea27af735fe41188055e4f5ee623b1
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 18 Jul 2010 21:20:15 +0800
Tag:    v2.0.0-rc1

MDL-21782 removing confusing and unused capability from cohort enrol, we use general enrolconfig cap instead

commit 8b32a7aa1f4f2c6daf29230de1782e177ce06ab3
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 18 Jul 2010 17:05:13 +0800
Tag:    v2.0.0-rc1

MDL-23306 fixed broken area backup and potential recursion issues in standard mod areas

commit 72c4be397c8d481a585f4af63846f63aba1fb296
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 18 Jul 2010 16:52:21 +0800
Tag:    v2.0.0-rc1

MDL-23204 fixed import/export format issues

commit b548e69cefbd4a11acebb3101357e2863591fcb3
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 18 Jul 2010 16:43:25 +0800
Tag:    v2.0.0-rc1

fixed missing inlcude

commit ccfbbff0d99d153792085b24ac6f104e6390306c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 18 Jul 2010 16:39:58 +0800
Tag:    v2.0.0-rc1

fixed wrong redirect url syntax

commit 3db2ddbd53626b712b74ece36702dc64eb35cf33
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 18 Jul 2010 16:21:21 +0800
Tag:    v2.0.0-rc1

MDL-23361 fixed sloppy upgrade logic, sorry

commit 985acc939ba29412f421a541fd5779f4b07a8cae
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 16 Jul 2010 18:21:53 +0800
Tag:    v2.0.0-rc1

MDL-23204 fixed conversion of new core text formats

commit 39ac3f6e281d2a54350173ae8734427b21abdab1
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 16 Jul 2010 18:15:25 +0800
Tag:    v2.0.0-rc1

MDL-23204 grrr, fixed regression

commit f5d7298dc09f32161d969ad0750ec7b8f6429af8
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 16 Jul 2010 17:37:01 +0800
Tag:    v2.0.0-rc1

MDL-23204 fixed course section format upgrade

commit b8091a0bfd9adee705ae2c105e0482d9287ee194
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 16 Jul 2010 17:32:51 +0800
Tag:    v2.0.0-rc1

MDL-23204 convert text to html in url intro

commit 6897e0a44da71fcdfe1b3b66573840ffef6e1e07
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 16 Jul 2010 17:32:21 +0800
Tag:    v2.0.0-rc1

MDL-23204 convert text to html in survey intro

commit d682eadf5141dce747f33892773ff28fa3616301
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 16 Jul 2010 17:31:23 +0800
Tag:    v2.0.0-rc1

MDL-23204 convert text to html in scorm intro

commit 65eda35f3305024f3be415e3e3683cf60bd09618
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 16 Jul 2010 17:30:19 +0800
Tag:    v2.0.0-rc1

MDL-23204 convert text to html in resource intro

commit 07cb6678ae203d2d8ff31b26041b015e879d82ea
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 16 Jul 2010 17:22:57 +0800
Tag:    v2.0.0-rc1

MDL-23204 convert text to html in quiz intro

commit 2af3ca554239640889eae925567ab29181a2b516
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 16 Jul 2010 17:21:06 +0800
Tag:    v2.0.0-rc1

MDL-23204 convert text to html in page intro

commit d4dfc6e654efc788d6a89b3dda3b8c1ce66418bf
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 16 Jul 2010 17:20:22 +0800
Tag:    v2.0.0-rc1

MDL-23204 fixed label intro format upgrade

commit b498d58506bbbbdd34355c9cd1f0b1b5280cb938
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 16 Jul 2010 17:15:00 +0800
Tag:    v2.0.0-rc1

MDL-23204 convert text to html in imscp intro

commit 1b1bd4777dbd142a6513243cd094a4aec0d93b06
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 16 Jul 2010 17:14:37 +0800
Tag:    v2.0.0-rc1

MDL-23204 convert text to html in glossary intro

commit d6ae4a4a30a6b5c348c0c5fc092eb6694a007844
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 16 Jul 2010 17:10:49 +0800
Tag:    v2.0.0-rc1

MDL-23204 convert text to html in folder intro

commit d021c19450229f08751fa19653f40370b78657f6
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 16 Jul 2010 17:06:28 +0800
Tag:    v2.0.0-rc1

MDL-23204 convert text to html in data intro

commit 070c8310c2fc0df20ee05b13c1710d0c67fb4158
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 16 Jul 2010 17:02:59 +0800
Tag:    v2.0.0-rc1

MDL-23204 convert text to html in chat intro

commit 2eeade81748289febc5393942f1a1162162c5ffe
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 16 Jul 2010 15:13:52 +0800
Tag:    v2.0.0-rc1

unset old htmleditor just once

commit 869483b61eedb3bf6b85f7df590ea3e8baccb851
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 16 Jul 2010 14:41:14 +0800
Tag:    v2.0.0-rc1

MDL-23325 fixed wrong course id

commit e21b850a0588e01739aa42fde05dd20625a273bf
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 16 Jul 2010 04:16:47 +0800
Tag:    v2.0.0-rc1

MDL-23318 adding missing label string, hopefully to be renamed later

commit 1f40915906b2ea5c680949f9c6767b530f813172
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 16 Jul 2010 02:35:50 +0800
Tag:    v2.0.0-rc1

MDL-23222 marking spl as required php ext

commit 08fd3268d289299abe5f989b75d8da9010e608c5
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 16 Jul 2010 02:24:20 +0800
Tag:    v2.0.0-rc1

MDL-23227 fixed stupid coding errors, mod restriction settings work again

commit 897aa80c054f26494dafb13b51c34c5fc42d02e5
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 16 Jul 2010 02:09:11 +0800
Tag:    v2.0.0-rc1

MDL-23310 fixed undefined page layouts

commit 835d78ff9e9bd44b0e525b779e1df5374d12dcbb
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 16 Jul 2010 01:13:45 +0800
Tag:    v2.0.0-rc1

MDL-22056 simplified component name handling + converting reports to proper pluginname

commit 730eae9ca570096e771222357962860d4ecf3f72
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 16 Jul 2010 00:32:26 +0800
Tag:    v2.0.0-rc1

MDL-22056 simplified string name handling

commit 2c49daf7897b942c52cfb09cb88d74556e6eec3f
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 15 Jul 2010 23:45:20 +0800
Tag:    v2.0.0-rc1

MDL-21249 + MDL-16089 finalizing the mod/page module

commit 44b64a5683ced0d36e72e98b2d38b3db68a1d3d7
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 15 Jul 2010 23:27:18 +0800
Tag:    v2.0.0-rc1

MDL-19281 fixing proper function name of course delete hook for course formats

commit acde4348a170ea4ccb9c4a1eb5ecafb2b7593800
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 15 Jul 2010 22:53:51 +0800
Tag:    v2.0.0-rc1

adding hack note

commit 2fd52edc7a1891a9f9150f05f566b229f7184a54
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 15 Jul 2010 22:45:19 +0800
Tag:    v2.0.0-rc1

simplified upgrade code, the text format of resource intro was always 0==FORMAT_MOODLE

commit 38c8aed7c31732311b2250bc53421a23586dd611
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 15 Jul 2010 22:24:52 +0800
Tag:    v2.0.0-rc1

MDL-23312 teachers are not be forced to type xhtml strict code in tinymce any more

commit ca91bc95d694d7005dcc8f17a2f01ff1eb8e38d0
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 15 Jul 2010 21:56:23 +0800
Tag:    v2.0.0-rc1

just explaining the status of moodlemedia plugin

commit 2e69d93048e37fb409f600bb37a0798619831a71
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 15 Jul 2010 00:47:54 +0800
Tag:    v2.0.0-rc1

MDL-16094 temporary workaround for removed textformat field

commit a7748d91eafd8deba340768d2ce4771643c64367
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 15 Jul 2010 00:43:26 +0800
Tag:    v2.0.0-rc1

removing old htmleditor leftovers - format is not used any more

commit cdefaa86f682a047e72e945c60c70b9d56a8aa33
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 15 Jul 2010 00:40:30 +0800
Tag:    v2.0.0-rc1

fixed incorrect exception name

commit db1218a970f3c4f62f3fc59e8ec0e95d8fc1ab15
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Jul 2010 22:23:32 +0800
Tag:    v2.0.0-rc1

MDL-23255 fixed inverted isset preventing visibility change in course edit form (creadit goes to Jay Knight) + fixed visibility of new course in hidden category when not allowed to change visibility; improved comments

commit f728d49b00187f85e92e4aead2da74a7065b4d83
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Jul 2010 16:40:48 +0800
Tag:    v2.0.0-rc1

MDL-19380 uploadlib cleanup before readding of antivirus integration

commit d354ba0965dc8e9067a0b5db9caf3aa874110086
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Jul 2010 15:33:42 +0800
Tag:    v2.0.0-rc1

MDL-23259 fixed fatal error, missing get_string()

commit 8a27af41128b4714127ad897ccdb4aab9409e488
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Jul 2010 05:20:48 +0800
Tag:    v2.0.0-rc1

MDL-23048 applying the same frontpage logic on all permissions pages

commit 946191f09cb11777164d69d193f2447adc0d1e87
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Jul 2010 05:18:37 +0800
Tag:    v2.0.0-rc1

minor coding style tweaks

commit ba571a898d4e3d66636f61652610490f0bd806d9
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Jul 2010 05:02:01 +0800
Tag:    v2.0.0-rc1

fixed regression - missing syscontext

commit 2a6dcb72a24ddb4d39dc75726203addbacef4d32
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Jul 2010 04:58:17 +0800
Tag:    v2.0.0-rc1

MDL-23237 new timecreated field in user_emrolments and adding timestart to enrol plugins that know it

commit 24d5b996dc7876edc98d6cbef4d8021c193717b0
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Jul 2010 04:54:16 +0800
Tag:    v2.0.0-rc1

MDL-23048 reworked frontpage exceptions

commit a942f7572caed217c322ceceb4ce514a0b6b6d94
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Jul 2010 01:06:16 +0800
Tag:    v2.0.0-rc1

fixed inverted !is_numeric()

commit 217d039722900892eabd2612d6fe7df4694f3e35
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Jul 2010 01:04:17 +0800
Tag:    v2.0.0-rc1

MDL-23253 plugin now may indicate if the want "Enrol me" link in navigation

commit e69ef1e63ae0b6c4695a465dbbe633a4055e24ca
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 13 Jul 2010 23:36:19 +0800
Tag:    v2.0.0-rc1

fixed form help code

commit 96445d40db78862a578c57c119f4330ddfc52896
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 13 Jul 2010 23:29:49 +0800
Tag:    v2.0.0-rc1

do not require placeholder in group name template when only one requested

commit f87eab7e71e905e980ec89836eb1836143777c71
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 13 Jul 2010 23:09:44 +0800
Tag:    v2.0.0-rc1

MDL-23167 basic "purge all caches" button

commit 2288073ac468a0620033ba38b771954bb0565c09
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 13 Jul 2010 22:41:24 +0800
Tag:    v2.0.0-rc1

MDL-23167 adding cache reset after setting changed

commit 2181eb8fccf96bf78832eba802b17d549e5b4dfe
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 13 Jul 2010 22:29:33 +0800
Tag:    v2.0.0-rc1

MDL-23167 admin UI for JS caching setting

commit 1c980a57a0137c770b08e2bc17a34ac6c5aada88
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 13 Jul 2010 22:15:40 +0800
Tag:    v2.0.0-rc1

MDL-23167 for now removing caching options that are not used

commit dbf9e4bae304c2b138fd507a16208ae8dd1d77c4
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 13 Jul 2010 21:56:55 +0800
Tag:    v2.0.0-rc1

MDL-23234 finally standardised use of settings.php across all plugins - the only partial exceptions now are report and local plugins

commit 91b99e8018a2eaea12a730bafe14bddc391426dd
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 13 Jul 2010 01:46:48 +0800
Tag:    v2.0.0-rc1

MDL-23232 added support for enrol_plugin->all_enrol()  which indicates plugin allows users to add new enrolments manually

commit f9817fc9b194820f41cc0d29068dd23c8aefce29
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 13 Jul 2010 00:51:32 +0800
Tag:    v2.0.0-rc1

MDL-23229 fixed user profile picture regression regression

commit 6cf93b6bc5195f3fa8a94ad03c2488f37d9abff5
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 13 Jul 2010 00:44:51 +0800
Tag:    v2.0.0-rc1

MDL-23229 fixed tag image regression

commit 39b5371c32efa919dccb7e7183b4e259e257b8ce
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 12 Jul 2010 02:08:36 +0800
Tag:    v2.0.0-rc1

docs spellchecker fixes

commit b832bbddd9ab114cd30e5649b32de09e2b62c9a2
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 12 Jul 2010 02:02:45 +0800
Tag:    v2.0.0-rc1

some docs typos

commit e439a9545c575feaaf06a7b490b6c4dad70601ec
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 12 Jul 2010 02:01:50 +0800
Tag:    v2.0.0-rc1

docs typos

commit 057c9e83a0967d406609b9eaeef39b8603612e1c
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 12 Jul 2010 02:01:10 +0800
Tag:    v2.0.0-rc1

MDL-22793 enrol data is in backup, removing todo

commit 50a8bd6c1d6c8c91a7609b7f14f5b1659784adea
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Jul 2010 21:30:33 +0800
Tag:    v2.0.0-rc1

MDL-14589 file api cleanup

commit d08787af90d7b573d68166e8c2dffbd99742eb43
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Jul 2010 21:12:53 +0800
Tag:    v2.0.0-rc1

MDL-23202 gdlib api cleanup

commit e88dd876856eaaa6966923172b6ed5bedfeec8cf
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Jul 2010 21:07:24 +0800
Tag:    v2.0.0-rc1

MDL-23202 group icons now stored in file storage pool

commit c7744f122db5034e9384c1fb1032fb6682137dac
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Jul 2010 19:44:00 +0800
Tag:    v2.0.0-rc1

MDL-14589 remove old user icons after upgrade

commit edfd6a5e732cae0f56f285899236c47b685d852a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Jul 2010 19:43:15 +0800
Tag:    v2.0.0-rc1

MDL-14589 user icons now stored in file storage pool

commit 37416d5dc146a31dbf7d61b7b442c332acb5d34f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Jul 2010 17:21:51 +0800
Tag:    v2.0.0-rc1

MDL-14589 improved param name

commit f28ee49e98f04a8d472e2841e696f41c0ae120a2
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Jul 2010 17:20:20 +0800
Tag:    v2.0.0-rc1

MDL-14589 adding missing component to moodle_url factory methods, going to convert code to use these factories instead of old filelib.php functions

commit f958f22640fe68fb1bc9889e5934e57736dd4b5c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Jul 2010 02:56:10 +0800
Tag:    v2.0.0-rc1

MDL-22780 no grrrr!

commit e384d2dc7b98d332667baa74beb8368a217d869b
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Jul 2010 02:53:52 +0800
Tag:    v2.0.0-rc1

MDL-22780 sync ext db enrol when user logs in - except admins in case something goes really wrong in plugins

commit 70740405d2eb2e696265d2a32631eed4892dacdf
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 10 Jul 2010 23:46:07 +0800
Tag:    v2.0.0-rc1

MDL-22909 fixed course request regressions

commit fa2563953599f94c15800b26627a14ec65ee548a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 10 Jul 2010 23:10:46 +0800
Tag:    v2.0.0-rc1

modulename not used for gradebook plugins any more

commit a919ae896ba951575c67c7f70cf7e7025165b827
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 10 Jul 2010 22:45:07 +0800
Tag:    v2.0.0-rc1

MDL-22800 stats code using new enrol tables, I did not test it much because I do not have any test data sad

commit 20e5da7d91d84616264a46bb69eb6d6477c0ee4c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 10 Jul 2010 20:12:59 +0800
Tag:    v2.0.0-rc1

MDL-19211 back to the old text format preferences logic + minor refactoring and improvements

commit e065ea4f06f35ec27aa5177150b37616392d5b5a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 10 Jul 2010 19:00:00 +0800
Tag:    v2.0.0-rc1

MDL-19211 wrong editor settings forms finally gone, yay!

commit 6693bd8494bfcd1ef9ed5f56441fcae1f5452ef3
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 10 Jul 2010 18:52:29 +0800
Tag:    v2.0.0-rc1

whitespace fix

commit d0942f6d3a38034f3a01c34e7d19e99015817ef8
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 10 Jul 2010 18:52:06 +0800
Tag:    v2.0.0-rc1

MDL-19211 reverting to old style editor preferences, the actual code that uses the prefs will be in next commit; fixed version

commit c3ed4a5ab906207f96a5c341d8d7206a7e88a1d6
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 10 Jul 2010 18:50:51 +0800
Tag:    v2.0.0-rc1

MDL-19211 reverting to old style editor preferences, the actual code that uses the prefs will be in next commit

commit 54da2ec7a9bda52be48446de8605c39d91dbd8d4
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 10 Jul 2010 18:03:01 +0800
Tag:    v2.0.0-rc1

MDL-23066 directory renaming and moving in file manager

commit 4299f38115051d9e65ef9e4be6bdbcb2908e119b
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 10 Jul 2010 05:08:02 +0800
Tag:    v2.0.0-rc1

MDL-23156 fixed one more regression in legacy files

commit 89f1b1864b21a5a688bd2f1e121ab54e2f62c923
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 09 Jul 2010 16:34:38 +0800
Tag:    v2.0.0-rc1

MDL-23165 The mediaplugin filter should be on by default in Moodle 2.0

commit d4848e8d6cd65fff256199266b8eae3a9b76dbc4
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 09 Jul 2010 16:13:23 +0800
Tag:    v2.0.0-rc1

MDL-23156 incorrect itemid test in legacy browser

commit 02eca29cd1f0ef15393fb30464867704317f4b86
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 08 Jul 2010 23:06:37 +0800
Tag:    v2.0.0-rc1

MDL-22148 course enrolment backup - we may actually have users enrolled but without roles such as in LDAP plugin

commit 902944a8ba619c88f704be75de3539e690525aac
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 08 Jul 2010 22:55:21 +0800
Tag:    v2.0.0-rc1

MDL-22148 course enrolment backup - role ids from enrol table need to be annotated after all

commit 101bd9c92e9cff110260b3ffb599cdfdace354a7
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 08 Jul 2010 22:48:45 +0800
Tag:    v2.0.0-rc1

MDL-22148 course enrolment backup - removing extra info that is not necessary, thanks Eloy for explanation

commit cb34c4cd85844dbd70dfa64b726c4c8093e1dd04
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 08 Jul 2010 22:18:46 +0800
Tag:    v2.0.0-rc1

MDL-22148 course enrolment backup

commit 9db7f99b3c9c26c50fd7f474a327ea40e530eac6
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 08 Jul 2010 21:24:24 +0800
Tag:    v2.0.0-rc1

MDL-23153 fixed incorrect string name

commit 341217658e5ccaeb4d39a96f341df81d1fefb3af
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 08 Jul 2010 18:57:23 +0800
Tag:    v2.0.0-rc1

MDL-23151 new ext sync option and minor refactoring

commit 47811589ce9dcd0eae8445bf40e34a0f92edee3c
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 08 Jul 2010 01:56:24 +0800
Tag:    v2.0.0-rc1

MDL-23125 fixed variable name collision - credit goes to Iaki Arenaza, thanks!

commit 4817aee5db504473820b7a5019b126f09133684f
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 08 Jul 2010 01:32:47 +0800
Tag:    v2.0.0-rc1

MDL-22835 fixed incorrect line ending - only unix \n allowed, the \r breaks git sync

commit f11f8ba27bb6b5b423d707e3fd8b7807da9892ab
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 23:44:51 +0800
Tag:    v2.0.0-rc1

MDL-23118 improved proxy forwarding setting docs

commit 018187da22e760782fa1c49c31cda79428b9a0f7
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 16:50:32 +0800
Tag:    v2.0.0-rc1

fixed borked insatll.xml, thanks Dan Marsden!

commit 7abbc5c2ba86b38b962eee3d5af012822a2023fb
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 16:21:51 +0800
Tag:    v2.0.0-rc1

MDL-23062 switch role now works for admin too

commit 39530dcae2e283413197314ff2ae5539ccb72b04
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 16:01:41 +0800
Tag:    v2.0.0-rc1

MDL-23062 reverting incorrect fix, this needs to be fixed directly in accesslib

commit d85ab7051cfd41b0abb719555924e65ca7b95a1e
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 15:53:03 +0800
Tag:    v2.0.0-rc1

MDL-22950 fixed regression - files in subdirectories not found; big thanks to Dongsheng for spotting this

commit d811bd84b4e9ed99455a2dc6267ea57398759300
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 15:43:28 +0800
Tag:    v2.0.0-rc1

fixed incorrect comments, thanks Dongsheng

commit 9b3f1d6c0cc2123960e49d4b327e87ea23f3844f
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 15:28:57 +0800
Tag:    v2.0.0-rc1

fixed incorrect get context call

commit 28762d7252f03ab1aaa1d685157abaee11c1f81e
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 15:14:03 +0800
Tag:    v2.0.0-rc1

MDL-23112 coding style improvement

commit be7edd27b69d2487aec39d6a5e13bc0f2f5302ba
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 01:36:34 +0800
Tag:    v2.0.0-rc1

MDL-23106 there is no CFG->style and CFG->template - removing them

commit c0002023b162864e44a81f9a7ada4fccc0e9ffc6
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 01:31:16 +0800
Tag:    v2.0.0-rc1

comment typo

commit 936a54ca05de88088af65a6369eb8459682ba640
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 01:29:55 +0800
Tag:    v2.0.0-rc1

MDL-23106 removing unused ratings upgrade code

commit 63bfc7d6c0e7194e075522ce9a1fa3e5bba07a43
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 01:20:43 +0800
Tag:    v2.0.0-rc1

resetting more filters in each upgrade

commit 2e5eba856077396502ed81b8071da44c76b2fe30
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 01:14:36 +0800
Tag:    v2.0.0-rc1

MDL-19776 make sure contexts are fully initialised after each core upgrade, it is relatively cheap, so it should not cause any problems

commit 79adebe9a4078ef30fcbb26702f0480ff171b8c1
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 01:00:37 +0800
Tag:    v2.0.0-rc1

fixed typo

commit c1312d890e6446d4f5c89a6de62ccb6830a15d51
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 00:59:34 +0800
Tag:    v2.0.0-rc1

MDL-23106 no need for reverting of standardold theme any more

commit d69bf76ec7964f27ad553ca291e0607d8e652abe
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 00:58:12 +0800
Tag:    v2.0.0-rc1

MDL-23106 files created in one step

commit 0b3681a495fe81ba7dd9f6805e7ce7f267759a11
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 00:54:35 +0800
Tag:    v2.0.0-rc1

MDL-23106 external_tokens created in one step

commit f6882162cbaf4917dc11f2a6f9476669dbe0b2e2
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 00:52:51 +0800
Tag:    v2.0.0-rc1

MDL-23106 streamlined ext services table creation

commit a32799ab3b7a163d0aa1e50e3754b9cb8ddf2510
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 00:49:26 +0800
Tag:    v2.0.0-rc1

MDL-23106 files_cleanup is history

commit e51b52203d9231dbac8c2be627a56f6d32a73e83
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 00:47:35 +0800
Tag:    v2.0.0-rc1

MDL-23106 all tables created in upgrade.php MUST be present in install.xml - we will most probably drop the two old blocks tables before release but we can not allow exceptions like this, sorry

commit 826017602d82e2e430b2de3b7f6bca29059ebe99
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 00:31:48 +0800
Tag:    v2.0.0-rc1

whitespace fixes

commit 3bfadd294ed6b7c02dd8b480afee4bd8fbe63494
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 00:29:00 +0800
Tag:    v2.0.0-rc1

fixed whitespace

commit 698fbbb065e4593bc95f0c18a486c3ea495850ca
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 00:28:15 +0800
Tag:    v2.0.0-rc1

MDL-23106 portfolio_log created in one step

commit fcd1c1c2ec9a60defc84ab77500c902dd6e617ac
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 00:26:54 +0800
Tag:    v2.0.0-rc1

MDL-23106 portfolio_tempdata created in one step

commit f516f03bf9a72921cbd7fbe0d91129c7de90cd56
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 00:22:52 +0800
Tag:    v2.0.0-rc1

MDL-23106 removing unnecessary conversion of message_providers data - not installed yet in regular upgrades now

commit 6389e70a036bda2a71b7a1f946c0ebaae250eec6
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 00:18:39 +0800
Tag:    v2.0.0-rc1

MDL-23106 fixing 2.0 upgrade paths - moving core table tweaks to the very beginning so that it is available for the whole upgrade

commit 2e0406a53a59734449fe5efc0c00ce5d7b8e9037
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 00:10:17 +0800
Tag:    v2.0.0-rc1

repeating upgrade typo fixed

commit 6489e3613197305280fe02532bd94e365273fa88
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Jul 2010 00:04:41 +0800
Tag:    v2.0.0-rc1

fixed docs typos

commit 39bc3eb59ab20a39c10326558df6de8b88258646
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 06 Jul 2010 20:16:00 +0800
Tag:    v2.0.0-rc1

MDL-23104 cleanup after loancalc, lams, exercise and journal if no instances present - these were moved to contrib and we do not want them to appear on during upgrade page if not used at all

commit ec32e626be81fc31be2a0d0cd432b72a7d03b33e
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 06 Jul 2010 17:42:44 +0800
Tag:    v2.0.0-rc1

fixed wrong != that was breaking js caching

commit f23a1761eceef077731a2a5c4d377999a3519107
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 06 Jul 2010 06:12:53 +0800
Tag:    v2.0.0-rc1

MDL-21601 allowing auth plugins to interrupt login with custom error message via the loginpage_hook()

commit 94beb69d55615f26ec3f0f2015cd50d3c1be7ea3
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 06 Jul 2010 05:51:58 +0800
Tag:    v2.0.0-rc1

MDL-13563 preventing login of users with suspended flag

commit 7ce1f7c987411997cf50480675c1b85e8d9e4f03
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 06 Jul 2010 05:30:58 +0800
Tag:    v2.0.0-rc1

MDL-13563 necessary DB changes needed for proper suspending of users (prevention of log in), this will be handy

commit 2e23ad80c4862becf40af522bccb5b7a2c1c91ee
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 06 Jul 2010 05:09:54 +0800
Tag:    v2.0.0-rc1

MDL-23097 latest htmlpurifier 4.1.1

commit 616861ff34e8c2da157414ebb4d12af58ce9ff42
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 06 Jul 2010 04:45:43 +0800
Tag:    v2.0.0-rc1

more getting rid of \r which breaks git sync, sorry

commit a8671313d9b3e9cfa0a9b2c27dc1cad5a204c781
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 06 Jul 2010 04:45:00 +0800
Tag:    v2.0.0-rc1

arrgh, getting rid of \r which breaks git sync, sorry

commit 2b54e7a2b7bcbbedc14b4e93afc9885865332641
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 05 Jul 2010 15:48:37 +0800
Tag:    v2.0.0-rc1

fixed inline phpdocs return type

commit 6fc67fce72179ba20473e8da0709b4be926e44ba
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 05 Jul 2010 04:53:01 +0800
Tag:    v2.0.0-rc1

MDL-11113 completely reimplemented editor plugin settings - we should never use custom forms instead of admin settings if possible

commit 09ae4cad1a5d3c38d794044ce01901a47faeec05
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 05 Jul 2010 04:52:09 +0800
Tag:    v2.0.0-rc1

MDL-11113 ooops, fixing messed up commit

commit 34a30b5c8ffed891cef03139316a080017de566d
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 05 Jul 2010 04:27:25 +0800
Tag:    v2.0.0-rc1

MDL-14739 upgrade to latest tinymce, full integration with amos is not yet there, other improvements necessary before the release too

commit 1d797cace90f504020d60561833c02bd8e6d6838
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 05 Jul 2010 04:05:53 +0800
Tag:    v2.0.0-rc1

fixed recent regression

commit a2901dd8bcc9dc9d093b390d17c6d4420b87589d
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 05 Jul 2010 03:21:44 +0800
Tag:    v2.0.0-rc1

MDL-14739 oops, wrong version used in previous tinymce commit, sorrryyyy

commit 3a11c09f5b39580bd6ce51bc20a874ff9d6bfc69
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 05 Jul 2010 02:36:34 +0800
Tag:    v2.0.0-rc1

MDL-21676 user_picture refactoring, reenabling email requirement - towards Gravatar support

commit 9092c96eda5dde303a6113240b92799ebc22bb4c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 04 Jul 2010 22:06:42 +0800
Tag:    v2.0.0-rc1

MDL-19524 updating version info too

commit 7a2656a95e157c396b4de7444dbd3fbd4a9c3655
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 04 Jul 2010 22:03:47 +0800
Tag:    v2.0.0-rc1

MDL-19524 updating to latest GPL3 DragMath library - thanks a lot to upstream for updating the license!

commit a4ba0a96f1cdc16b00addfe272c8d1504a5edee7
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 04 Jul 2010 22:00:19 +0800
Tag:    v2.0.0-rc1

fixed recent regression when fixing pluginname in editors

commit ee00613bd3069c161746e65c1adbb4d613dad744
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 04 Jul 2010 21:53:17 +0800
Tag:    v2.0.0-rc1

MDL-14739 uploading fresh new unmodified tinymce - it is in separate directory because we need to work around browser caching issues after upgrade; this also simplifies tracking of our additions and tweaks

commit 55825877f181c60c81ee8d1ee7aaefe17c5389a6
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 04 Jul 2010 21:23:56 +0800
Tag:    v2.0.0-rc1

fixed message plugin names

commit 9a6861cbcb5883d2570790bd3103f19a3cd9cc34
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 04 Jul 2010 21:13:25 +0800
Tag:    v2.0.0-rc1

removing unused blog string

commit 2f21a283cab9bbba0c013ed9d04dbfc5337c3ce1
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 04 Jul 2010 21:11:34 +0800
Tag:    v2.0.0-rc1

standardising editor plugin names

commit b5e7b2bf2b4ffc63b886682205d3223f0e38a488
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 04 Jul 2010 21:08:11 +0800
Tag:    v2.0.0-rc1

MDL-23071 standardising gradebook plugin names

commit 14770efc7087451841fc8a84ffc2e51a5481e0d5
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 04 Jul 2010 20:56:19 +0800
Tag:    v2.0.0-rc1

MDL-22984 using standard plugin description string for repositories

commit 614d18d26c8f9e2df2c9db98d5f6f72a0fc5a8e5
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 04 Jul 2010 20:52:10 +0800
Tag:    v2.0.0-rc1

MDL-22984 using standard plugin name string for repositories

commit 1c5f926de931597b3af29b223a57684dfc3e5db8
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 04 Jul 2010 20:36:46 +0800
Tag:    v2.0.0-rc1

MDL-22992 cleaning repository upgrade path, please note core functions MUST NOT be called from the main upgrade script; the installation of plugins should be handled through each install.php

commit 37a089243270c2b3aa90e86eb5f151ed373e4e28
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 04 Jul 2010 20:33:46 +0800
Tag:    v2.0.0-rc1

finally removing the attempt to convert non-utf8 passwords - all users must have already logged in since sites upgraded from 1.6, right? - this also fixes recent undefined warning from convpassword

commit 8571833f0bc7fc0b4dc6e86171e2f8595eeddf89
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 04 Jul 2010 20:18:22 +0800
Tag:    v2.0.0-rc1

MDL-23069 moving version and cron info into standard version.php - finally, yay!

commit 411b8c238a4a252aaa305af49ac2e5d9861ac99d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 04 Jul 2010 20:09:15 +0800
Tag:    v2.0.0-rc1

no more id cvs markers

commit d50eb3d4e1d875eb358d84ed2b1eda38ad70f932
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 04 Jul 2010 20:08:53 +0800
Tag:    v2.0.0-rc1

no more id cvs markers or closing php tags!

commit 572ae764aa97f5b6747a228f6864d3f5999b0bb2
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 04 Jul 2010 20:08:18 +0800
Tag:    v2.0.0-rc1

no more id cvs markers or closing php tags

commit 6236aba21bf6e971ca518f30bad30a1c615c0423
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 04 Jul 2010 20:07:43 +0800
Tag:    v2.0.0-rc1

oh my, no more id cvs markers or closing php tags

commit a4cdd6d2c83d389b0ed8a3c67015553e82475d15
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 04 Jul 2010 18:27:56 +0800
Tag:    v2.0.0-rc1

MDL-23068 removing obsolete $result and removing empty upgrade files that would be probably never used at all + minor cleanup/fixing

commit 77dd3034b800d9776935f2dcaa6bee79c9c1ab11
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 04 Jul 2010 17:52:21 +0800
Tag:    v2.0.0-rc1

we usually use include instead of require for plugin files

commit 6e7ddc697bb17e53a604ed0be14b367cfcf8fc57
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 04 Jul 2010 03:06:50 +0800
Tag:    v2.0.0-rc1

MDL-15136 full support for all plugins in plugin_supports() - fixed incorrect inline docs

commit 190b387294146df1cd105a03a4ab5c1f3c150370
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 04 Jul 2010 03:05:08 +0800
Tag:    v2.0.0-rc1

MDL-15136 full support for all plugins in plugin_supports()

commit c82d7320a7dad97f6bcefef50ee2abb2f3f97f68
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 03 Jul 2010 22:40:33 +0800
Tag:    v2.0.0-rc1

MDL-22983 fixed incorrect repo icon locations - the /pix/ subfolder is the only way now

commit a090554aaa7770bdaa2b8a1a6208f09a9b631de0
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 03 Jul 2010 22:33:48 +0800
Tag:    v2.0.0-rc1

MDL-23067 fixed potential sql injection and improved SQL coding style

commit 64f93798d4ece7dbb34c343e5b2e9a9bdfa06314
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 03 Jul 2010 21:37:13 +0800
Tag:    v2.0.0-rc1

MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment

commit 33ecb2ee3b28ee636c279b47c6b60e35d47b99d4
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 03 Jul 2010 17:42:30 +0800
Tag:    v2.0.0-rc1

loan calc not part of official distro any more

commit 400475947a665ba6024025e060c1058755bf6c33
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 02 Jul 2010 18:04:30 +0800
Tag:    v2.0.0-rc1

MDL-22609 fixed regression in my previous commit, sorry

commit 8cf8f2b7434ba2ff528d8c307995ba7a917fb37e
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 02 Jul 2010 18:00:00 +0800
Tag:    v2.0.0-rc1

MDL-22609 undoing directory variables magic from last commit, keeping just the userid-->submissionid itemid change

commit 4129338c040d3e3c5e048696846ac85b13688fb0
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 01 Jul 2010 15:40:24 +0800
Tag:    v2.0.0-rc1

MDL-22910 fixing more DISTINCT+text field issues, hopefully this is all from enrol

commit d693882f7f1e735c2af3f628a38cfe62f35c7568
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 01 Jul 2010 15:05:03 +0800
Tag:    v2.0.0-rc1

MDL-22910 oh, I have introduced email requirement field into user picture too, sorry

commit eae1948ceeeefff233baf2cd1e9816f76f47b839
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 01 Jul 2010 04:42:11 +0800
Tag:    v2.0.0-rc1

MDL-22910 workaround for inability of Oracle and MS sql to find distinct text fields, improved perf in all dbs

commit f2991c6e5dba51d5ca4e0289a7f18737078c0ea9
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 29 Jun 2010 02:50:22 +0800
Tag:    v2.0.0-rc1

fixed incorrect writer attributes

commit 96f4a64b66715a0e222d6d2756a0fbca752ffb89
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 28 Jun 2010 22:10:33 +0800
Tag:    v2.0.0-rc1

disabling files in grade feedback for now - we do not have area, gradebook does not support it, forms are not used correctly, ...

commit 1628ba8bbe80386746703c4ea03f9b1bc7a8aa5c
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 28 Jun 2010 21:15:03 +0800
Tag:    v2.0.0-rc1

fixed recent regression + simplified code a bit

commit f8ffb97e3c32fcd70ede0501faf908c59bb4019c
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 28 Jun 2010 21:14:01 +0800
Tag:    v2.0.0-rc1

fixed recent regression + simplified code a bit

commit 210751f6b8f678dd4a67ecdef0e2c70c2cf92c12
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 28 Jun 2010 20:19:23 +0800
Tag:    v2.0.0-rc1

fixed SQL error when user repeatedly enrolled/unenrolled during a short period

commit 0fdc02804d598b08c63f723e1c6c451e7a2be3ab
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 28 Jun 2010 16:23:37 +0800
Tag:    v2.0.0-rc1

todo update

commit e80cfb843894c3d5eb22fb99bd622a9b2e3db872
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 27 Jun 2010 17:30:59 +0800
Tag:    v2.0.0-rc1

MDL-22943 fixed enrol upgrade problem, credit goes to Matt Campbell

commit ff3af0a542186f12229fa490b1c79c2b6275e8b6
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 23 Jun 2010 00:10:23 +0800
Tag:    v2.0.0-rc1

MDL-22897 fixed problem when no category sync roles defined

commit 54632b02b2e2afc567d660314210937e3e9b81fc
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 22 Jun 2010 15:05:11 +0800
Tag:    v2.0.0-rc1

MDL-21782 removing oboslete tabs

commit 87163782d5fca07435b05321b2b5fcc9e20cfdaf
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 22 Jun 2010 14:26:39 +0800
Tag:    v2.0.0-rc1

MDL-22884 fixed sloppy userid related bugs in enrol code - big thanks to Andrew for spotting this and making patch

commit bd251bf9b7ab782e8be0299d0b538d7f2fd611ba
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 22 Jun 2010 14:23:04 +0800
Tag:    v2.0.0-rc1

MDL-22886 fixed crash during enrol upgrade if no enrolments present yet

commit f6fdf620c29e5cc15410c51ba9eb0ff7b88eea23
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 22 Jun 2010 01:01:25 +0800
Tag:    v2.0.0-rc1

MDL-22779 fixing add instance to show only cohorts from parent contexts once more

commit d675887bc0803b1fc14043dca5e607adff7bc937
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 22 Jun 2010 00:57:56 +0800
Tag:    v2.0.0-rc1

MDL-22779 fixing add instance to show only cohorts from parent contexts

commit df997f841f93d676d782a46cfb8547ebc7319102
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 21 Jun 2010 23:30:49 +0800
Tag:    v2.0.0-rc1

MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week

commit 1b048629bcacd847d212e443ca5176afb0918d2e
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 18 Jun 2010 06:50:25 +0800
Tag:    v2.0.0-rc1

we do not need any new api for fetching of course record - we have DML with MUST_EXIST flag which is the right way now; we should not include course/lib.php on each page anyway

commit 536fc0b53562bb81a36755d39e8d72d024ef9394
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 16 Jun 2010 15:21:57 +0800
Tag:    v2.0.0-rc1

mnet is not going to bork my sites with disabled mnet, sorry - preventing loading of mnet setting stuff into settings tree when it is disabled

commit 177b5480e7855c915eb26297a42e7712d82bf3c9
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 11 Jun 2010 21:59:13 +0800
Tag:    v2.0.0-rc1

MDL-22546 improved fatal error messages when something is wrong with dataroot or wwwroot

commit 6938191bdf094cdf57644c38e35a7c56c5522de5
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 11 Jun 2010 17:12:57 +0800
Tag:    v2.0.0-rc1

MDL-21227 feedback code must not touch course summary files, code needs to be fixed, sorry - adding a few die statements to prevent execution; and tons of incorrect whitespace fixed too

commit 8b8aa0605f728e389e2431769ddf520c2361794d
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 08 Jun 2010 15:21:43 +0800
Tag:    v2.0.0-rc1

MDL-22689 added another unsupported web server

commit a4a0c9d9cd4d1fe6573ac2c096ec5b1fad9e18a2
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 07 Jun 2010 01:17:06 +0800
Tag:    v2.0.0-rc1

MDL-21695 markdown conversion now does not break empty() and isnull() comparisons

commit 6b8ad965dcbf8d8bb347987aa0caea6e4f577dbb
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 06 Jun 2010 22:06:30 +0800
Tag:    v2.0.0-rc1

MDL-16919 we have to really use the username cleaning only when manually adding new accounts, any sync with external system needs the exact match without any cleaning!

commit 4b7c96d9e6b714db1c0e4b09fdcc9f1fc995f51d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 05 Jun 2010 17:58:30 +0800
Tag:    v2.0.0-rc1

MDL-22574 removing obsolete choose file elements that can not work any more, developers have to upgrade code

commit 5eae373e5b5306fae36ffdd777a754c2af8e8a2a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 05 Jun 2010 02:19:34 +0800
Tag:    v2.0.0-rc1

MDL-22680 fixed new password setting

commit a07600473d4f8fd3adc72db511dae31c3ed847ff
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 04 Jun 2010 15:30:42 +0800
Tag:    v2.0.0-rc1

MDL-22646 create_context() is internal implementation function, to be used only inside accesslib.php

commit 704c5dfed4f4531b6d74d19cfad573984e74885e
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 03 Jun 2010 16:43:59 +0800
Tag:    v2.0.0-rc1

MDL-22042 fixed kses cleaning of html code

commit 8496eeb3bcccb796a1b3ec234eedb8e53041b7a1
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 03 Jun 2010 16:18:38 +0800
Tag:    v2.0.0-rc1

MDL-22040 converting username to html entities before outputting

commit f2968d08a9d7e9d4277a2ccdea73ddbbf12ed570
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 01 Jun 2010 16:20:01 +0800
Tag:    v2.0.0-rc1

MDL-22634 fixed exception when adding files with the same name via file browser - more methods

commit fccd424e2efa08096eba257e9a8c86b841eed8f0
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 01 Jun 2010 16:18:25 +0800
Tag:    v2.0.0-rc1

MDL-22634 fixed exception when adding files with the same name via file browser

commit f1b8bcf70a2297f06c03474517e46adc8fb8d140
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 01 Jun 2010 02:45:23 +0800
Tag:    v2.0.0-rc1

MDL-22630 adding missing path component into file download link

commit 0defeb167117cfbdc6299b5544dfbb9290b3a8a8
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 31 May 2010 23:05:47 +0800
Tag:    v2.0.0-rc1

MDL-21781 fixed idnumber validation - thanks David for spotting the problem

commit 86c2da17821cee0340708b373754179abdcda545
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 31 May 2010 20:22:21 +0800
Tag:    v2.0.0-rc1

fixed comment typo

commit 8fa689f4aa131434a24b99332f183f2875e7ac82
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 31 May 2010 20:10:46 +0800
Tag:    v2.0.0-rc1

fixing CRLF mess

commit 435a512e6edea708959522c30654f1fd3eb6ba65
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 31 May 2010 06:56:29 +0800
Tag:    v2.0.0-rc1

fixed annoying upgradesettings notice and tons of sloppy trailing whitespace

commit f9f952e89afea287bcee11d9d3857d3e53b68989
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 31 May 2010 06:49:18 +0800
Tag:    v2.0.0-rc1

fixed more annoying notices

commit 7a6f3c336dded0fe10b1d548a90843328aed6ed3
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 31 May 2010 06:48:47 +0800
Tag:    v2.0.0-rc1

fixed annoying notices

commit 12d77d4db47e58c341103368ac43f855cbaa8070
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 30 May 2010 02:11:42 +0800
Tag:    v2.0.0-rc1

MDL-20204 prevent distractions (such as blocks) on the upgrade settings page

commit 5ba8c3f939c39ddf2552e71504e1eb52ddfa2f1b
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 29 May 2010 02:06:39 +0800
Tag:    v2.0.0-rc1

MDL-20204 fixed regression in last commit

commit c422efcf9f1e12f6c9fb81432d72ac9fd302f8ed
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 28 May 2010 23:47:26 +0800
Tag:    v2.0.0-rc1

MDL-20204 significantly improved url_select renderer - it tests validity of urls and fixes absolute urls too

commit 3966ba3e1a80efa0ce3c401c5906c725252cf66b
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 27 May 2010 22:05:24 +0800
Tag:    v2.0.0-rc1

MDL-22509 fixed wrong group join

commit 7e8f4091211408407b7de8213990d97307160273
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 27 May 2010 00:03:10 +0800
Tag:    v2.0.0-rc1

MDL-22579 fixed location of access control check - prevents display of backups section for student roles

commit 8f7b85ce32d04a1f636d50218ecc87e90a11f8d6
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 23 May 2010 06:37:47 +0800
Tag:    v2.0.0-rc1

MDL-22015 fixing property name, it really is disk cache,

commit 3fdcc0a0df89b596f718f5fbb1d1dee61ab21067
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 23 May 2010 06:31:19 +0800
Tag:    v2.0.0-rc1

MDL-22015 moving CFG settings out from string_manager code to constructor parameters - this should help with testing in future and allows easier tweaking in advanced deployments

commit 1e06adb47c72ece0f9c9189ea943fb7d90541642
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 23 May 2010 05:40:03 +0800
Tag:    v2.0.0-rc1

MDL-22546 do not accept bogus params in fulldelete()

commit fa9f6bf6446b0d96cb29e21c235a4ab97ab03044
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 23 May 2010 04:31:11 +0800
Tag:    v2.0.0-rc1

a bit more comment typo fixes

commit b921b6eeba45400fd6f7588b20eedbc1f06047b3
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 23 May 2010 04:24:28 +0800
Tag:    v2.0.0-rc1

some comment typos

commit 8660ac6ecafd998ea07ec88aa8a8966eb4a5fe75
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 23 May 2010 04:22:24 +0800
Tag:    v2.0.0-rc1

a few comment typos

commit 01ee99f4c50d914abee9ad9062217256383cced2
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 23 May 2010 04:19:23 +0800
Tag:    v2.0.0-rc1

yet more comment typos

commit 71c03ac1384c6293c5dee589e9a272566264ab0a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 23 May 2010 04:16:12 +0800
Tag:    v2.0.0-rc1

comment typos

commit 1a10840ebe9adfe15a12fcd1c2713658b5fdbdfd
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 23 May 2010 04:11:40 +0800
Tag:    v2.0.0-rc1

typos in comments

commit 09c48cea8bc0cd13bc439f404dd9c9fc4a7444fc
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 23 May 2010 04:04:06 +0800
Tag:    v2.0.0-rc1

MDL-21435 sending JS cache to cache/js instead of temp; adding purging of JS caches

commit 6b2ad29acbeb43d9a30151a48b64d8713aa92923
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 23 May 2010 04:02:17 +0800
Tag:    v2.0.0-rc1

MDL-22546 more code cleanup

commit 4cee2155b2a16bfb1942b2499b91b5c3b6863763
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 23 May 2010 03:59:59 +0800
Tag:    v2.0.0-rc1

MDL-22546 improving dir creation handling and improving dataroot support in config only scripts; using 02777 as default in lib/setup.php to match the default in config-dist.php

commit 173ba4f1ca5dea47eaff1e504422f963b809af14
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 23 May 2010 03:34:17 +0800
Tag:    v2.0.0-rc1

more and more commit typos

commit 5ac09e8b82ec0a66f8fa72eb660a0912130e278f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 23 May 2010 03:30:33 +0800
Tag:    v2.0.0-rc1

MDL-22550 grrr, fixing regression, missed the MDL number in previous commit in this file

commit 7a2df05c762ced4c7eedf29cbcdbef4560f427c0
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 23 May 2010 03:28:29 +0800
Tag:    v2.0.0-rc1

better protection of JS minify script

commit 5a75ac0ab6af04a657358f1fa841ce704412eebc
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 23 May 2010 03:12:29 +0800
Tag:    v2.0.0-rc1

fixed whitespace

commit 2836e77da3829c995a29766bdfbada97ecddc651
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 23 May 2010 03:10:44 +0800
Tag:    v2.0.0-rc1

comment typos

commit 9207f7047a8db6275ff4bc95fefdb4d247b3e0f7
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 23 May 2010 03:08:27 +0800
Tag:    v2.0.0-rc1

few comment typos

commit 23e7b7cce145918582c8d781749d4c6be8456b35
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 23 May 2010 03:06:34 +0800
Tag:    v2.0.0-rc1

more comment typos

commit 9d40814e0a11eabeda36ed4d96408a079d5c17ba
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 23 May 2010 03:04:48 +0800
Tag:    v2.0.0-rc1

adding todo for weird editor admin settings code

commit 0f6db1c3d232178ed32a4b2c2866238c19c11170
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 23 May 2010 03:01:52 +0800
Tag:    v2.0.0-rc1

fixed comment typo

commit 640df5d0df5579fa21289e19af3e4e056a798034
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 23 May 2010 03:00:48 +0800
Tag:    v2.0.0-rc1

more typos in comments fixed

commit e26eafd49eba1f4ec24899dc45ea774339c40a58
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 23 May 2010 02:59:12 +0800
Tag:    v2.0.0-rc1

fixed comment typos

commit 4f65e0fbf7c151e0e4794cbd5180b3ad6355cd66
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 23 May 2010 02:46:43 +0800
Tag:    v2.0.0-rc1

more comment typos fixed

commit efb8c37573757e7a32aa7c3c327af9433a9e66c3
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 23 May 2010 02:38:18 +0800
Tag:    v2.0.0-rc1

fixed a few comment typos

commit 996b1e0ce3f25afba95f6a946087455d51dd2725
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 22:43:46 +0800
Tag:    v2.0.0-rc1

fixed typos

commit caf2bec9061647bf271e70703bf94955e4521807
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 22:37:54 +0800
Tag:    v2.0.0-rc1

MDL-16089 major mod/resource lang pack cleanup

commit 81d57520833b53328494907f33a69ae13aadaee0
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 22:07:52 +0800
Tag:    v2.0.0-rc1

MDL-22548 temporary workaround for horrible usability in mod/resource edit interface

commit 9b56a34f7d8cae9f0556577eb6be1b1111eea196
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 21:54:41 +0800
Tag:    v2.0.0-rc1

MDL-16089 some resource lib and lang pack cleanup

commit bf34822b9dac68399a1251a458a42584a9568315
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 21:10:05 +0800
Tag:    v2.0.0-rc1

MDL-22547 course->legacyfiles switch implemented

commit ed149942a61a818f99b644fd6d351e0c406fa681
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 03:31:17 +0800
Tag:    v2.0.0-rc1

fixed more silly typos in comments

commit 83020ca0265732c3aba5c2610d17a0e48cf153fa
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 03:27:08 +0800
Tag:    v2.0.0-rc1

fixed small comment typos

commit 64fa9aa723dc720bf4cfbb5114dcd92ac143682b
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 03:25:13 +0800
Tag:    v2.0.0-rc1

fixed comment typo

commit c6084d0e74e8b588ab970687eb9376bf9d19bd36
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 03:22:53 +0800
Tag:    v2.0.0-rc1

fixed admin typo

commit 18f0115601b5edb637ae1b5f4d7eb9191a442e89
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 03:20:36 +0800
Tag:    v2.0.0-rc1

fixed role typo

commit b8578f2593b4f0bec75ccce78488406f43813a3e
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 03:19:47 +0800
Tag:    v2.0.0-rc1

fixed some repository typos

commit 10c4d3088ae0204bf3a995ad06ba4e0703caf02b
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 03:18:47 +0800
Tag:    v2.0.0-rc1

fixed portfolio lang typo

commit 31e83f991657727952e929d5aeca79e6fc37d307
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 03:17:35 +0800
Tag:    v2.0.0-rc1

fixed notes lang typo

commit d6e7a05713424d31e639671566aa40046a52fbcb
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 03:13:00 +0800
Tag:    v2.0.0-rc1

fixed comment typos, removed silly global object docs

commit 1275723f36c4fb64a628ed8077a1aee6766ea37d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 03:08:35 +0800
Tag:    v2.0.0-rc1

fixed typo

commit 875e5f070b123aa24852cbd91e076d4778ef99d4
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 03:06:38 +0800
Tag:    v2.0.0-rc1

fixed a few typos in adminlib too

commit f7d515b6d3190034a6fe68b9dedf4c382f6a0770
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 02:57:05 +0800
Tag:    v2.0.0-rc1

fixed silly comment typos

commit 4c8725be66f9b8faab9b352133ea1eb7525bb701
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 02:50:07 +0800
Tag:    v2.0.0-rc1

fixed comment typos

commit 25a0c3e57bce38555e3a006dd81f3d9aec9a3821
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 02:45:04 +0800
Tag:    v2.0.0-rc1

some DTL comment typos fixed

commit a3790ed5dbfe99fa6354e63d8b26e28585327b21
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 02:42:50 +0800
Tag:    v2.0.0-rc1

a few more DDL comment typos

commit 72c45dcc1b83a86576d23e3eae873a17b0502e6b
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 02:37:22 +0800
Tag:    v2.0.0-rc1

DDL comment typos

commit 2434f624ad7f4daf3ec3814a6195246ba61978ec
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 02:32:44 +0800
Tag:    v2.0.0-rc1

yet more comment typos

commit 14c423d70e1b73678bf0fccdf3543a01ebbf418a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 02:29:35 +0800
Tag:    v2.0.0-rc1

a few more comment typos

commit 02df9cfdfb12908382d9489a58fcf20c0a02453f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 02:25:59 +0800
Tag:    v2.0.0-rc1

comment typos again

commit 4d276e3482c50b0555e993a14dc034e10b174806
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 02:23:06 +0800
Tag:    v2.0.0-rc1

more comment typos

commit 862d54c314aafe3b2f503239e2aecda2af966fd5
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 02:18:42 +0800
Tag:    v2.0.0-rc1

fixed a large number of typos in comments sad

commit 5ad9704bc5e165db08f534b47e3ad3f38de4a1e7
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 02:18:11 +0800
Tag:    v2.0.0-rc1

fixed typo

commit 34ff25a6ef874cecd258129544a8fa9ce2aebd60
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 02:11:57 +0800
Tag:    v2.0.0-rc1

fixed multiple inline docs comment typos

commit ff24ae3b366c733b6a6901a154abfa6d28ab8f62
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 02:00:13 +0800
Tag:    v2.0.0-rc1

another typo

commit 00cddbd3dc1859684cfa601a94b19197527efb1a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 01:57:49 +0800
Tag:    v2.0.0-rc1

yet another overridden typo

commit 1ef61171d7a471a8870b19347b50f05ed58f8b05
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 01:57:21 +0800
Tag:    v2.0.0-rc1

fixed another typo

commit 994d33e06d8867c2368763ed8fd0b9fbdbd94770
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 01:55:50 +0800
Tag:    v2.0.0-rc1

fixed typo

commit 36654970e6b45053665f8aabbf7211fc7b652b1e
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 01:51:33 +0800
Tag:    v2.0.0-rc1

fixed some old typos

commit 554a3c4c4cac2de739127525fb254a5b7c4c14d6
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 01:48:57 +0800
Tag:    v2.0.0-rc1

fixed gnu version

commit 3fa6992509c949253e285f75f360c4151cc9971f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 01:46:11 +0800
Tag:    v2.0.0-rc1

fixed some typos

commit 8bb701112d1625028b24f944bceef14b11f617e8
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 01:40:28 +0800
Tag:    v2.0.0-rc1

fixed comment typo

commit 763b8ebe53f0793d5bf1d5cf34191cfe40e24be5
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 01:39:26 +0800
Tag:    v2.0.0-rc1

MDL-22546 removing dirroot error string which is not used any more

commit b646340f0b536667e98ade09f8e3de6d52d208da
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 01:36:48 +0800
Tag:    v2.0.0-rc1

fixed typo

commit 3b5ff37f24ebdae3828d52c9c5d8c3f074f27551
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 22 May 2010 01:32:15 +0800
Tag:    v2.0.0-rc1

MDL-22546 removing dirroot from the config.php - this should finally solve the symbolic links issues because we know 100% what should be in $CFG->dirroot once we get into lib/setup.php, it is being initialised there automatically instead + more robust handling of dataroot + simplified config-dist.php and installer; the $CFG->admin is now visible only if admin directory can not be found; please note the old config.php's are still going to work, if admins remove the dirroot they have to add the __FILE__ into require_once lib/setup.php at the end of old config

commit 08fcf3a0f483f204798b3a0773887a541ec09bc4
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 21 May 2010 22:11:32 +0800
Tag:    v2.0.0-rc1

MDL-22538 removing older YUI versions that are not used any more

commit 305664e9bc7e631bcb969b50bb965d55c0b46197
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 21 May 2010 20:42:26 +0800
Tag:    v2.0.0-rc1

soap emulation library not used any more in 2.0

commit 7e8860c4783f318a8e5b8da59d272b0cf9dc68b6
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 21 May 2010 20:37:44 +0800
Tag:    v2.0.0-rc1

MDL-22538 fixing yui 3rd party lib info

commit c595847d112d7ca3b6824546662c074614079ead
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 21 May 2010 20:33:46 +0800
Tag:    v2.0.0-rc1

MDL-22538 final switch to YUI 3.1.1 and 2.8.1

commit 9b1662120f584fe0945b63b273ef763aca141d71
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 21 May 2010 20:23:41 +0800
Tag:    v2.0.0-rc1

MDL-22538 updated readme

commit 0fb81fab406cf55f18f325dc4f19d7d109620340
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 21 May 2010 20:22:37 +0800
Tag:    v2.0.0-rc1

MDL-22538 adding phploader support for YUI 3.1.1 and 2.8.1

commit c20792b145b40131dc74f37b007f937837015917
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 21 May 2010 20:14:09 +0800
Tag:    v2.0.0-rc1

MDL-22538 importing new YUI 3.1.1

commit e9b4e764e39f1283d5a3121a5d164ef0eb0c469f
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 21 May 2010 20:07:32 +0800
Tag:    v2.0.0-rc1

MDL-22538 importing new YUI 2.8.1

commit 6bf8f5cd2be945119c6a1e9bb8cbb09e45b09e7a
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 21 May 2010 19:59:51 +0800
Tag:    v2.0.0-rc1

another borked lineending fixed

commit 426dcd64828db2e9af5cd977fd6656f1953eb963
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 21 May 2010 19:59:31 +0800
Tag:    v2.0.0-rc1

fixed borked line ending - git hates these

commit 39668e9beb1564259a711f439051e0b79703a579
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 21 May 2010 19:13:52 +0800
Tag:    v2.0.0-rc1

MDL-22544 html purifier now default cleaning engine - die kses die

commit 7ff7f704d1728783563e2173c7701dbca031929c
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 21 May 2010 18:40:56 +0800
Tag:    v2.0.0-rc1

MDL-22537 new html purifier

commit 2884fd8eeb065e36319d4438194b8cd468d51eaa
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 21 May 2010 01:33:56 +0800
Tag:    v2.0.0-rc1

MDL-22530 fixed regression in url module - missing encrypted parameter

commit 443f642ed482026e54ca8c2cf6529e973ab6a03b
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 21 May 2010 01:21:57 +0800
Tag:    v2.0.0-rc1

MDL-17617 finally getting rid of unmaintained Snoopy library

commit 49d957abfcfa5bea23feaca228730c4fac79f4db
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 21 May 2010 01:20:06 +0800
Tag:    v2.0.0-rc1

MDL-22533 removing obsoleted sso infrastructure - core updated too

commit 6c6f9d7fdc49701b61e075d1f55780f5ee0f58c2
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 21 May 2010 01:18:05 +0800
Tag:    v2.0.0-rc1

MDL-22533 removing obsoleted sso infrastructure - this was announced very long ago wink

commit 3a1055a548de6f80cfe388cc86482e018e597b60
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 21 May 2010 01:13:07 +0800
Tag:    v2.0.0-rc1

MDL-22532 support for fetching of large files via temp files

commit fc9d2fe1b23697e92f63497eef3725ec095b9d4b
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 20 May 2010 17:28:58 +0800
Tag:    v2.0.0-rc1

fixed incorrect whitespace in glossary upgrade

commit e91f4190f0b42bdf61a137dbcacb642714283272
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 20 May 2010 17:12:39 +0800
Tag:    v2.0.0-rc1

fixed incorrect whitespace in data upgrade

commit 6167660806aef29bfc4209565c46efc2566be3e6
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 20 May 2010 17:09:08 +0800
Tag:    v2.0.0-rc1

fixed inconsistent whitespace and obsolete use of $result in upgrades

commit 906fb8f883560ea095bc1bc1e15fc9b86074db75
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 20 May 2010 15:59:13 +0800
Tag:    v2.0.0-rc1

MDL-17445 course deletion cleanup and adding new event that is triggered after removing course content

commit a05bcfbaa5cd002d268695a3427d06394fe2d60a
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 20 May 2010 15:53:48 +0800
Tag:    v2.0.0-rc1

MDL-14589 files are attached to context so it makes sense to delete them when deleting the context

commit 196f1a259d826e0e1e313e2d31f0b6e9bd440d92
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 20 May 2010 15:40:17 +0800
Tag:    v2.0.0-rc1

MDL-17317 delete_context can not return false any more, only exceptions when problem found

commit aaff9f7f1476d36eec11f6b358f91d91f08a302d
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 20 May 2010 15:31:53 +0800
Tag:    v2.0.0-rc1

MDL-17376 more plugin info

commit 70d35fe6f94c865f952da96aaa90a0c8cf2ceeed
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 20 May 2010 15:29:54 +0800
Tag:    v2.0.0-rc1

MDL-22061 use string_exists during plugin uninstall

commit b935d109490e8235da2d0eeb460bbfddd56c6253
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 20 May 2010 15:29:24 +0800
Tag:    v2.0.0-rc1

MDL-22061 use string_exists - local plugins may not have lang packs

commit 12bb0c3ef55159f376aaff21dd4914a7907d297a
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 19 May 2010 21:30:13 +0800
Tag:    v2.0.0-rc1

MDL-22515 plugin settings can be forced now too + minor CFG init refactoring + get_config() cleanup

commit 54f88b0766fdb22045f10ba3da95328b9f6826e2
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 19 May 2010 16:42:50 +0800
Tag:    v2.0.0-rc1

MDL-17376 fixed headings

commit 43266b4005af032d7607974573b911ba491fb40e
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 19 May 2010 16:40:42 +0800
Tag:    v2.0.0-rc1

MDL-17376 some more upgrade info

commit 2b40710c61fa2f51b3a747280347fe7250b416f9
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 19 May 2010 16:39:33 +0800
Tag:    v2.0.0-rc1

MDL-17376 some pre-upgrade clarification

commit 72b4b0efa9ec87542274ec914f0eea8d01d7b412
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 19 May 2010 16:11:27 +0800
Tag:    v2.0.0-rc1

MDL-17376 towards production ready local customisations - docs update

commit adf176d711b32fbdaf9b4d3c9db4b88e0c232837
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 19 May 2010 00:59:08 +0800
Tag:    v2.0.0-rc1

MDL-22479 removed all get_admin calls from upgrade script, fixed regessions in get_users_from_config() and reimplemented admin support in admin_setting_users_with_capability(), switch non-unique usernames in admin settings to user ids and upgraded existing settings + some more validation

commit f83b3b13f3d57ff8623fe952becc233693fc98c7
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 06 May 2010 14:55:59 +0800
Tag:    v2.0.0-rc1

forced upgrade version updated

commit bf9ffe27b689bae4f443e94c92015af7aa5c5b12
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 04 May 2010 05:04:06 +0800
Tag:    v2.0.0-rc1

MDL-14589 improved php docs in file API (file_storage)

commit 8496fdac52282341eba52a2444e2c7b895821c77
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 04 May 2010 04:40:30 +0800
Tag:    v2.0.0-rc1

MDL-14589 improved php docs in file API (stored_file)

commit 5ebb660ebdc00c01efdaf8a97b03dd6318f1cb01
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 04 May 2010 04:13:56 +0800
Tag:    v2.0.0-rc1

MDL-14589 fixed incorect php docs return type

commit 3e29781d1174e44770f189ccd7deaa8c5442ec40
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 04 May 2010 03:50:57 +0800
Tag:    v2.0.0-rc1

MDL-21655 fixed regression which prevented guests to enter access key

commit 64fc50d0fcf73bdff5f0d97f10e2642949485352
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 03 May 2010 01:05:35 +0800
Tag:    v2.0.0-rc1

MDL-21655 fixing regression, manager does not need mnet caps

commit 30d245388034a24a77e4206cd0cea33ed76cff04
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 03 May 2010 00:48:41 +0800
Tag:    v2.0.0-rc1

MDL-22204 fixed incorrect defines in rss file

commit 58ea084b541e8bc5973ed10b101b136ff5f0b90e
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 02 May 2010 21:51:21 +0800
Tag:    v2.0.0-rc1

MDL-20204 fixed regression - the .dimmed_text was working only for a tags

commit 38549d6396b8415bb2661555a10d1f8a680b8db0
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 30 Apr 2010 23:38:58 +0800
Tag:    v2.0.0-rc1

MDL-21579 using simple exception handling instead of table_exists  - we do this in several other places already

commit 83bbafaa180c21b6b82325243b7efa9010a82f90
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 30 Apr 2010 23:36:26 +0800
Tag:    v2.0.0-rc1

MDL-21712 fixed regression - guest could access any course, sorrry

commit 3811c1d4adda164266135e3c909b0834dc912702
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Apr 2010 01:39:20 +0800
Tag:    v2.0.0-rc1

MDL-22181 fixed 'random' overriding of assignment idnumbers in gradebook - big thanks to Gordon Bridge for the report and patch

commit 0a03123fcf69b355a7a3a07789c71480bab7c883
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 24 Apr 2010 01:30:02 +0800
Tag:    v2.0.0-rc1

MDL-22167 removing sqlite because it is not maintained

commit f6eb428ea6baeade4eff0a76b1bbb4547f3fc13d
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 23 Apr 2010 18:39:47 +0800
Tag:    v2.0.0-rc1

MDL-21781 trying to fix context+page title filtering trouble

commit b81e18f8899d23aa4aaae1214fbf8e7b6c2ccea4
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 23 Apr 2010 18:36:56 +0800
Tag:    v2.0.0-rc1

adding new forced upgrade version

commit 832d2d29a6e6889c8353f6815fccca333a54ecb5
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 23 Apr 2010 17:18:12 +0800
Tag:    v2.0.0-rc1

MDL-21781 removing user from cohorts during delete

commit fddf5b3d3f88bf7c46fea836184503201094f14a
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 23 Apr 2010 17:17:24 +0800
Tag:    v2.0.0-rc1

MDL-21781 improved cohort table comments

commit 3c35aea28c22c76c047659fd21e6c710d5163673
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 23 Apr 2010 17:16:53 +0800
Tag:    v2.0.0-rc1

MDL-21781 fixed cohort access control in groups UI

commit a174e4a31aee59802fe8f4ba865a6a7837848495
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 23 Apr 2010 17:16:18 +0800
Tag:    v2.0.0-rc1

MDL-21781 fixed coding style

commit 92343cd2eb2d3ce283f91328cada06e982bf82c1
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 23 Apr 2010 17:15:55 +0800
Tag:    v2.0.0-rc1

MDL-21781 added support for autocreation of groups from cohorts

commit 62bc50190b6c37241a0c21810bdcb4a6a9c433ab
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 23 Apr 2010 17:15:27 +0800
Tag:    v2.0.0-rc1

MDL-21781 fixed case

commit 4a0ef03e8a36485fea3cbd3838999a1f98025e5a
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 23 Apr 2010 17:15:04 +0800
Tag:    v2.0.0-rc1

MDL-21781 protect cohorts created by external systesm - we can not edit them with our UIs

commit e60ff53619e090847936dd15aba93147b48f6656
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 23 Apr 2010 17:14:36 +0800
Tag:    v2.0.0-rc1

MDL-21781 move cohorts away when deleting course category

commit 9e1065a812d1d3a5a63b8da93a5fc09b5ecd5017
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 23 Apr 2010 17:13:49 +0800
Tag:    v2.0.0-rc1

MDL-21781 cohorts may be moved to different course categories/system context

commit 864e2805d0b415a29694139fbf8a91ef1640d1ee
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 23 Apr 2010 17:13:19 +0800
Tag:    v2.0.0-rc1

MDL-21781 integrating cohorts into UI - admin tree and list of categories in edit mode (there is no other better place which shows all categories imho)

commit 7778e9600644b79714fbc177e8544be6f8d83656
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 23 Apr 2010 17:12:28 +0800
Tag:    v2.0.0-rc1

MDL-21781 temporary cohort icon

commit c5070d06d7add15cfd7b6660dc8bf7579e3116dd
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 23 Apr 2010 17:11:48 +0800
Tag:    v2.0.0-rc1

MDL-21781 fixed some more cohort assign issues

commit b1e2e6b8b3f7dd6fdbc424373be21967b38260b6
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 23 Apr 2010 17:11:16 +0800
Tag:    v2.0.0-rc1

MDL-21781 fixed incorrect options in user selectors

commit cec5baaabb8ff0364628a8f12302bfd86d694279
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 23 Apr 2010 17:10:43 +0800
Tag:    v2.0.0-rc1

MDL-21781 fixed nav bar

commit a379029c54134679d1f7bf465be2e8d024a0aa98
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 23 Apr 2010 17:10:05 +0800
Tag:    v2.0.0-rc1

MDL-21781 cohort id duplicates detection

commit 5fa30fb7a67dde4bdeb697bb51e2af2bd3d9c139
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 23 Apr 2010 17:09:34 +0800
Tag:    v2.0.0-rc1

MDL-21781 adding cohort as new core subsystem

commit c7d5ed1cf36087efb9342c5f27e6292467e5ba73
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 23 Apr 2010 17:08:37 +0800
Tag:    v2.0.0-rc1

MDL-21781 fixed cap checks

commit b980c56e2edb2ce11a6880361da0e9abe9af6f2a
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 23 Apr 2010 17:07:51 +0800
Tag:    v2.0.0-rc1

MDL-21781 very basic cohorts UI

commit 059e689c0f1478079a5368b00c63324faaacd16e
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 23 Apr 2010 17:06:31 +0800
Tag:    v2.0.0-rc1

MDL-21781 cohort main version bump

commit 3f791403b3b74b38bef22e0310e10a1421516d6b
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 23 Apr 2010 17:05:56 +0800
Tag:    v2.0.0-rc1

MDL-21781 cohort capabilities

commit 74180df2874d6a31123bf47023a9fea48a270da0
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 23 Apr 2010 17:05:11 +0800
Tag:    v2.0.0-rc1

MDL-21781 cohort tables upgrade code

commit f733845d75bb9833feeea13fbfcf57df069228dc
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 23 Apr 2010 17:04:19 +0800
Tag:    v2.0.0-rc1

MDL-21781 cohorts db structure

commit 6d16792cf2e5307c70f698ff9e536d1237886982
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 22 Apr 2010 16:45:36 +0800
Tag:    v2.0.0-rc1

MDL-21694 usin new core_subsystesm() in renderers too; adding more docs

commit 9719412367f331094740acc71a09ea022225233d
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 20 Apr 2010 23:15:11 +0800
Tag:    v2.0.0-rc1

new string_manager identified coding problem - wrong get_string() params again - fixing

commit 998ec50ea98f3e02a5051127b01e4042e5b0a941
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 20 Apr 2010 20:43:19 +0800
Tag:    v2.0.0-rc1

MDL-20204 removing my theme experiment - not working any more and there are other better examples now

commit 25346879b74f67de9074a28d51d1fceb3166d1cb
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 20 Apr 2010 16:36:22 +0800
Tag:    v2.0.0-rc1

MDL-22085 support for iso-639-1

commit af3158d8cc6b626c0f1ac7772aec9eef968e924c
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 20 Apr 2010 05:28:28 +0800
Tag:    v2.0.0-rc1

MDL-21891 fix for pg incompatibility - credit goes to Penny Leach

commit e13914acae3f989d94a4b50d056fe6656a1a2467
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 20 Apr 2010 05:24:49 +0800
Tag:    v2.0.0-rc1

just a little note for other devs looking for cli info

commit 6ad1100fe4b8a2e9648598741cf0670e2107877b
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 19 Apr 2010 22:42:19 +0800
Tag:    v2.0.0-rc1

MDL-22102 killing all CRLFs, sorry for introducing them, we need to do search replace before each commit of 3rd party lib

commit 6fbaf7f8b811b0bc317cbd3f184d2be2e0cee763
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 18 Apr 2010 18:14:04 +0800
Tag:    v2.0.0-rc1

fixed my own sloppy typos in comments

commit 0a27866d58af3f74393d098a1c6c4133aa880017
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 16 Apr 2010 16:45:05 +0800
Tag:    v2.0.0-rc1

MDL-22102 trying to fix line endings

commit 0ac9023335ca81235e8319569b746ac7c15c4b59
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 16 Apr 2010 16:31:02 +0800
Tag:    v2.0.0-rc1

MDL-22102 removing problematic readme files which were breaking my git checkout in phpstorm ide, they are not used and the whole wiki will be replaced soon anyway

commit 4399b9d5dec273e8202ba1435a5f4094c6a0a4a2
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 15 Apr 2010 22:43:25 +0800
Tag:    v2.0.0-rc1

MDL-22091 fix for sloppy IE CSS limits hack

commit 15a17d35048da0108caea7dc22c87f3216b59f32
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 22:48:12 +0800
Tag:    v2.0.0-rc1

MDL-22015 fixed more string_manager encapsulation issues - string format conversion scripts

commit 96de38c3ab9021cd0bbb7a7230b99967a034b59e
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 22:43:51 +0800
Tag:    v2.0.0-rc1

MDL-22015 fixed regression in last commit, sorry

commit 38bb62b5aaf980c976a01b2a094007228d7199a8
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 22:42:03 +0800
Tag:    v2.0.0-rc1

MDL-22015 fixed more string_manager encapsulation issues - use edit form

commit e926e953a3df4476b46f5a2b73e6e62f177d68af
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 22:38:56 +0800
Tag:    v2.0.0-rc1

MDL-22015 removing obsolete TODOs

commit ecd7978c0590133c38e83e62e51148144354b906
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 22:38:33 +0800
Tag:    v2.0.0-rc1

MDL-22015 fixed more string_manager encapsulation issues

commit db975a46c0b5dc3e0304f5c0f4ee9c1a0ce2a95e
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 22:37:56 +0800
Tag:    v2.0.0-rc1

MDL-22015 fixed recent regression

commit 0aa759b01cea75d385259b03386b9ab7072ac242
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 22:27:10 +0800
Tag:    v2.0.0-rc1

MDL-22015 more get_list_of_countries() refactoring

commit 42b702a6276563e9024550870e36fa1ef5e33c42
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 22:05:39 +0800
Tag:    v2.0.0-rc1

MDL-22015 list of pix names is not used any more

commit 97b7d149b62a22f381ed20bcb97c9b1c0c8da792
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 22:04:21 +0800
Tag:    v2.0.0-rc1

MDL-22015 deprecated get_list_of_currencies() method - improved string_manager encapsulation

commit f6907ba954417325b443720838d695bec8d93d11
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 21:37:59 +0800
Tag:    v2.0.0-rc1

MDL-22015 fixed php docs

commit ef686eb5c8b102b0ef3588ad93891c91b94c8832
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 21:16:20 +0800
Tag:    v2.0.0-rc1

MDL-22015 new translation_exists() method - improved string_manager encapsulation

commit c11575dbe73e1312f2e1fea3ea74aa393b1a672f
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 20:51:53 +0800
Tag:    v2.0.0-rc1

MDL-22015 improved get_string method - it can now fetch strings from any language, not just the current one

commit adea0621faadf359e04f3f2863dfe3e8c35e7664
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 20:42:48 +0800
Tag:    v2.0.0-rc1

MDL-22015 improved country lists

commit 0bd028292d9f9c352a28a4e64e9f9e35f28e0cf5
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 20:17:23 +0800
Tag:    v2.0.0-rc1

MDL-22085 adding iso-639-2 reference string to en lang pack - this way we may look up the corresponding code for each our translation, this may be very useful in exports/imports

commit b7db66cb096c160446c9983ffbe13f8b70ed9835
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 20:14:18 +0800
Tag:    v2.0.0-rc1

MDL-22085 language name lists - implementation of iso-639-2 support

commit 36f069fd6b3a6b810288a9d7041f5ee071e872a2
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 18:02:05 +0800
Tag:    v2.0.0-rc1

MDL-22084 new API - making a clear distinction between list of our translations and list of all languages defined in ISO 639-3

commit 1f96e907ea63b5c16059747338aedd39203a93b1
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 17:45:49 +0800
Tag:    v2.0.0-rc1

MDL-22084 making a clear distinction between list of our translations and list of all languages defined in ISO 639-2

commit b2ad1a3aeac67216512b3692fba7e3fa04188d40
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 17:18:13 +0800
Tag:    v2.0.0-rc1

MDL-15252 fixed docs

commit d2265f130c6fc223726edf294dd1e7ee72032447
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 16:54:17 +0800
Tag:    v2.0.0-rc1

MDL-21695 more help conversion examples

commit 9c7b24bf49c3d8d18d37fcfbcaebfc00a080f157
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 16:53:30 +0800
Tag:    v2.0.0-rc1

MDL-21695 fixed help regression

commit 9fffbfc0fa884fba8026668d3a427d35c65a1bcf
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 06:08:28 +0800
Tag:    v2.0.0-rc1

MDL-21695 example of help_icon() conversion

commit 3fc066917db16abccf7668f69662f71fd94d8130
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 05:59:15 +0800
Tag:    v2.0.0-rc1

MDL-21695 adding support for module help

commit 503d243a3ca0dbfbc9e6074a26d5f448baf7d264
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 05:55:02 +0800
Tag:    v2.0.0-rc1

MDL-21695 first sample help migration - course full name

commit 259c165d7ac915337248c2b0f77548ae1b85942f
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 05:51:49 +0800
Tag:    v2.0.0-rc1

MDL-21695 new help api

commit 2b0e098e83ffc33db1b162566ca7e0fd07fe4968
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 05:42:19 +0800
Tag:    v2.0.0-rc1

more module upgrade notes

commit 19538d8c161cbce19d53fa57ccfe0e709b22a000
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 05:41:11 +0800
Tag:    v2.0.0-rc1

more block upgrade notes

commit 73593f4186198b2bed7f44c51ee9555985306239
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 05:19:35 +0800
Tag:    v2.0.0-rc1

MDL-22061 fixed warning

commit 49f0d48171ceae2544859e2b04e3394497731c5f
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 04:45:05 +0800
Tag:    v2.0.0-rc1

MDL-21695 new help_icon structure

commit 596509e431704cfd6e140f0efc2129bc6726b4a8
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 04:34:27 +0800
Tag:    v2.0.0-rc1

MDL-21695 renaming ->help_icon() to old_help_icon() and going to introduce new help_icon() with new parameters and detailed debugging - hopefully this will help during the conversion to new help

commit 9f9193f623a34f3cb0da89e07259be9129d76cc7
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 04:14:31 +0800
Tag:    v2.0.0-rc1

MDL-22061 new string_exists() method - this can be used in some corner cases

commit 3d9340014522d22dec32962d399757c666861237
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 14 Apr 2010 03:13:10 +0800
Tag:    v2.0.0-rc1

MDL-21695 help files not used any more, all docs are now in wiki

commit 370f10b7eb651259b31d0e89a1dcee1479a02b20
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 12 Apr 2010 05:31:36 +0800
Tag:    v2.0.0-rc1

MDL-22061 converting auths to pluginname and deprecating old method for getting auth names

commit f496ada5839951251af1f517115edc2f33bc8530
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 12 Apr 2010 05:13:45 +0800
Tag:    v2.0.0-rc1

MDL-22061 fixed recent regression

commit 859b00d0cc9a6feedd827c29e83701127cda68dc
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 12 Apr 2010 05:02:06 +0800
Tag:    v2.0.0-rc1

MDL-22061 converting profile fields to real plugins with lang packs

commit 37f005b142efc7eedd9be055e8144d73d1e54303
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 12 Apr 2010 04:50:37 +0800
Tag:    v2.0.0-rc1

MDL-22061 removing unnecessary [[ tests

commit 3518913cc8712a5f9f4fa749163d67b87ddcdef9
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 12 Apr 2010 04:37:13 +0800
Tag:    v2.0.0-rc1

MDL-21694 simplified tinymce string handling

commit c2ed166e6d9c8080074f2ec0efeebd4cca68a6de
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 12 Apr 2010 04:30:58 +0800
Tag:    v2.0.0-rc1

MDL-22061 workaround for special handling of parentlanguage string

commit ef44fbedb6b42209052c0cd37f68f6a27e375315
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 12 Apr 2010 04:22:07 +0800
Tag:    v2.0.0-rc1

MDL-22061 workaround for missing alttext of some emoticons

commit c180ccf97405cba5d1ad0dcd20eaeef2a3024ec3
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 12 Apr 2010 02:48:00 +0800
Tag:    v2.0.0-rc1

MDL-21695 deleting obsolete install info

commit fe5c71cf98a65625b3beb025f31affe568258f48
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 12 Apr 2010 02:42:16 +0800
Tag:    v2.0.0-rc1

MDL-21695 deleting obsolete upload users helps

commit 1f5bc8242de0f4e77246583936459bf0386cbdff
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 12 Apr 2010 02:38:54 +0800
Tag:    v2.0.0-rc1

MDL-21695 no hidden role assingments any more

commit 44cd865c8a82e0486b95ac5a90c9b8c277013f7d
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 12 Apr 2010 02:36:30 +0800
Tag:    v2.0.0-rc1

MDL-21695 mod/journal is in contrib

commit 31b9279c440897f3cdb5f49f0ad0b413c09f3644
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 12 Apr 2010 02:35:57 +0800
Tag:    v2.0.0-rc1

MDL-21695 mod/wiki will be replaced by new wiki

commit 35695941e304fdc99bf178bd609a645d33380980
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 12 Apr 2010 02:34:32 +0800
Tag:    v2.0.0-rc1

MDL-21695 old mod/resource is gone, the help files do not match current module - deleting

commit e2283206db9288934bb5bd72db3ff187d0fd3260
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 12 Apr 2010 02:27:10 +0800
Tag:    v2.0.0-rc1

MDL-22059 adding some missing parent languages in order to test the installer routines

commit d8fa5a1377d0a192e0a29cc0f88d825264a0edfd
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 12 Apr 2010 02:26:19 +0800
Tag:    v2.0.0-rc1

MDL-22059 fixing install_string_manager to work with new installer language formats

commit 9c496b544943edda014ee53456d9475b0e908103
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 12 Apr 2010 01:57:39 +0800
Tag:    v2.0.0-rc1

MDL-21694 using only titles from plugins

commit 29218f369ea4048890312c6e670dc1045be532fe
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 12 Apr 2010 01:08:08 +0800
Tag:    v2.0.0-rc1

MDL-22060 fixed $a in string to match new rules

commit c94fc98c8790f14202dd3ab0c06fbde27ad996f9
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 12 Apr 2010 00:58:28 +0800
Tag:    v2.0.0-rc1

MDL-22060 fixed $a in string to match new rules

commit dc5498a44c89de1949f116ac17634db397eb9105
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 12 Apr 2010 00:56:43 +0800
Tag:    v2.0.0-rc1

MDL-22060 fixed $a in string to match new rules

commit 2c10db3b3c4ab4167fab5d273e8f3aeab7a5c0f6
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 12 Apr 2010 00:55:17 +0800
Tag:    v2.0.0-rc1

MDL-22060 fixed $a in string to match new rules

commit 3e0e25efd1c312cd047a45d81f8cad75efffee34
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 12 Apr 2010 00:45:55 +0800
Tag:    v2.0.0-rc1

MDL-22060 fixed $a in string to match new rules

commit c1933f6de0b2b59ecbc236d1efdc1098f267f94a
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 12 Apr 2010 00:25:10 +0800
Tag:    v2.0.0-rc1

MDL-21694 removing unsued strings from auth.php - the strings were copied to auth plugins before

commit b65d2720b220c59e626d2f5c0ac9866d8ac7d9b0
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 22:57:59 +0800
Tag:    v2.0.0-rc1

MDL-21695 disabling useless debugging

commit 1453bf776792f93a473e6efcbe2693197571dddd
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 22:54:50 +0800
Tag:    v2.0.0-rc1

MDL-21694 fixed regression caused by moving langs to tinymce editor plugin

commit df973cf57df085404c8262afc8c87634b6095437
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 22:37:12 +0800
Tag:    v2.0.0-rc1

MDL-21693 hiding legacy languages with _utf8 in our UI

commit e87890ba3061f42ce1c11cf41a512d988fa01fe1
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 21:02:05 +0800
Tag:    v2.0.0-rc1

MDL-22054 adding missing anomaly theme plugin name

commit d9d74c8e3d82a0d3fac084ca99bd2a58712bd11b
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 20:55:59 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting course formats to have own lang packs

commit e71dc24bf466f2632f4781e31fb13f73f799362e
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 20:52:49 +0800
Tag:    v2.0.0-rc1

MDL-22054 removing unused course format section name strings

commit 6da4b609c73d00b1774c1fe7fb0c2a10dea8e31d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 20:47:14 +0800
Tag:    v2.0.0-rc1

MDL-22054 removing unused course format strings - oops, wiki format is not used either

commit ff67afbd95290b3bdf55bd72b358eeeca5cd2629
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 20:46:14 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting course formats to have own lang packs

commit 28a74542fed609476f0783935542849d00f0ca33
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 20:38:51 +0800
Tag:    v2.0.0-rc1

MDL-22054 removing unused course format strings -lams too

commit 177d0c22f8371b22cd505bde1d8bf636ad2675ba
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 20:38:06 +0800
Tag:    v2.0.0-rc1

MDL-22054 removing unused course format strings

commit bd103fde5fadba1924edbc95d926fc4e3d717e00
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 20:22:52 +0800
Tag:    v2.0.0-rc1

MDL-22054 improving blocks management UI

commit d9a8e12d8ee7fe66b7f6698328ac59178264a74f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 20:17:43 +0800
Tag:    v2.0.0-rc1

MDL-22054 improving module management UI

commit 15822fe21cb6b801c39d6d24165484de8df722be
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 20:08:40 +0800
Tag:    v2.0.0-rc1

MDL-22054 improving blocks management UI and removing debug message because the block manage page shows the correct info instead

commit 150135ab08868f7ad4f4dbda1d0f6cf37064f09f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:57:46 +0800
Tag:    v2.0.0-rc1

MDL-22054 the last blockname removed

commit 73d0160fd9ff3718725b6e42593b739a4ce28508
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:54:45 +0800
Tag:    v2.0.0-rc1

MDL-22054 fixed long standing issues with management of modules and blocks - we should definitely not rely on unique localized names! Also the sorting works best in database, the PHP does not have localized sort at all

commit 8d4904be325524ac4b94605e190e1777a50d1a09
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:52:53 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit 9b7b2daee100e87a217643b07c2316ccecb6e6b8
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:50:21 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit b2fe457ccd8d054ab1a184dc71073528a543f1a1
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:49:31 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit 513d33d678deb8b22462733eab377a484ce781ac
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:48:38 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit 0f14f7e6862380d35cc08efb36ba822400bc77c6
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:47:54 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit 9b0c81b6bb2dfb904f991849c19826628cf4f808
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:45:40 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit 61e2e77526e4d63c23227da77412ddfdbadbaa90
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:44:30 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit adb04fa32bec51f652988f18bc70555b779cf8c5
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:43:38 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit 745a9d23da86c3ae3ffeb91b3bc79388606bc044
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:42:57 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit 0a0c06b428b53cdc8f299b8522067916a9ef9ba6
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:41:53 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit 83d0f6ede46320dca9765fe7e9966083d8103038
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:40:56 +0800
Tag:    v2.0.0-rc1

MDL-22054 fixed get_string typo

commit 5a0b9156d1714d3d7e4ca46c6dc254aed62542b2
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:40:09 +0800
Tag:    v2.0.0-rc1

MDL-22054 fixed forgotten get_string

commit c141a69b7cb2e0ccb8e19ca9e38d6de5da0de0bb
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:39:13 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit 559198b8792ed5897aaba276f5076bc1efe2fd7f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:36:04 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit 99f3c138f7d6540d1a833c764a34a1f599e68f84
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:34:51 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit 882f4e13198bda265781f14308f5170cf0b7c810
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:33:39 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit 4bbe3bd83f729c76f757cf43806b5d67affdb8e9
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:31:03 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit 8e5c60bd5698135657ba37436e63f0e3d8afa81a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:29:39 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit d476d5a27cca0b72dee46fcc409d151fc2dcb094
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:27:21 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit ef1e4c21e4a51dfe1ad0ad839216e674dffebd00
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:26:11 +0800
Tag:    v2.0.0-rc1

MDL-22054 startinging blocks to pluginname

commit 2c4d7e2c219e74760686af83809f1a223a705171
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:24:48 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit 2de43a56561dab721789052777560a1c127f57e6
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:23:44 +0800
Tag:    v2.0.0-rc1

MDL-22054 startinging blocks to pluginname

commit 4931465f068cbaf33fa604fc147fdca9ecdf5167
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:21:53 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit 8c5bba16cc35fd9499e595ee875888010b4cbcef
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:20:58 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit 2a71e9f24fa8b9b72a9c321e74583acda360c727
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:19:29 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit 621f2f288ce79708cd6d447bea300da2c2e62343
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:18:29 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit bdd7b93ea0830971a9f8247e9c235e6b6a516160
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:17:02 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit 87fe6ecec70193047d4f2f8ad1818d85eba36e83
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:15:28 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit 3588897512fe9488036eb1f415881a0026876f03
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:14:03 +0800
Tag:    v2.0.0-rc1

MDL-22054 startinging blocks to pluginname

commit b885c02a4045bb49c7bda967cb51c704404f62b7
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:12:43 +0800
Tag:    v2.0.0-rc1

MDL-22054 startinging blocks to pluginname

commit 58aac666eef1d382568156d62d255fa67328e3f5
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:07:47 +0800
Tag:    v2.0.0-rc1

MDL-22054 startinging blocks to pluginname

commit aaa5c766bf40a7e428ff0686be328a33ab767967
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:05:46 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit 34ac830c963a0dec8520c5a90b835aefa630cc28
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 19:01:41 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit 3d208a19c5c9c0e959958e28b499eefce66ac46d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 18:58:50 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit b2e451511a48b90712364a922fa4b50e97bfee98
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 18:56:33 +0800
Tag:    v2.0.0-rc1

MDL-22054 startinging blocks to pluginname

commit c1450180383e9ae3bbf94f2421ddf53afb3138df
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 18:53:04 +0800
Tag:    v2.0.0-rc1

MDL-22054 converting block name strings to pluginname

commit ee503644ae8e0e72780aced166297370a056a52e
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 18:49:36 +0800
Tag:    v2.0.0-rc1

MDL-22054 startinging blocks to pluginname

commit f956dac62052d7b638267601c9d4bd98ab9c6ed4
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 18:47:04 +0800
Tag:    v2.0.0-rc1

MDL-22054 startinging blocks to pluginname

commit bac6e62eba3ad8780f03f9fb3af26aee82c55aa4
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 18:09:59 +0800
Tag:    v2.0.0-rc1

MDL-22054 starting to switch blocks to pluginname

commit 9770b8f03a61df1915bdfb776ac0f0d719a4aa02
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 17:48:51 +0800
Tag:    v2.0.0-rc1

MDL-22054 adding missing calculatedmulti lang file

commit fe9d7318b5ec817115804b88e1faae76827abd09
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 17:41:25 +0800
Tag:    v2.0.0-rc1

MDL-22054 fixed missing strings and some really annoying redirects

commit 5fd8ea0e9dd30bde0977aa60675dd41aaac9a076
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 17:29:07 +0800
Tag:    v2.0.0-rc1

MDL-22054 fixed string identifier typo

commit 49503e5a41b9c9291f987828842a45f8468d5c18
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 17:21:18 +0800
Tag:    v2.0.0-rc1

MDL-22054 turning on detection of missing strings + hunting them down

commit 0edb4aad6713ab936368c56c1c99818e576c9584
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 17:05:48 +0800
Tag:    v2.0.0-rc1

MDL-22054 skip loading of missing modules on course page

commit fc61cecd6a1e06f5e9ca685caacdf1f300aa48ff
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 16:59:27 +0800
Tag:    v2.0.0-rc1

MDL-22054 skip loading of missing modules

commit 8c2552255183164b9935094a8e8e30ad3cfd4347
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 16:50:08 +0800
Tag:    v2.0.0-rc1

MDL-21998 switching to YUI3.1.0 lib - there do not seem to be any mojor regressions, if you need old version just edit your lib/setup.php

commit 2b735ede6af024af85d1ffb2df6b9d1a8779f327
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 16:31:44 +0800
Tag:    v2.0.0-rc1

MDL-21998 new YUI3.1.0 lib - metadata for PHPloader, obtained from repo at github

commit cac933348d171cd504551e8378e0a8b62c961b59
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 16:20:55 +0800
Tag:    v2.0.0-rc1

MDL-21998 new YUI3.1.0 lib, - not yet intergated

commit ae58632885fad81f492d31eed8a4128edcc300e3
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 07:21:18 +0800
Tag:    v2.0.0-rc1

MDL-22053 removing relative paths from get_plugin|component_directory() because we can be only sure that the absolute paths exists such as in case of $CFG->themedir outside of dirroot; commeting out some simpletes_ stuff which does not seem to be used any more

commit 2357ab49216a85a42c097f2d286387ce12d81e31
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 05:22:15 +0800
Tag:    v2.0.0-rc1

MDL-15252 language list refactoring

commit 4000129f7de0f564d8662747f6b194a4d609b20f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 04:41:26 +0800
Tag:    v2.0.0-rc1

MDL-15252 string manager improvements - fixed regression - lang from POST was accepted too, sorry

commit 38c253f9aa515fdb6ee558c4061012ad1e64d734
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 04:35:52 +0800
Tag:    v2.0.0-rc1

MDL-15252 string manager improvements - it is possible to specify custom lang locations in config.php

commit b4cf79c861782db50aebe65ce48b6f333eb57603
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 03:52:57 +0800
Tag:    v2.0.0-rc1

MDL-21146 removing incorrect license defaults, setup.php is not the right place for this, sorry

commit cae07b1cdc87d6c36e16d30500fe2f7b8e4073ba
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 03:28:34 +0800
Tag:    v2.0.0-rc1

MDL-22052 pruning pre-amos string related code

commit 3554590cc8a98e276898691dd08b2f04b8aa1732
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 03:02:11 +0800
Tag:    v2.0.0-rc1

MDL-22050 removing old langconfig automatic redirection + adding missing string debug (disabled for now)

commit f62493d8a68a0ee3f23110c714d54d0720219373
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 02:29:27 +0800
Tag:    v2.0.0-rc1

MDL-22050 removing moodle/langconfig duplicates

commit a23f02ed505cb7925f27280645bb55f0a0c19d16
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 02:27:05 +0800
Tag:    v2.0.0-rc1

fixed typo

commit e372f4c7c1f89b490a3a2bc95a937019a27a3790
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 02:26:20 +0800
Tag:    v2.0.0-rc1

MDL-22050 removing moodle/langconfig duplicates

commit 9006ded3a7127066478966c9c790f3bde5f8a892
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 02:20:54 +0800
Tag:    v2.0.0-rc1

MDL-22050 dear 'thischarset', we did not need you since 1.7, time to say good bye, RIP

commit 6cf9b98a4ad7ebb2e95166384194b4baa252fc73
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 02:15:30 +0800
Tag:    v2.0.0-rc1

MDL-22050 removing moodle/langconfig duplicates

commit c9042db5c7ecc3070501d581d6c35319bea4ee3f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 02:01:49 +0800
Tag:    v2.0.0-rc1

MDL-22050 removing moodle/langconfig duplicates

commit bf69b06d1bf065f3c6eecca9bcdbbe8b48e5fea9
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 01:54:39 +0800
Tag:    v2.0.0-rc1

MDL-22050 removing moodle/langconfig duplicates

commit 0a933ae65dd5a654c62edd746b94fe136a3a1b25
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 01:44:05 +0800
Tag:    v2.0.0-rc1

MDL-22050 removing moodle/langconfig duplicates

commit 3c7e56c4b8009c8026d98a6156d814d351cd700d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 01:40:58 +0800
Tag:    v2.0.0-rc1

MDL-22050 removing moodle/langconfig duplicates

commit 4248b15cf8771c43d582de15d8abf6e4e950c820
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 01:35:19 +0800
Tag:    v2.0.0-rc1

MDL-22050 removing moodle/langconfig duplicates

commit 61bb07c2573ec711a0e5d1ccafa313cf47b9fc22
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 11 Apr 2010 01:30:00 +0800
Tag:    v2.0.0-rc1

MDL-22050 removing moodle/langconfig duplicates

commit 53a78cef28cbd73679dbfc48f68b52726a125f80
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 10 Apr 2010 17:10:08 +0800
Tag:    v2.0.0-rc1

MDL-21695 help files replaced by standard strings - basic infrastructure in place, no strings converted yet

commit 3a915b066765efc3cc166ae8186405f67c04ec2c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 10 Apr 2010 15:24:56 +0800
Tag:    v2.0.0-rc1

MDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new string managers - please note the transition is not yet fully complete because we need to wait for git to recognize the renames in cvs

commit c7f4e3e246a68acc412627dc880884aada468ed3
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 09 Apr 2010 17:43:21 +0800
Tag:    v2.0.0-rc1

MDL-21951 reverting changes in moodlelib.php, most probably forgotten debug stuff

commit 7b55e20a2ae612c90ee6c482b2c3c0f5a822dfa9
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 09 Apr 2010 00:36:09 +0800
Tag:    v2.0.0-rc1

fixed typo

commit 98da60215e2bc108e8619bfa89469b2f31bc127a
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Apr 2010 15:37:12 +0800
Tag:    v2.0.0-rc1

MDL-22033 groupings now enabled unconditionally, groupmembersonly kept as experimental - this simplifies groups code logic a bit, user interface changes should not be significant because the groupings are not visible much until at least one created; hopefully the new description of groupmembersonly will have to preventsome gradebook complaints

commit e8c2189d78d9c4cf5ee4db2cb71eaab4a6292c92
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Apr 2010 15:07:37 +0800
Tag:    v2.0.0-rc1

MDL-21655 marking groupid parameters as unused when assigning/unassigning roles because those were never implemented and are not planned to be ever implemented

commit f46eba7e7d4a5743d996663fb7671df6bf5a2982
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Apr 2010 03:52:45 +0800
Tag:    v2.0.0-rc1

MDL-19917 it is now possible to recover installation when it stops on some blocks trouble

commit 6f4f82f26272401d5ca045b1da92db1d6ac394a1
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Apr 2010 03:37:59 +0800
Tag:    v2.0.0-rc1

MDL-19157 adding missing all hosts mnet entry

commit 199c198137456624e264849e3f6a7193a7d369d8
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Apr 2010 03:23:47 +0800
Tag:    v2.0.0-rc1

MDL-19928 adding unofficial support for the cherokee web server + adding some notes about other servers

commit e2253187a2df10b801f227986f8d1dcdb936b157
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Apr 2010 03:08:15 +0800
Tag:    v2.0.0-rc1

MDL-22031 fixed installer regression, adding more defines that are later done in setup.php

commit f56af8884d67518f1dc6ef9ff454b249ad714307
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Apr 2010 02:52:38 +0800
Tag:    v2.0.0-rc1

MDL-21146 fixed install regression - copypasted the setting of active license setting from ugprade code

commit f0b9ee18e86590e02603c05cbebeb3437641d681
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Apr 2010 02:45:02 +0800
Tag:    v2.0.0-rc1

MDL-21146 fixed upgrade regression - we need to create all necessary "files" fields before we start the upgrade, it is too late to do that at the end; reshuffling the field order to mach the general convention of putting dates last; splitting upgrade blocks because we should cleanup the upgrade path right before releasing stable 2.0

commit 2972166b62a79aee02225d0f511337a48df5e2e8
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Apr 2010 02:36:50 +0800
Tag:    v2.0.0-rc1

MDL-20204 not necessary to refresh styles after upgrade any more

commit 4fb2306ee43b2cb2fef7942f6c1d3c47ab5b0fa5
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 07 Apr 2010 02:34:38 +0800
Tag:    v2.0.0-rc1

MDL-21146 $CFG can not be used in low level file operations - please set the defaults elsewhere if really necessary; removing the extra cleaning + undefined notices - please make sure all palces that actually output the strings are processed properly, there is no way around this, cleaning must be always done before output, not just storage; using real nulls where we do not know the value

commit 00b41d8fe1a6a8efe6d9ce79458c5b6a88fd9fe8
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 06 Apr 2010 19:34:10 +0800
Tag:    v2.0.0-rc1

MDL-21696 removing old translation UI which can not work any more + removing unused string_manager code

commit fb6b53724c2b29bcb22bd6329066f72041bb6db2
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 05 Apr 2010 05:18:57 +0800
Tag:    v2.0.0-rc1

MDL-22015 new amos string manager - needs new lang format and removal of '_utf8' suffix from dir names; caching is not implemented yet

commit 2098e5180a6ac125bba5039e133ec581bd1cb6b6
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 05 Apr 2010 04:32:21 +0800
Tag:    v2.0.0-rc1

MDL-16487 frontpage now properly detects all kinds of plugin upgrades and redirects to admin page - previously only main upgrade and modules forced the redirect + performance improvements (for admin account only)

commit 846e4e177efd947dcd883b262616acb0885c6c84
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 05 Apr 2010 03:58:03 +0800
Tag:    v2.0.0-rc1

MDL-16438 separating subplugin detection from the plugin_supports code because it was running into infinite loops in get_string() which is often incorrectly used in lib.php files, but the get_string() itself needs to know about subplugins

commit 6682cf181365b6aecefe19449f033dda7b888207
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 02 Apr 2010 16:26:59 +0800
Tag:    v2.0.0-rc1

MDL-22019 fixed notices caused by deleting blocks without unisntalling

commit 593c913d94ab37ac84d76e9ebe15ef1827784963
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 02 Apr 2010 16:23:08 +0800
Tag:    v2.0.0-rc1

MDL-22015 moving legacy stuff into the get_string() and making the function get_string() the public api, no other code should call the string_manager->get_string()

commit 20e0ad6cdefb861b9f61700b869d2be04cc06f28
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 02 Apr 2010 04:56:08 +0800
Tag:    v2.0.0-rc1

MDL-22015 more advances in frankenstyle usage needed for new amos_string_manager - fixed configurable admin dir

commit 88623be16865e38f7f4765f3db000cb7ee66b81f
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 02 Apr 2010 04:54:27 +0800
Tag:    v2.0.0-rc1

MDL-22015 more advances in frankenstyle usage needed for new amos_string_manager

commit 3dcdf440d7ec4ccfca2e0ba96eeab790371d0e0d
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 02 Apr 2010 04:33:15 +0800
Tag:    v2.0.0-rc1

MDL-21657 frankenstyle fix for incorrect rating plurals

commit b3130713afe568fcf6799862b3a4a1b2b356d3c4
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 02 Apr 2010 03:43:07 +0800
Tag:    v2.0.0-rc1

MDL-21694 moving message processor strings to correct plugin location

commit a845d68b9f552dce00778783e442017690019a28
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 02 Apr 2010 03:27:30 +0800
Tag:    v2.0.0-rc1

MDL-21694 moving filters strings to correct plugin location

commit ef330d9533d5bd5715d32e370bdc9a1cec2cacf6
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 02 Apr 2010 02:50:28 +0800
Tag:    v2.0.0-rc1

MDL-22015 AMOS - making room for new string manager

commit c80e7a15be0d6a09b49ea21be974b0e7186fc138
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 02 Apr 2010 01:14:55 +0800
Tag:    v2.0.0-rc1

MDL-22006 fixed problems with E_ALL in PHP 5.3., thanks Mauno Korpelainen for the report

commit 62cebcc7a3140412d819a8d3fd5dce60edc19f97
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 01 Apr 2010 20:19:37 +0800
Tag:    v2.0.0-rc1

fixed code completion

commit a8bad673aac5f16571058377a44b6c3de9755b8c
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 31 Mar 2010 16:42:36 +0800
Tag:    v2.0.0-rc1

MDL-21655 improved access control

commit 413ba14194862666e4224f8c6342dd13d414c7c9
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 31 Mar 2010 16:34:36 +0800
Tag:    v2.0.0-rc1

MDL-21655 whitespace fixed

commit cc3c90ac4084a5dacc5ba69bcd6219ab1bf118dd
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 31 Mar 2010 16:33:17 +0800
Tag:    v2.0.0-rc1

MDL-21655 whitespace fixed, better access control and moodle_url cleanup

commit 86758a5c604e6ff4ab9a44cc75e57e9500171b46
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 31 Mar 2010 16:23:33 +0800
Tag:    v2.0.0-rc1

MDL-21655 improved access control

commit 61ef8f9f88440fe334ec5a0b369aa0890228975a
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 31 Mar 2010 16:05:53 +0800
Tag:    v2.0.0-rc1

MDL-20204 removing deprecated admin headers

commit 4f0c2d0009a81995bae574b47e87f2ccbebfb8e2
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 31 Mar 2010 15:41:31 +0800
Tag:    v2.0.0-rc1

MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too

commit 50dea1b7915b4fb17d255ec60b41f7c09fbb5c44
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 31 Mar 2010 04:02:56 +0800
Tag:    v2.0.0-rc1

fixed incorect docs that were breaking install of mnet stuff

commit b64b465ca1b050d8221b565ba5263d826e257d1e
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 31 Mar 2010 03:59:54 +0800
Tag:    v2.0.0-rc1

MDL-21146 adding missing license install code

commit 81634f036dcdabf998fac4f8d0a099fc6ade4ece
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 31 Mar 2010 03:51:34 +0800
Tag:    v2.0.0-rc1

MDL-21993 somebody needs to fix the chicken-egg mnet problem during install/upgrade

commit 2c3c4c8d637ae7895f61f6097b530f350cc44106
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 28 Mar 2010 18:08:18 +0800
Tag:    v2.0.0-rc1

MDL-21940 removing the old custom exception handling from nonajax code too + redirects without messags are always better

commit 2696b976ae5692ecfce7af71647dcca979c4c586
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 28 Mar 2010 17:52:50 +0800
Tag:    v2.0.0-rc1

MDL-21940 comments migrated to new ajax error handler

commit 1adaa40466b94fa8066693f46b855e5d4d05b96b
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 28 Mar 2010 17:05:47 +0800
Tag:    v2.0.0-rc1

MDL-21938 support for json renderer and error handler

commit 14ff5477738588d97d09c1e46b77a181d70e801b
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 28 Mar 2010 05:06:31 +0800
Tag:    v2.0.0-rc1

MDL-21937 fixed reversed meaning of string

commit 1209cb5c88fad401ba5ab59a3013d3d487bc1108
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 24 Mar 2010 21:10:10 +0800
Tag:    v2.0.0-rc1

fixed regression in recent commit - context path

commit ff3ad2d9f8b4ef069be32de3a918a446fcfe2a42
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 24 Mar 2010 18:07:44 +0800
Tag:    v2.0.0-rc1

adding more upgrade info

commit 0f40b5b11702b8ac885b118030bfc2a6f509aff4
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 24 Mar 2010 17:25:21 +0800
Tag:    v2.0.0-rc1

adding more upgrade info

commit b753419065bab42e18b7802bd3fdf99433df5f36
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 24 Mar 2010 17:24:19 +0800
Tag:    v2.0.0-rc1

adding more upgrade info

commit 44f2977ccb50b384b46e25253b82a8a9ed8e0806
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 24 Mar 2010 17:20:20 +0800
Tag:    v2.0.0-rc1

adding more upgrade info

commit 8026a9439226969f7f7c9068266115667674038e
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 24 Mar 2010 17:10:14 +0800
Tag:    v2.0.0-rc1

adding more upgrade info

commit 8b49988e30bed9ae7c12d70851e549542ea59776
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 24 Mar 2010 16:12:30 +0800
Tag:    v2.0.0-rc1

MDL-21802 backporting patch for vulnerability in CAS client library

commit 070dea52cbcabd97ea65143040712ccf1886801b
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 22 Mar 2010 02:00:34 +0800
Tag:    v2.0.0-rc1

MDL-21400 fixed group sinlge selects

commit 68dc01ab4031ac7b519d045049f89ef7ad531d7d
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 22 Mar 2010 01:36:28 +0800
Tag:    v2.0.0-rc1

MDL-21887 fixed borked JS, but still the groups ajax needs a major cleanup

commit b975126adbcdcd5e48f835c2ed0450eb267e3779
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 21 Mar 2010 18:25:15 +0800
Tag:    v2.0.0-rc1

DL-21021 marking private_files block as standard plugin

commit c5d18164700c4a1763294fc5d3641d26f7dbc82c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 20 Mar 2010 21:46:15 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixed double encoding of html entities in debuginfo coming from the dml and ddl

commit 17e5633cab9f4091096d7278b7a14d8695252838
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 20 Mar 2010 19:49:48 +0800
Tag:    v2.0.0-rc1

MDL-21876 fixed incorrect uses of bound parameters - patch by Ashley Holman, thanks!

commit 86a25a0a7170c5edd233e650445f2c3a27495506
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 20 Mar 2010 19:17:43 +0800
Tag:    v2.0.0-rc1

MDL-21871 adding missing string for session autostart

commit 55a00e1027ec19ce52841348ad6b0854a15f0c21
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 20 Mar 2010 01:11:14 +0800
Tag:    v2.0.0-rc1

MDL-21788 string and setting cleanup of session regen, not needed in head where it is always on

commit cd1bca899f52617ee27828dad492aea97815351e
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 19 Mar 2010 16:00:29 +0800
Tag:    v2.0.0-rc1

MDL-21788 string and setting cleanup of session regen, not needed in head where it is always on

commit deaa8a19d88e50eefc0e8946cdc487a77fbd1c7a
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 19 Mar 2010 06:54:17 +0800
Tag:    v2.0.0-rc1

MDL-21859 fixed sesskey protection on email actions

commit 871e5728e2708d6f32887f515f485ea6229c5ec1
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 19 Mar 2010 06:15:41 +0800
Tag:    v2.0.0-rc1

MDL-21830 Prevent users from viewing names of all other site users - only teachers with role assign see the full name of not enrolled users when trying to access the profile

commit 9707279af6657f8f69f303c0844743a7c4f38c12
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 19 Mar 2010 06:00:09 +0800
Tag:    v2.0.0-rc1

MDL-21068 do not show admin usernames in cron logs

commit 9a439947c381cdb0de7c16cfdbdaf8c84eee2fb0
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 19 Mar 2010 05:23:15 +0800
Tag:    v2.0.0-rc1

MDL-21649 fixed form value quoting

commit 8db38eab80aa461057903fcec4b5c0800777c0ec
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 19 Mar 2010 04:59:58 +0800
Tag:    v2.0.0-rc1

MDL-21818 fixed globals problems

commit f3afba4e1954b6d708ce7d5e42b25f88e0ea4504
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 18 Mar 2010 15:41:57 +0800
Tag:    v2.0.0-rc1

MDL-21851 adding idalias to user_picture::fields()

commit c676fe67173a201cd61f20ec4974e95d61a1864f
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 10 Mar 2010 16:47:15 +0800
Tag:    v2.0.0-rc1

MDL-21789 fixed buggy handling of 0.00 in s()

commit b16b5857f072063b2a5e126660e1675bf50420fa
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 10 Mar 2010 16:42:44 +0800
Tag:    v2.0.0-rc1

MDL-21790 fixed dml conversion regression - credit goes to Evan Irving-Pease for the patch and discovery, thanks

commit b67bb4220110a4374d7e95090d8e2b58af4bbbba
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 07 Mar 2010 23:30:02 +0800
Tag:    v2.0.0-rc1

MDL-21769 fixed input validation

commit cc27235e444fdc1d35a74d6adcc4c336248df318
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 07 Mar 2010 23:24:37 +0800
Tag:    v2.0.0-rc1

MDL-21769 fixed input validation

commit 32148582ff3f5a05d027ba0e034720e6733ed213
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 07 Mar 2010 23:16:38 +0800
Tag:    v2.0.0-rc1

MDL-21769 fixed input validation

commit 6fdbd16203cc128e5b11d03eedd74c9fb5f71999
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 07 Mar 2010 22:58:19 +0800
Tag:    v2.0.0-rc1

MDL-21767 fixed input validation

commit 01a2ce80ec602bb73c106edfa5d56cf6dfd999ba
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 07 Mar 2010 17:28:54 +0800
Tag:    v2.0.0-rc1

MDL-21710, MDL-21711 new permissions evaluation and overriding UI

commit 00dadbe16475417f644c420611ac4c8714951aad
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 02 Mar 2010 19:51:36 +0800
Tag:    v2.0.0-rc1

MDL-21742 fixed serious regressions - require_login(); could not be called after setting up themes (we need this in several places, this will be improved later) + it is too late to set up default local in require_login() because some scripts may not even call this - such as CLI

commit 822eccef128274656b6c2937d8ea71edb7b19850
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 28 Feb 2010 23:47:47 +0800
Tag:    v2.0.0-rc1

MDL-14632 regression fix - readding user tabs that were removed without any replacement

commit b3763bf6a76f64559a4afbf33e6c307d0b37d9c1
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 28 Feb 2010 07:05:17 +0800
Tag:    v2.0.0-rc1

fixed regression - readding user edit tabs, those are really necessary big grin

commit db785816ad92e4b23c608352faac744751482e49
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 28 Feb 2010 06:45:29 +0800
Tag:    v2.0.0-rc1

MDL-20204 finally deprecated admin_externalpage_print_header()

commit 54b8f86f1617c4c6a88d696fc19317945d10c7ed
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 27 Feb 2010 19:59:23 +0800
Tag:    v2.0.0-rc1

fixed wrong include_once() - tabs.php is not a library file

commit 45c6bf6c891611d20dfd29c77cca392712405428
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 25 Feb 2010 15:48:57 +0800
Tag:    v2.0.0-rc1

MDL-21723 fixed rression, thanks Ben Dailey

commit c564ee2ac840937c113c646848508461191900dc
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 24 Feb 2010 00:39:56 +0800
Tag:    v2.0.0-rc1

MDL-21704 fixed recent regression

commit 3e4735f4597cfd671ca3d5bca5c8de04e58e3f7c
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 19 Feb 2010 02:24:26 +0800
Tag:    v2.0.0-rc1

MDL-21361 removed invalid unit tests for features that were removed or significantly redesigned

commit 26acc814eb056a5c76a9b960566287dee585785b
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 19 Feb 2010 02:15:56 +0800
Tag:    v2.0.0-rc1

MDL-20204 fixed html-writer::tag() parameter order to match the rest of the api

commit 8cea545e0b8e23e0bdb5009d3be9f5c5a0c6f864
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 18 Feb 2010 03:33:24 +0800
Tag:    v2.0.0-rc1

MDL-20204 started refactoring of html_table + more cleanup

commit dd72b308edb92eece7f349de603e6c591fc20f99
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 18 Feb 2010 02:36:26 +0800
Tag:    v2.0.0-rc1

MDL-20204 blocks rendering does not depend on html_component any more

commit 5be262b66f3aa9ffea24b33c3739adc9ce9a0d10
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 18 Feb 2010 01:56:26 +0800
Tag:    v2.0.0-rc1

MDL-20204 converting html_list

commit 4ee753eb8316e001a0e034606b58b91fefba8b48
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 18 Feb 2010 01:17:45 +0800
Tag:    v2.0.0-rc1

MDL-20204 converting html_span to html_writer

commit 929d7a8362d2a16847f4dab94191572e444cd3c1
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 18 Feb 2010 00:59:41 +0800
Tag:    v2.0.0-rc1

MDL-20204 converted paging_bar to new coding style + fixed regressions from recent commits

commit 85fc9c87c849013b15aded2c9fef101dcbd3dc5a
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 17 Feb 2010 01:36:03 +0800
Tag:    v2.0.0-rc1

removed html_label

commit f7065efe1e1bd030a0dfc828de9e8c9b716015f9
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 17 Feb 2010 01:35:26 +0800
Tag:    v2.0.0-rc1

MDL-20204 removed labelled_html_component

commit ce0110bf9515e7954de0e78568da4425dc53f8ed
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 17 Feb 2010 01:33:13 +0800
Tag:    v2.0.0-rc1

MDL-20204 replaced html_button

commit 0029a91734b5d73ffb27508d3faa1aad21945bc8
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 17 Feb 2010 01:31:35 +0800
Tag:    v2.0.0-rc1

MDL-20204 replaced html_icon with pix_icon handling

commit 56ddb719e90f14caf7d873a16c822aa52a198bf6
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 17 Feb 2010 01:23:49 +0800
Tag:    v2.0.0-rc1

MDL-20204 finaly replaced all html_link uses

commit c63923bddb5ac6374b05eae3f6fe1001adadc4dc
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 17 Feb 2010 00:24:49 +0800
Tag:    v2.0.0-rc1

MDL-20204 converted action_icon

commit 3ea5951efba564d65c0f2bc1a14ea14d06c5d162
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 16 Feb 2010 23:27:16 +0800
Tag:    v2.0.0-rc1

MDL-20204 converting some more html_links

commit 2daed78a86ab57aecefce39b6091c3d6a61d6ae5
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 16 Feb 2010 03:24:08 +0800
Tag:    v2.0.0-rc1

MDL-21534 refactoring to match coding style of gui_header_js + fixing mouse events handlers + some subplugin notes

commit 0475b6c74dc6ee70582e02288fcdb0e01017552d
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 16 Feb 2010 03:23:17 +0800
Tag:    v2.0.0-rc1

MDL-21534 refactorign one giant class that handles three different pages with the same methods + removing problematic YUI.add() + some subplugin notes

commit 2c0d78395cbbf55d6704fd8408c9ab17528931b8
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 16 Feb 2010 03:05:33 +0800
Tag:    v2.0.0-rc1

MDL-20204 fixing problematic flash test when using non standard headers

commit b4430cd698915610c42f8d1a0eed700ffd7d3e5f
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 16 Feb 2010 00:26:26 +0800
Tag:    v2.0.0-rc1

MDL-21535 adding missing M.util.in_array

commit 0a0a507c9502a5ec0c713414428edf9a0fe40600
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 16 Feb 2010 00:12:53 +0800
Tag:    v2.0.0-rc1

MDL-21535 hidden activities now handled in require_login(), removing duplicate code

commit 9a9012dc8fdb0ff848fbf1bee92bc7572d808879
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 15 Feb 2010 04:18:10 +0800
Tag:    v2.0.0-rc1

MDL-21590 fixed icons in navigation lib + clean up of modinfo (planned removeal of legacy use of urlencode since 1.8 - we use serialize and utf8 is ok now)

commit 5bb3ef7388aaa6892474b2104296de728e416c08
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 15 Feb 2010 03:57:27 +0800
Tag:    v2.0.0-rc1

MDL-21400 termopary workaround for regression

commit f9fc1461bac9be3d2057009eb37db42ac90f036d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 14 Feb 2010 17:29:44 +0800
Tag:    v2.0.0-rc1

MDL-21590 fixed recent regression in nav icons - now using new pix_icon instead of urls, have to rework extra icon handling in resources though

commit e6a3ea28a4897a3e278ebf7e1a50543d2ccf783e
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 14 Feb 2010 16:56:57 +0800
Tag:    v2.0.0-rc1

MDL-21591 fixed regression in JS calls

commit 63eaea4515d2529491376070dd4225d4d961c02b
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 12 Feb 2010 02:58:06 +0800
Tag:    v2.0.0-rc1

MDL-21581 fixed silly typo, thanks penny

commit 9bf163146ba72ea7e2660c8f4e328584dde0c689
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 12 Feb 2010 02:50:55 +0800
Tag:    v2.0.0-rc1

MDL-20204 more html_link converstions

commit 57cd3739a411cfd32193cac2799c0e066ad1f9f3
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 12 Feb 2010 00:56:00 +0800
Tag:    v2.0.0-rc1

MDL-20204 converting link to html_writer or action_link

commit 75015e5fc1ba81e18f556ae34bab99da6872788b
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 12 Feb 2010 00:27:53 +0800
Tag:    v2.0.0-rc1

MDL-20204 converting link to html_writer or action_link

commit c80877aa0edea36842c824a8acf403235e19e3c6
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Feb 2010 23:44:06 +0800
Tag:    v2.0.0-rc1

MDL-20204 fixed recent regressions + improved action handling - sorrrry

commit 000c278cffd5b188055303b540096e1a8f2eb541
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Feb 2010 22:59:00 +0800
Tag:    v2.0.0-rc1

MDL-20204 new pix_icon renderable widget

commit 4aea3cc7cd4c09a73299346f05703bb247b04f6c
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Feb 2010 21:27:02 +0800
Tag:    v2.0.0-rc1

MDL-20204 the ultimate fix for our frames (theyare not accessbile, but anyway); instead of adding the target to each element when creating html we use yui to set the target from page footer via JS - this fixes the links and forms in all elements in pages with frametop layout

commit ae6b4634429022c27d8687958b332e1b39b72009
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Feb 2010 21:09:30 +0800
Tag:    v2.0.0-rc1

MDL-21581 fixed regression + eliminated one query when mnet not enabled

commit 821e29ee1995e3f9feb9ed0f5c804a5325393429
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Feb 2010 18:39:22 +0800
Tag:    v2.0.0-rc1

MDL-20204 more cleanup

commit f0b6192e608eda0c087d36f8981d046d674d7820
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Feb 2010 18:37:19 +0800
Tag:    v2.0.0-rc1

MDL-20204 conversion to html_writer

commit 4ed857901a849b62c2f67918abe544a41fa6fed5
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Feb 2010 18:32:39 +0800
Tag:    v2.0.0-rc1

MDL-20204 fianl cleanup - removing obsolete renderer stuff

commit d9df2a8993661de3e449f46a102d697214c05004
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Feb 2010 18:24:59 +0800
Tag:    v2.0.0-rc1

MDL-20204 fixed regression

commit 7de131039acee49dea088b865387d686061ebb50
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Feb 2010 18:22:22 +0800
Tag:    v2.0.0-rc1

MDL-20204 migrated checkbox to html_writer

commit 4461cc604d6b71a632f16217b8394fdeb028b92c
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Feb 2010 18:12:59 +0800
Tag:    v2.0.0-rc1

MDL-20204 selects now removed from renderers, now livingi n html_writer - yay!

commit 3224f709d7b98887d621e9fe7c1cd5d4c0268a15
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Feb 2010 18:03:28 +0800
Tag:    v2.0.0-rc1

MDL-20204 selects conversion

commit 064527d6b08a57384113f7c9ddf61e86d25041ef
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Feb 2010 17:57:33 +0800
Tag:    v2.0.0-rc1

MDL-20204 select conversion

commit 593a43b673636b481fd7dc39fce53ee40b7f4c0e
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Feb 2010 17:46:03 +0800
Tag:    v2.0.0-rc1

MDL-20204 select conversion

commit af90698b927a37256c58dab0e4fd61b3ef42dae3
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Feb 2010 17:28:14 +0800
Tag:    v2.0.0-rc1

MDL-20204 select conversion

commit 46233511f544cbc40f0abad1272495a18a9e5721
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Feb 2010 17:27:36 +0800
Tag:    v2.0.0-rc1

MDL-20204 removing stuff used on old mod edit forms that are not in 2.0 any more - we use mforms now only

commit c5dbaba9cff78b5ac23d323d0193ff67f75748a6
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Feb 2010 17:18:13 +0800
Tag:    v2.0.0-rc1

MDL-20204 converted selects

commit 2ea56951482971555e738502a6e5ea05b89743d3
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Feb 2010 17:12:17 +0800
Tag:    v2.0.0-rc1

MDL-20204 converted select + JS on participation page

commit 93af06be285175daa30d022c8210c508a9d32c5f
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Feb 2010 16:43:39 +0800
Tag:    v2.0.0-rc1

MDL-20204 converted more selects in forms

commit 2849ddc667400d8ec873b03b54b41ea57e73d7a7
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Feb 2010 00:27:49 +0800
Tag:    v2.0.0-rc1

MDL-21577 removing tests for removed features

commit f3c950e4c121e75ac262987839c6dd033c8e72a7
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Feb 2010 00:26:23 +0800
Tag:    v2.0.0-rc1

MDL-21577 fixed regression

commit 18300e6b50f9fc4db6154704daf1aa521bfba9c0
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Feb 2010 00:21:49 +0800
Tag:    v2.0.0-rc1

MDL-21577 fixed typos

commit edc28287b2a4af1d2138fb9d9ae26642765b70ab
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 11 Feb 2010 00:20:28 +0800
Tag:    v2.0.0-rc1

MDL-21577 converting select auto submit code

commit baa50557ac8f672ae8eb1affc45f3688d74b2240
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 10 Feb 2010 23:52:34 +0800
Tag:    v2.0.0-rc1

MDL-21577 fixed regression, thanks James Gheel for the patch

commit f83b9b63aea7328386390c4e4bf8c055f08ea5b7
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 10 Feb 2010 22:27:03 +0800
Tag:    v2.0.0-rc1

MDL-20204 legacy time selects converted, please note we should always use mforms if possible

commit 78bdac6449033911e1bc6da7887d545d88fce050
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 10 Feb 2010 22:05:07 +0800
Tag:    v2.0.0-rc1

MDL-20204 converting yes_no selects

commit 81aba78d05ca8692686a202e484241ce1022a5c6
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 10 Feb 2010 20:00:18 +0800
Tag:    v2.0.0-rc1

MDL-20204 all popup forms converted

commit 94fa6be479a29ef1d0dff82b3d04f1f3360785e0
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 10 Feb 2010 19:51:49 +0800
Tag:    v2.0.0-rc1

MDL-20204 more single_selects converted

commit 4cd3dac9906d8b110235d9165a372dd962f74f14
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 10 Feb 2010 19:38:14 +0800
Tag:    v2.0.0-rc1

MDL-20204 sorry for the forgotten debug code

commit 54aa3239c7262ac608b9626054b83dcaa584eeff
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 10 Feb 2010 19:35:54 +0800
Tag:    v2.0.0-rc1

MDL-20204 fixed regression from button conversion

commit a5f655adcc3d43eaff26f0d1bd189a715aa8857b
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 10 Feb 2010 19:34:59 +0800
Tag:    v2.0.0-rc1

MDL-20204 init weirdness TODO

commit 31dadc6fee4a48c4cf20245626fe0dcedc20a23b
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 10 Feb 2010 19:25:17 +0800
Tag:    v2.0.0-rc1

MDL-20204 more steps away from old popup_form

commit f1a3e072fabed098d5b0e1efe25eae865f40671b
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 10 Feb 2010 18:55:51 +0800
Tag:    v2.0.0-rc1

MDL-20204 using url_select

commit ab08be983924055932f32a2ded04443751391e74
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 10 Feb 2010 18:23:09 +0800
Tag:    v2.0.0-rc1

MDL-20204 fixed docs

commit 4d10e57985c5b695eb171ba6ed12a3bb268214a6
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 10 Feb 2010 18:22:25 +0800
Tag:    v2.0.0-rc1

MDL-20204 new url_select widget

commit 0b2cb1327ad5a9f3e9169fbb7cbf85e3a1acee49
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 10 Feb 2010 17:46:44 +0800
Tag:    v2.0.0-rc1

MDL-20204 added forgotten support for disabled in single_select

commit f8dab96615e33491f51c8b63ed798a2965a6900b
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 10 Feb 2010 17:37:50 +0800
Tag:    v2.0.0-rc1

MDL-20204 a lot more steps away from html_select

commit 6fe3775a2d492bf38149de2a3c87e58971895203
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 10 Feb 2010 03:50:11 +0800
Tag:    v2.0.0-rc1

MDL-20204 some more steps away from html_select

commit aebddebb97bee18e02fa2fe26f7fa8a541e22dc1
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 10 Feb 2010 03:23:11 +0800
Tag:    v2.0.0-rc1

MDL-20204 more steps away from html_select

commit 2f0e96e44744cfd4b254f0fbe8a3b065b6bb8f37
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 10 Feb 2010 02:54:03 +0800
Tag:    v2.0.0-rc1

MDL-20204 one more step away from html_select

commit 6bacd339261d67cee180b3a6d441bca078191599
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 10 Feb 2010 02:17:21 +0800
Tag:    v2.0.0-rc1

MDL-20204 converting to new checkboxes

commit 538684258ab48edd063bf89b4c1029fd057f3a83
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 10 Feb 2010 02:16:14 +0800
Tag:    v2.0.0-rc1

MDL-20204 new html_writer::checkbox fixed

commit 14dce022db6a400f346f9f73c55b1821a63c72df
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 10 Feb 2010 02:04:16 +0800
Tag:    v2.0.0-rc1

MDL-20204 new html_writer::checkbox

commit 2e866010a330c99370c2ed457b7a21f226ea5f84
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 10 Feb 2010 01:56:26 +0800
Tag:    v2.0.0-rc1

fixed regression

commit a9967cf5a535a4d9b617502d31c1b4f20eae7987
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 10 Feb 2010 01:39:13 +0800
Tag:    v2.0.0-rc1

MDL-20204 new single_select + cleanup

commit 8dd14645dac281cab3fac0e1eb9e60552749627e
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 09 Feb 2010 22:48:29 +0800
Tag:    v2.0.0-rc1

MDL-21400 yet another IE weirdness fixed

commit 885ea6df1b5ebf9f334486e110309f3660abdc54
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 09 Feb 2010 21:39:37 +0800
Tag:    v2.0.0-rc1

fixed sloppy IE regression, sorrrryyyyy

commit c09e1a2cb7b509b6ea0ae8e0c910a789f09b03d0
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 09 Feb 2010 00:50:12 +0800
Tag:    v2.0.0-rc1

MDL-21557 potential fix for IE CSS issues in debug mode

commit 427649bfdfe10d1df1a45f61054cec9ff66f7a2c
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 09 Feb 2010 00:26:15 +0800
Tag:    v2.0.0-rc1

MDL-21392 it is possible to have settings without Save button

commit 916276fc0a7ed96172d303c21dcaa8c187c71724
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 08 Feb 2010 04:12:31 +0800
Tag:    v2.0.0-rc1

MDL-20204 more outputlib changes towards separate html_writer

commit 4c1f394246cc53336eb0c9e3ec4baf671102e657
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 07 Feb 2010 21:26:28 +0800
Tag:    v2.0.0-rc1

MDL-21400 apparently tinymce loading is not compatible with our brand new JS caching yet wink

commit cd2bbdabb738533472e198896062fd4e655092a5
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 07 Feb 2010 21:18:03 +0800
Tag:    v2.0.0-rc1

MDL-21400 main version bump - initialised jsrev counter

commit baeb20bba319c5226d124f4d87e4811a5e93d19f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 07 Feb 2010 21:08:46 +0800
Tag:    v2.0.0-rc1

MDL-21400 thems and JS now using the same script naming convention and parameter style

commit 6597e6b7aeed0e605972a24338e1a83a5d32b8d6
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 07 Feb 2010 20:58:25 +0800
Tag:    v2.0.0-rc1

MDL-20601 added missing covnersion of url placeholders

commit 0139ec3fe6f658d6f2a3579ad0119c53641d9617
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 07 Feb 2010 20:50:53 +0800
Tag:    v2.0.0-rc1

MDL-21400 finally, gzip for JS files and proper caching - without admin UI for now (off by default)

commit 2b728cb5e117dcd6a46ff65c9026718275c83df5
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 07 Feb 2010 17:43:07 +0800
Tag:    v2.0.0-rc1

MDL-21420 finally moving old global mstr to new M.str.

commit 87ad1edcd6572515a669e4cbfd080a69a66fd47d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 07 Feb 2010 17:34:19 +0800
Tag:    v2.0.0-rc1

MDL-21400 JS modules now include needed strings in module description + fixed some string and icon issues in file picker

commit 0bb38e8c044a997237810c38cecc97c6b9da3a25
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 07 Feb 2010 16:45:21 +0800
Tag:    v2.0.0-rc1

MDL-21400 JS != ajax and page requirements are also CSS - making new special lib file for page requirements

commit 57d9e586e81a539e57663b0e5c89095fca80a620
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 07 Feb 2010 03:44:58 +0800
Tag:    v2.0.0-rc1

MDL-21400 imscp module converted to new JS coding style

commit 842f2914937dc15daf277db3d5c9f4b7244662fc
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 07 Feb 2010 03:43:35 +0800
Tag:    v2.0.0-rc1

MDL-21400 fixed filepicker regression

commit 35eafad0ecfc409175a2f81e62373330b5cf72af
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 07 Feb 2010 03:41:20 +0800
Tag:    v2.0.0-rc1

MDL-21400 fixed borked yui CSS when image contained "_"

commit dcd622920133c513add624a3423c34d403bd511d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 07 Feb 2010 03:39:28 +0800
Tag:    v2.0.0-rc1

MDL-21400 fixed yui2 laoding from footer

commit dd9b1882c66f23053242bd09d3fd24b7bf1d624c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 07 Feb 2010 02:47:44 +0800
Tag:    v2.0.0-rc1

MDL-21400 fixed my own ugly mess in resizing of embedded stuff + converted to YUI3

commit aedda1492744f198c6a0bcd7f26f4003394c3dc0
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 07 Feb 2010 01:58:07 +0800
Tag:    v2.0.0-rc1

MDL-21400 converted mod/folder to new JS coding style

commit 20fb563e97a7d27024f30e2273961ad84083c268
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 07 Feb 2010 01:35:11 +0800
Tag:    v2.0.0-rc1

MDL-21400 JS confirm dialog converted to YUI3/2

commit 26114d526f1dc164e21afa9026fb0fe2d50a26e7
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 06 Feb 2010 23:59:29 +0800
Tag:    v2.0.0-rc1

MDL-21400 removing some YUI2 extras

commit 3244d9cc5717d6b5f3ebaeca2dc990a35c8518bc
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 06 Feb 2010 23:26:47 +0800
Tag:    v2.0.0-rc1

MDL-21400 load as few YUI2 as possible

commit 41912a261fb216d3c2be64edb7fbfe21fd976024
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 06 Feb 2010 23:20:24 +0800
Tag:    v2.0.0-rc1

MDL-21400 converting JS set_user_preference to M namespace and YUI3

commit 3b044ba347ef7597dbaece15e60c0d054c0f667d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 06 Feb 2010 23:08:12 +0800
Tag:    v2.0.0-rc1

MDL-21400 converting help tooltips to YUI3/2

commit 593f9b87036fc700eae08af84be60fdbb83cfc16
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 06 Feb 2010 22:45:17 +0800
Tag:    v2.0.0-rc1

MDL-21400 finalising JS api - removing ->on_dom_ready (now bool param in js() and js_init_call()) and after_delay() (again int parameter) - the reason is it was adding unnecessary complexity and it is used in just a few places that will be eventually converted to the new js_init_call() anyway

commit 60409fe103117a1188384fe1da68c54f2997cb1c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 06 Feb 2010 22:09:33 +0800
Tag:    v2.0.0-rc1

MDL-21532 ->in_head() now really exceptional (after overrlib removal there will be just a few of them)

commit 781bd8aed56873aee84bc15695166bc9eda6e050
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 06 Feb 2010 21:56:31 +0800
Tag:    v2.0.0-rc1

MDL-21400 removed js_object_init, the new js_init_call is a new replacement which encourages our new standard coding style

commit 7d54028d598dfe3c53597b1c22d3f0a5e570e495
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 06 Feb 2010 21:34:54 +0800
Tag:    v2.0.0-rc1

MDL-21400 the correct namespace for blcoks is M.block_xxx, not M.blockS_xxx - the /blocks/ directory name is ugly exception, we use singulars everywhere else

commit cd9729e405eedfe1df7088e9978e59d53b092f52
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 06 Feb 2010 21:30:15 +0800
Tag:    v2.0.0-rc1

MDL-21400 ->in_head() from deprecated data_for_js(), this actually also fixes order of loading of libs+init code

commit ea4666e71d6106ed3f7bcc3e0fa3211866826023
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 06 Feb 2010 21:00:51 +0800
Tag:    v2.0.0-rc1

MDL-21400 removing inhead - not tested

commit 4abd5b9b2ad5c6d4bf260bf153fde465309660c9
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 06 Feb 2010 20:58:19 +0800
Tag:    v2.0.0-rc1

MDL-21400 migrated falsh detection to YUI3

commit 0a7b1f11cfd8ead9a31a293b3b20fa23d3759c95
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 06 Feb 2010 20:43:03 +0800
Tag:    v2.0.0-rc1

MDL-21400 removing unneeded in_head()

commit fad653904f1908bbd43b269045c366a44dc58b32
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 06 Feb 2010 20:41:09 +0800
Tag:    v2.0.0-rc1

MDL-21400 converted ufo embedding to new style

commit 5f3bf83fd5d3be74444eafcc0171760fb6b46f57
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 06 Feb 2010 20:38:07 +0800
Tag:    v2.0.0-rc1

MDL-21400 converted message JS to new coding style, I was unable to test this because th UI is a bit borked now

commit 789ff38c477924a2fb254da1ac1b734d0b657fef
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 06 Feb 2010 20:12:23 +0800
Tag:    v2.0.0-rc1

MDL-21400 converted iplookup to YUI3, removed in_head()

commit c6f5f39ad5b3598d23f3e563c055530d14b23f71
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 06 Feb 2010 20:11:34 +0800
Tag:    v2.0.0-rc1

MDL-21400 fixed & quoting issues

commit 2169e664f287ee5d4b4558282090bbe87685a1b5
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 05 Feb 2010 16:31:52 +0800
Tag:    v2.0.0-rc1

MDL-21503 RIP global Y

commit 80df574414befa4a8be7b488693e5a8afb632ce4
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 05 Feb 2010 16:31:28 +0800
Tag:    v2.0.0-rc1

MDL-21503 fixed unintended use of global Y

commit 76c0123b0e93954941625d6b69855f6aef21f685
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 05 Feb 2010 06:41:49 +0800
Tag:    v2.0.0-rc1

MDL-21400 completion manual toggle ajax converted to YUI3, simplified a bit, replaced textual feedback with standard ajax progress indicator spinning icon (fully themable)

commit 9cd2295b201c8f35e4e41c9d2ba6f3e129ade2ac
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 05 Feb 2010 05:40:20 +0800
Tag:    v2.0.0-rc1

MDL-21400 adding missing ;

commit 8c194133a2b48bc4ad9a2faa8c7ec4f31eb08bcf
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 04 Feb 2010 01:50:26 +0800
Tag:    v2.0.0-rc1

MDL-21400 unbreaking course completion manual marking + fixing security issues there; YUI3 coversion is the next step

commit db09524d89deeaf5804e4f49afc0832694df18fb
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 04 Feb 2010 01:20:01 +0800
Tag:    v2.0.0-rc1

MDL-20204 fixed HTML_ATTR_EMPTY regression

commit ecbe80cfc93098d45d5609bad13adad5bf14caed
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 04 Feb 2010 00:53:41 +0800
Tag:    v2.0.0-rc1

MDL-21400 migrated courseparticipation report to new JS coding style

commit aa2dea707facc68d684bd814b57258ec467544ae
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 04 Feb 2010 00:49:40 +0800
Tag:    v2.0.0-rc1

MDL-20204 minor improvement

commit 97c100999a381f738e8b3fcc04b383b06150ed75
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 04 Feb 2010 00:27:52 +0800
Tag:    v2.0.0-rc1

MDL-20204 removed problematic HTML_ATTR_EMPTY, simply use null instead + removed incorrect trimming of values (yes, leading/trailing spaces are sometimes valid attribute values too!)

commit bdf693894fed203a2a59037fff7dd6d6fcc2851a
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 03 Feb 2010 22:43:13 +0800
Tag:    v2.0.0-rc1

MDL-21400 fixed regression in chrome, safary etc. - it is not allowed to use reserved "delete" keyword as method name, fixed comment

commit 38673bfe7ed7ee4431c10b3bf5b97badaef07c89
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 03 Feb 2010 22:41:43 +0800
Tag:    v2.0.0-rc1

MDL-21400 fixed regression in chrome, safary etc. - it is not allowed to use reserved "delete" keyword as method name

commit 4c508047ebfbae18ac9b37d60245c4554472ed98
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 03 Feb 2010 22:36:53 +0800
Tag:    v2.0.0-rc1

MDL-21400 converting forms stuff to new M namespace and using standardised JS module coding style, fixed some regressions - for now works in FF only

commit 5f81eeeacacc060ed9c197f964d7823ff8b75689
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 03 Feb 2010 21:44:34 +0800
Tag:    v2.0.0-rc1

MDL-21503 fixed regression

commit 384ab39a6262e9e87fef52978fa4a5b47d4d5cc4
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 03 Feb 2010 17:32:02 +0800
Tag:    v2.0.0-rc1

MDL-21503 eliminating global Y

commit 76418c143b3d068dc0f8954b497ebea0fa60b8e8
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 03 Feb 2010 17:26:38 +0800
Tag:    v2.0.0-rc1

MDL-21400 fixedsloppy regression, sorry

commit 7d7a7e908f28a66b3fdc53336de3b18fe9e06d8c
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Jan 2010 18:44:17 +0800
Tag:    v2.0.0-rc1

MDL-21404 RIP $PAGE->requires->*()->now()

commit 88515081c859f30340fe20be9163da7b55f6bc37
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Jan 2010 18:42:25 +0800
Tag:    v2.0.0-rc1

MDL-21403 RIP $PAGE->requires->*()->asap()

commit 10eaeca808f6baccae67665ee0cdaaad517eae0a
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Jan 2010 18:35:13 +0800
Tag:    v2.0.0-rc1

MDL-21403 hardcoded JS legacy code should not use new $PAGE->requires-> api, switching to html_writer instead + improved ufo embedding

commit 56686903219bfab05151cb533851db9f13852988
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Jan 2010 18:22:58 +0800
Tag:    v2.0.0-rc1

MDL-21403 hardcoded JS legacy code should not use new $PAGE->requires-> api, switching to html_writer instead

commit 25b6fe050c4d751d76a94cd20622985fdfc0027e
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Jan 2010 18:17:41 +0800
Tag:    v2.0.0-rc1

MDL-21403 hardcoded JS legacy code should not use new $PAGE->requires-> api, switching to html_writer instead

commit 5a197e9130d47888acbc35e7b05b93a2a4109d7e
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Jan 2010 18:12:10 +0800
Tag:    v2.0.0-rc1

MDL-21400 maring data_for_js as deprecated because it encourages bad coding style

commit c17f05fb2fb82964ec43d776bb38030932709b3b
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Jan 2010 17:58:19 +0800
Tag:    v2.0.0-rc1

MDL-21403 getting rid of all asaps

commit 1e015f18733af3db477e0d64511eb90b7e96aae5
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Jan 2010 17:53:52 +0800
Tag:    v2.0.0-rc1

MDL-20204 removing usused styles

commit df35647860b4fd11786fbcb2504ffad29179e7ae
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Jan 2010 17:53:24 +0800
Tag:    v2.0.0-rc1

MDL-21403 hardcoded JS legacy code should not use new $PAGE->requires-> api, switching to html_writer instead fix

commit e92b7f60a6a558da7ed5a32b94d8f3a5913602fb
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Jan 2010 17:52:30 +0800
Tag:    v2.0.0-rc1

MDL-21403 hardcoded JS legacy code should not use new $PAGE->requires-> api, switching to html_writer instead

commit cd1b2ceecdc9e72d52caad3bcd30611d08934125
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Jan 2010 17:44:55 +0800
Tag:    v2.0.0-rc1

MDL-21403 removing some more asaps

commit 6c772bcbf2f66fe101ddfb09ce5f7fad9b38aca5
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Jan 2010 17:36:00 +0800
Tag:    v2.0.0-rc1

MDL-21403 hardcoded JS legacy code should not use new $PAGE->requires-> api, switching to html_writer instead

commit 2d65597b6c7b8d67be6ffbba4d85d16befaf216b
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Jan 2010 17:32:21 +0800
Tag:    v2.0.0-rc1

MDL-21403 removing ->asap() used for flicker-lessremoval of go button, no use .hiddenifjs class instead

commit a62d5845ef545693756f10edfebdbe8b185ea0ff
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Jan 2010 17:01:57 +0800
Tag:    v2.0.0-rc1

MDL-21403 removing ->asap() from $PAGE->requires, legacy stuff has no place in new api, sorry

commit 8ce04d51a1b20798065b59d9ea9f72f5f749534f
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Jan 2010 17:00:50 +0800
Tag:    v2.0.0-rc1

MDL-21435 fixed regression

commit c66a13b2d88b4ffc11a432d7791cf7647adf716a
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Jan 2010 16:58:51 +0800
Tag:    v2.0.0-rc1

MDL-21435 moje JS improvements

commit 487e5d026baf71467e209aa8db1f27b83567cc0a
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Jan 2010 16:56:34 +0800
Tag:    v2.0.0-rc1

MDL-21435 fixed regression in BC code

commit e333d9dd1ab0dd933a1226df17270677a6530b9d
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Jan 2010 16:54:37 +0800
Tag:    v2.0.0-rc1

MDL-21400 fixed requires

commit e3f4e3cadf71a89c1b4424c38259351a16f62c41
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Jan 2010 16:38:00 +0800
Tag:    v2.0.0-rc1

MDL-21400 yui3 lib includes from php are not necessary any more, removing from public API

commit 2b8c3f8c1a6753e6a29d7e3d94d0d71c4a823c8a
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 26 Jan 2010 16:33:21 +0800
Tag:    v2.0.0-rc1

MDL-21435 api changes and simplification needed for JS caching and compression

commit 9786fbfac40af3cd7777fce1943925ca76706479
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 25 Jan 2010 03:37:46 +0800
Tag:    v2.0.0-rc1

MDL-21400 migrated roles JS to YUI3 and new modular structure

commit 1b4e41af17f87d6f63f8b9a257e305bfba00be95
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 25 Jan 2010 03:34:44 +0800
Tag:    v2.0.0-rc1

MDL-21400 fixe null param in js funcion call

commit 42223422830315e738cd4a03c59496a7986811f5
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 25 Jan 2010 02:24:18 +0800
Tag:    v2.0.0-rc1

MDL-21400 improved coding style

commit 81bd56ad4f9eb261597ef795a19097f4d93c155b
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 25 Jan 2010 02:11:25 +0800
Tag:    v2.0.0-rc1

MDL-21400 improved coding style

commit f104d382122624b382ded63d3ed22ecf85588ef5
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 24 Jan 2010 18:59:10 +0800
Tag:    v2.0.0-rc1

MDL-21400 removed unnecessary yui2 includes

commit 7e5f3db4d4ea000ae5125e157793952f247a2fff
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 24 Jan 2010 18:41:15 +0800
Tag:    v2.0.0-rc1

MDL-21400 global Y is evil

commit 38224dcb60c4e567981b96e7ebd234897bceec1a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 24 Jan 2010 18:34:02 +0800
Tag:    v2.0.0-rc1

MDL-21400 collapsible_region moved to M, using CamelCase for JS classes because it is otehrwise extremely hard to actually know what is instance and what is class + switched to js_init_call()

commit fc367afb6c63079221ed9f71f63b60fa73be3c90
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 24 Jan 2010 08:05:37 +0800
Tag:    v2.0.0-rc1

MDL-21400 collapsible region fixed and converted to YUI3

commit d825355a768e97d303e6435fbb7dfe7c5247f333
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 24 Jan 2010 02:30:16 +0800
Tag:    v2.0.0-rc1

MDL-21400 fixed whitespace, sorrry

commit 9edea336a73d02fce8269458ee5f165e22040080
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 24 Jan 2010 02:09:54 +0800
Tag:    v2.0.0-rc1

MDL-21400 spamcleaner converted to YUI3

commit 3b01539ccc6947c494d19a0c7929895ad2f26820
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 24 Jan 2010 01:08:18 +0800
Tag:    v2.0.0-rc1

MDL-21400 global Y revisited, I really think it is better to pass it around properly, this could help a lot in future if we have multiple versions of YUI installed; reverted js_function_call() and added new js_init_call() instead which should be hopefully easier to use and in theory could replace all other $PAGE->requires->js_*; finished implemenetation of js_module()

commit 549770fc7b5625ef4ea3e9dec6fd6ae408e3cbdf
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 23 Jan 2010 18:06:12 +0800
Tag:    v2.0.0-rc1

MDL-21430 fixed forgotten filepicker coversion

commit bca0975478ef8372afabfd3c863544524bd0c1b5
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 22 Jan 2010 18:34:09 +0800
Tag:    v2.0.0-rc1

MDL-21170 migrated code to new M.util.image_url() function that returns correct theme images

commit ef502357f4badd8664bdeb31c51cfd0c8c4a06f4
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 22 Jan 2010 18:10:27 +0800
Tag:    v2.0.0-rc1

MDL-21170 improved comments module, added new support for module parameter in js_function_call(), fixed bug in comments on frontpage - see tracker for more info

commit 279d11c95934c388a632d23aa863db1f5a902787
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 22 Jan 2010 06:43:53 +0800
Tag:    v2.0.0-rc1

MDL-21400 removed unnecessary includes

commit 7beccff9a17d4c4dcb22e00088b3b724c4ec310e
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 22 Jan 2010 06:36:44 +0800
Tag:    v2.0.0-rc1

MDL-21422 migration to YUI3

commit 6e9bad56e8c1cb8f912ba50e324af271cd379b3b
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 22 Jan 2010 06:29:28 +0800
Tag:    v2.0.0-rc1

MDL-21422 migration to YUI3

commit 1be3ec803bb0db5e4f3b0a0899b9ed07f2634f61
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 22 Jan 2010 06:21:40 +0800
Tag:    v2.0.0-rc1

NOBUG fixed typo in comment

commit 9598d578bb617db794714a8c115bd55046e575a9
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 22 Jan 2010 06:19:46 +0800
Tag:    v2.0.0-rc1

MDL-21420 modole_cfg converted to M.cfg

commit 7b42e81a7603a9947df1c41c2c349ac2bfa113c4
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 22 Jan 2010 06:04:31 +0800
Tag:    v2.0.0-rc1

MDL-21170 migrated filepicker to new YUI3 loading, tested in editor only, the filemanager and picker elements still have some problems, sorry for that

commit e50b4c8972c10d80482b49f2cccba12db5d06304
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 22 Jan 2010 04:55:58 +0800
Tag:    v2.0.0-rc1

MDL-21420 refactoring towards global M

commit d194928e94a64b9bcb3fbe92fb4b9914a761347d
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 21 Jan 2010 05:54:15 +0800
Tag:    v2.0.0-rc1

MDL-21402 fixed nasty regression big grin

commit 3157cd3dbd79d31616507ba10c8b969a270f62f6
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 21 Jan 2010 05:10:49 +0800
Tag:    v2.0.0-rc1

MDL-21405 fixed missing ;

commit 34f76e9a7bb2bcece36ae88e578afd0977b5860b
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 21 Jan 2010 04:42:23 +0800
Tag:    v2.0.0-rc1

MDL-21405 adding global M instance, going to demonstrate how to use it soon, in theory could be reverted if too many ppl protest wink

commit 227255b8026dc59671958f725fe465933976c848
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 21 Jan 2010 04:01:24 +0800
Tag:    v2.0.0-rc1

MDL-21402 new js_writer abstraction + otehr minor improvements

commit f5de8ee77b667a752da455be03ab409a8786f008
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 21 Jan 2010 02:30:55 +0800
Tag:    v2.0.0-rc1

MDL-21401 killed top_of_body support because it does not encourage good coding style (agreed with Tim), skiplinks conversion to html_writer

commit 543f54d3e5d5f64995d19340ef23b7b014a159c7
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 21 Jan 2010 02:07:49 +0800
Tag:    v2.0.0-rc1

MDL-21401 eliminating last uses of WHEN_TOP_OF_BODY

commit 9fcb81adaee472483a0bcfda02d222acf27aa265
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 20 Jan 2010 16:41:07 +0800
Tag:    v2.0.0-rc1

MDL-21386 readding require_login() which I accidentally removed during one previous cleanup, sorry

commit 08fac7341f149ac7555dad033a87daed2ff67da2
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 20 Jan 2010 07:08:06 +0800
Tag:    v2.0.0-rc1

MDL-21240 new $PAGE->requires->js_init_code('js code;') intended for simple initialisation of YUI stuff in page, this should help to reduce uncached HTTP requrests per page because we would not have to create tons of .js files each with one short init function; we have to make sure ppl do not abuse this; this coudl also allow theme designers to tweak module JS if we store the JS fragment in plugin renderer where it in fact belongs wink + fixed some docs

commit 472264c333ae45c185a48fcc8d7760ac49239d92
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 20 Jan 2010 07:03:37 +0800
Tag:    v2.0.0-rc1

MDL-21240 getting rid of one asap

commit c845f827e5c0c0654e6a479f18cab55559feb985
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 20 Jan 2010 06:07:13 +0800
Tag:    v2.0.0-rc1

MDL-21240 fixed event docs

commit d96d8f03b4a18f882dcfdf4e296ded120510e054
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 20 Jan 2010 06:01:12 +0800
Tag:    v2.0.0-rc1

MDL-21240 adding new level to requirements manager, now the function calls and events have access to "Y."

commit 8f2981316090dc66d1cef5ff3626aa69f4f860e5
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 19 Jan 2010 20:59:34 +0800
Tag:    v2.0.0-rc1

MDL-21240 shortened urls now start with / everywhere

commit 9dec75dbcc3284355cba14f259c199d03e0ddd0e
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 19 Jan 2010 04:57:32 +0800
Tag:    v2.0.0-rc1

MDL-21240 shortened urls now start with / everywhere

commit f2ab0d0694d0a6c04898ea10f62b60a41f67cb89
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 19 Jan 2010 04:39:47 +0800
Tag:    v2.0.0-rc1

MDL-21240 more migration to html_writer

commit 77774f6a83bc632522de23d33d9708b878ee5a6d
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 19 Jan 2010 04:17:43 +0800
Tag:    v2.0.0-rc1

MDL-21240 move script tag generation into html_writer + improving api a bit

commit c04674794798af5d08c63d48fc8f92a80f04168a
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 19 Jan 2010 04:02:13 +0800
Tag:    v2.0.0-rc1

MDL-21240 simplified CSS handling in requirements manager

commit 02fd1ad7a7f95105c352c94a8f1b8406b2b0669f
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 19 Jan 2010 03:21:38 +0800
Tag:    v2.0.0-rc1

MDL-21240 converting shortened urls to start with '/'

commit c8870e6886187bf7c98c611988ca5cbac7c32733
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 19 Jan 2010 03:18:00 +0800
Tag:    v2.0.0-rc1

MDL-21240 support for loading of yui2 modules thourgh the yui3 JS loader; see example attached in tracker

commit 2212eb7addb16f479f35baa422b851a158958a95
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 18 Jan 2010 21:13:20 +0800
Tag:    v2.0.0-rc1

MDL-21240 adding special handling of theme CSS, the reason is we ned to mark first theme CSS so that YUI adds own CSS before that, and second the custom plugin CSS must be always loaded after themes

commit 4e40406d0ba304c407ed5aec9372a1cdcd73a2a5
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 18 Jan 2010 20:39:44 +0800
Tag:    v2.0.0-rc1

MDL-21362 finally finished full support for our slasharguments in moodle_url

commit 24e4119a09dbcc5817796d3923b9aa504013de33
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 18 Jan 2010 20:12:38 +0800
Tag:    v2.0.0-rc1

MDL-21369 fixed regression, thanks Mark Johnson

commit 7fde1e4bc81c00b5dfae7e3b1117482495a1c3e9
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 18 Jan 2010 17:40:14 +0800
Tag:    v2.0.0-rc1

MDL-21362 fixed fatal error regression

commit acdb91770a6df82c81ef5a4930712bd8765a6d1b
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 18 Jan 2010 16:50:46 +0800
Tag:    v2.0.0-rc1

MDL-21362 working on file_encode_url replacements

commit ed77a56f6376e947a6894c2bc6695d08b3aac7bf
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 18 Jan 2010 06:12:31 +0800
Tag:    v2.0.0-rc1

MDL-21362 migrating old url processing stuff from filelib into moodle_url class continued

commit 7dff555f036ee4bccf676f534867d97e8db26e79
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 18 Jan 2010 05:53:11 +0800
Tag:    v2.0.0-rc1

MDL-21362 migrating old url processing stuff from filelib into moodle_url class

commit 5e991e3797b8cc81f45213ebd505a3803a372a11
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 18 Jan 2010 00:09:15 +0800
Tag:    v2.0.0-rc1

MDL-21362 fixed incorrect url constructors

commit bc0663abfba7baa454cefcb325a584708e9f0a1c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 17 Jan 2010 19:01:31 +0800
Tag:    v2.0.0-rc1

MDL-21233 fixed recent regression

commit 5509254c25b27ef917d6a332ff55c34fa3299ddf
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 17 Jan 2010 18:59:07 +0800
Tag:    v2.0.0-rc1

MDL-21233 prepare_url obsoleted by new html_writer and changes in moodle_url

commit 8afba50b84d28a84c224595c621d4e3ffc51dc1e
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 17 Jan 2010 18:54:13 +0800
Tag:    v2.0.0-rc1

MDL-21233 get_query_string() is definitely not recommended in new code, instead use moodle_url constructors with proper parameters; removed some more legacy url concatenation operations; realized out_action is not needed often, because we shoudl pass arounf moodle_url instances instead of old url strings

commit b9bc201962359079592b606aa07c1d909644d280
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 17 Jan 2010 17:50:55 +0800
Tag:    v2.0.0-rc1

MDL-21233 escaped parameter is far more importatnt than the overrideparams in out() method - especially all JS urls should be converted to out(false); also it is possible to create new url with overrided parameters in constructor which might be actually work around the double encoding problems in the url (we should never use the out() in moodle_url constructor itself!)

commit eb7880654f45f40fe762cd205620d88d6da74a2d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 17 Jan 2010 17:37:30 +0800
Tag:    v2.0.0-rc1

MDL-21233 finally removed the omitquerystring parameters from the out method because: 1/ the least used parameter should nto be first, 2/ it is colliding with the other two paramters, now we have separate funtion for that instead

commit 340d461269373d52dba4284b0bc2e41825cf6e58
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 17 Jan 2010 17:18:11 +0800
Tag:    v2.0.0-rc1

MDL-21233 simplifying moodle_url->out() api

commit a4a04ada397d55f4e81f9581505c765502ee96cc
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 17 Jan 2010 17:13:36 +0800
Tag:    v2.0.0-rc1

MDL-21233 removing sloppy out_returnurl() from public api, it is  considered a bad practise to pass around urls through page parameters, sorry

commit bde156b3fa3317162a9bdc1fcf813640738c90c3
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 17 Jan 2010 17:08:34 +0800
Tag:    v2.0.0-rc1

MDL-21233 obviously input tag writing does not belong into the moodle_url class, moving to html_writer instead + simplifying api / regression fixed

commit 6ea66ff36cba56d9008fe1694bb15c8c76e48413
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 17 Jan 2010 17:06:55 +0800
Tag:    v2.0.0-rc1

MDL-21233 obviously input tag writing does not belong into the moodle_url class, moving to html_writer instead + simplifying api

commit 6770330d173955ffc612911739309b71825d4857
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 17 Jan 2010 03:48:01 +0800
Tag:    v2.0.0-rc1

MDL-21235 support for optgroups in select

commit d776d59ee2a8c76170885316b9ad9fce3648fae1
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 17 Jan 2010 02:29:51 +0800
Tag:    v2.0.0-rc1

MDL-21235 fixed select method name

commit 4b9210f31bdefdefc2944c1e64d0580d58c293ab
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 17 Jan 2010 02:25:51 +0800
Tag:    v2.0.0-rc1

MDL-21235 more conversion to new select

commit 3750c3bdb41520629472241930f42f3cc4d45984
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 17 Jan 2010 01:39:50 +0800
Tag:    v2.0.0-rc1

MDL-21235 input select improved BC

commit 3ff163c59731e6b7f7daa3e736e1f4652faac99e
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 17 Jan 2010 01:00:22 +0800
Tag:    v2.0.0-rc1

MDL-21235 html_writer now supports select form elements

commit a685593466fa051f4892fc0e3fab75cf283eecbc
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 16 Jan 2010 23:39:56 +0800
Tag:    v2.0.0-rc1

MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions

commit f14b641b91cfaf418ee933f781bae463be208eec
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 15 Jan 2010 17:01:59 +0800
Tag:    v2.0.0-rc1

MDL-21235 new action_link fixed

commit 11820bacc1ee6643ad09368c6579bcf1d1ec795e
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 15 Jan 2010 06:51:10 +0800
Tag:    v2.0.0-rc1

MDL-21235 minor docs fixes

commit 4871a238f0be439eb5c74ccefc21df0d0a45a60e
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 15 Jan 2010 06:44:24 +0800
Tag:    v2.0.0-rc1

MDL-21235 fixed confirm regression

commit 574fbea4538712dfcc752368370149d1df529f98
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 15 Jan 2010 06:40:33 +0800
Tag:    v2.0.0-rc1

MDL-21235 new action_link

commit 0f4c64b79fa12429f10b70d37c0327e7087c5500
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 15 Jan 2010 06:10:20 +0800
Tag:    v2.0.0-rc1

MDL-21235 new link method in html_write, partinally replaces old html_link, going to add new action_link soon

commit 3ba60ee16a0537396534b0a05ba570da3b8d93d7
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 15 Jan 2010 03:18:04 +0800
Tag:    v2.0.0-rc1

MDL-21235 new single button rendering

commit 1a887a5eef91e6b47c7053064802ddbb8ce6e186
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 14 Jan 2010 16:37:53 +0800
Tag:    v2.0.0-rc1

fixed pgsql compatibility issue caused by aliases with reserved words

commit bf11293a9438ef133f35c950f1f27f8f1c5ba70b
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 14 Jan 2010 02:50:28 +0800
Tag:    v2.0.0-rc1

MDL-21235 converted help cions to final render outputlib api

commit 5d0c95a5acf4cb33b17ff15b4dddeb16465c5f9f
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 14 Jan 2010 01:13:52 +0800
Tag:    v2.0.0-rc1

MDL-21235 towards the final outputlib api - implementing separate html writer and implementing new render() method

commit d5fac1cfd41225eaaeefddc7dd0939aea26b4420
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 13 Jan 2010 19:25:15 +0800
Tag:    v2.0.0-rc1

more eclipse autocompletion fixes

commit 086c0cc13590073b7ac3265d32da23de45db42c1
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 13 Jan 2010 01:35:10 +0800
Tag:    v2.0.0-rc1

MDL-21149 more info for theme designers

commit 218671eb691b0533a374e8cd6510c79f6dc25e98
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 13 Jan 2010 01:29:00 +0800
Tag:    v2.0.0-rc1

MDL-21149 more anomaly update info

commit 3d38a00bc88bab24c7914582d7864227be9afa69
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 13 Jan 2010 01:26:46 +0800
Tag:    v2.0.0-rc1

MDL-21149 renamed 'standard' theme to 'standardold' - this should finally make clear that new themes should not be based on legacy standard theme; all new core themes will be based on fresh new minimalistic 'base' theme, highly customised abnd experimentatl themes do not have to use base at all

commit 5f0baa43a548a5d4ed775598bdcfa04cf44fb5ba
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 13 Jan 2010 01:21:52 +0800
Tag:    v2.0.0-rc1

MDL-21149 preparation for renaming of old standard to standardold

commit b1f8c27b60ab9e75074511f6913ea99939739490
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 13 Jan 2010 01:10:42 +0800
Tag:    v2.0.0-rc1

MDL-20785 removing all old themes from CVS because the current mix of new and old themes is extremely confusing for theme developers, sorry - if somebody needs the original code please use CVS attick or git; please note themes like customcorners (yes withouth the underscore!) and chameleon might make it back later before the beta phase

commit 90611847c84a7ef66bab708923356b021563a687
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 12 Jan 2010 19:12:59 +0800
Tag:    v2.0.0-rc1

MDLSITE-854 setting bigger output buffer size to match size of our CSS and JS

commit af0e9032f90eb22fcefa1b14b5c091957cb6c4de
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 12 Jan 2010 18:59:08 +0800
Tag:    v2.0.0-rc1

MDL-21319 preventing debug output and cookies in mnet xmlrpc server script

commit 0271a05d5a330f6888c47b34340b5db5659eca05
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 12 Jan 2010 18:54:33 +0800
Tag:    v2.0.0-rc1

MDL-21318 more TODO info

commit 645e2cc14df28d305775c79d7ddcc5598ae38620
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 12 Jan 2010 18:24:55 +0800
Tag:    v2.0.0-rc1

MDL-21318 adding link to tracker issue for TODOs

commit ae5b6801c3e89fd14ac6e6689d005c5305d47969
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 11 Jan 2010 18:06:56 +0800
Tag:    v2.0.0-rc1

fixed one more docs typo

commit 39df78bfeaddbedeb5d9a7e8ccb13f3bbf9c98f6
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 11 Jan 2010 18:04:39 +0800
Tag:    v2.0.0-rc1

fixed yet another docs typo

commit b2ae9661e02001c2fd9248ef2f30861fff49f620
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 11 Jan 2010 18:03:16 +0800
Tag:    v2.0.0-rc1

fixed another docs typo

commit 2e7dbbd729aa70f47046ff6676d5ec7fa5c373b1
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 11 Jan 2010 18:02:14 +0800
Tag:    v2.0.0-rc1

fixed docs typo

commit c8e8c8c671002297d8057c440ee20d86a61cd425
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 08 Jan 2010 01:57:54 +0800
Tag:    v2.0.0-rc1

MDL-20204 removing obsoleted code before more refactoring

commit 04c014081100dbd087cb26b70ab3d2c7cb510973
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 06 Jan 2010 07:22:16 +0800
Tag:    v2.0.0-rc1

MDL-21244 added new option for footer JS from themes as requested by Urs

commit 23fd6f83df8a1414cf6c1b2786d656bc2ba3e4c8
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 06 Jan 2010 06:04:31 +0800
Tag:    v2.0.0-rc1

MDL-21243 added theme reset after any core or plugin upgrade - continued

commit db4e1a3c700c6978832145a13b0bee66795b21d3
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 06 Jan 2010 06:03:21 +0800
Tag:    v2.0.0-rc1

MDL-21243 added theme reset after any core or plugin upgrade

commit e10f304d19581c8475a0cfb124a2b918e56bb3da
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 06 Jan 2010 05:45:51 +0800
Tag:    v2.0.0-rc1

MDL-21252 home-grown CSS minimisation

commit df06c1c414191af668b14482a8b3f97715a12deb
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 06 Jan 2010 05:45:08 +0800
Tag:    v2.0.0-rc1

MDL-21252 shortened image urls in CSS

commit 0037dcc99b0e6ca7098349155365cdfb4dca7f83
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 06 Jan 2010 04:31:42 +0800
Tag:    v2.0.0-rc1

MDL-21251 set up correct debugging in ABORT_AFTER_CONFIG scripts

commit 7c986f04e36ec553d9fce7a2cbce31db3cf0ec46
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 06 Jan 2010 04:18:15 +0800
Tag:    v2.0.0-rc1

MDL-21241 theme CSS and JS gzip compression + some more fixes

commit 085f71b728ed3963097947948102d747213fff59
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 06 Jan 2010 01:54:15 +0800
Tag:    v2.0.0-rc1

nobug: fixed code completion in eclipse

commit c724f835ca0ea1d00fd396356d1821c2798c11d8
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 06 Jan 2010 01:29:43 +0800
Tag:    v2.0.0-rc1

MDL-21242 moving yui2 skin away from theme CSS, this improves browser caching and finally we may load skin from the internet too

commit 73b62703ab65c98f39822f974c5cd7e5cc0bd494
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 05 Jan 2010 08:43:09 +0800
Tag:    v2.0.0-rc1

MDL-20204 eliminating deprecated javascript file because it only adds extra pressure on servers

commit efaa4c0803ddd84fe36b072873f688f85eccba64
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 05 Jan 2010 08:33:15 +0800
Tag:    v2.0.0-rc1

MDL-21242 towards removing og yui2 skin sheet from the huge theme css file

commit 1da545418e4e785cfa5029ebc7c619c9a7ce40ef
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 05 Jan 2010 08:19:50 +0800
Tag:    v2.0.0-rc1

MDL-20204 removing duplicate YUI skin CSS, thanks Sam for noticing it

commit 53228896faf723d40bae4161af34dc389dcef33d
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 05 Jan 2010 07:55:09 +0800
Tag:    v2.0.0-rc1

MDL-20204 fixed moodle logo link on frontpage

commit 2574fae6ef7597eb779832fb770817baeee5db53
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 05 Jan 2010 07:51:48 +0800
Tag:    v2.0.0-rc1

MDL-21123 moved javascript for navigation bar - testing of themes JS and  it may need to use different tricks in other themes with CSS column layouts

commit b38cea70ea3f23786829c39f8ba1cf06e7441d71
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 05 Jan 2010 07:30:24 +0800
Tag:    v2.0.0-rc1

MDL-20786 removing mod javascript.php support, now fulyl replaced by $PAGE->requires->js()

commit 897e902bbcba316735cef67b1a8ccdc4766bd494
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 04 Jan 2010 22:40:34 +0800
Tag:    v2.0.0-rc1

MDL-20204 improved pix docs

commit a91b80c2b118f6b7f3da5b4e1fffe49e06a0f17b
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 04 Jan 2010 17:46:47 +0800
Tag:    v2.0.0-rc1

MDL-21236 removing spurious popup action from normal action links, thanks sam

commit 801db0767089a5e901a28cee93fc04bbc2d87a8a
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 04 Jan 2010 15:51:59 +0800
Tag:    v2.0.0-rc1

MDL-21232 using normal = which should be enough now in PHP5

commit 5acf9cd3abc65d2e247ec8ee26b608e8bb1e0d90
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 04 Jan 2010 05:10:49 +0800
Tag:    v2.0.0-rc1

MDL-21231 fixed recent regression, thanks penny for the report

commit 8a138093180d137f0896abedb43ea28e6b83a9ca
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 04 Jan 2010 04:54:36 +0800
Tag:    v2.0.0-rc1

MDL-21198 one more single_button + version bump to the new year (could not resit it)

commit 169a5b545c0aaa82b846209745df03e5b44aa93e
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 04 Jan 2010 04:49:30 +0800
Tag:    v2.0.0-rc1

MDL-21198 fixed silly regression in type checking - grrr

commit dc6896efe08aa25ea0b937b6c67a716b9fd4ce84
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 04 Jan 2010 04:47:13 +0800
Tag:    v2.0.0-rc1

MDL-21198 used new simple_button class when doing OUTPUT->confirm() - more consistent and hopefully easier to remember than html_form::make_button() wink

commit 26eab8d4f50cdecfe8328d47331e0c79257c5340
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 04 Jan 2010 01:20:49 +0800
Tag:    v2.0.0-rc1

MDL-21198 new simple_button output component, this could finally solve potential "form x button" confusion - continued

commit d894edd44d2dd60b22a16aba16766f34bd2eef79
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 04 Jan 2010 01:08:21 +0800
Tag:    v2.0.0-rc1

MDL-21198 new simple_button output component, this could finally solve potential "form x button" confusion

commit 5c2ed7e2156dbd73cd81bcda6892bccebe177369
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 03 Jan 2010 23:46:14 +0800
Tag:    v2.0.0-rc1

MDL-21198 $OUTPUT->single_button() resurrection, hopefully much easier to use than $OUTPUT->button(); fixed some regressions and code style improvements

commit 3cd5305f11e86043bde30ef5a120a8c452c0aa7e
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 03 Jan 2010 18:28:29 +0800
Tag:    v2.0.0-rc1

MDL-21198 towards origianl single_button() syntax + other improvements

commit 52368876a4e198a861154773050306966bf06193
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 02 Jan 2010 21:57:44 +0800
Tag:    v2.0.0-rc1

MDL-21198 minor cleanup and improvements

commit bc2587bcf0128ebe205e462af258f89efbaf1028
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 02 Jan 2010 21:26:09 +0800
Tag:    v2.0.0-rc1

MDL-21198 fixed yet another regression in last commit, lalala

commit 1c11dcb6e9246fb7e4cfa2d7dd8e032344fd8537
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 02 Jan 2010 21:25:09 +0800
Tag:    v2.0.0-rc1

MDL-21198 fixed another regression in last commit

commit 17390771600beadb1d27a236ea2f6c3fd71cdd92
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 02 Jan 2010 21:23:43 +0800
Tag:    v2.0.0-rc1

MDL-21198 fixed regression in last commit

commit 8ae8bf8a14d7ea1d427308fea4bfc3b4f60bde0c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 02 Jan 2010 21:17:54 +0800
Tag:    v2.0.0-rc1

MDL-21198 OUTPUT->action_icon improvements, refactoring and fixing conversion regressions

commit 39edbd022f7a2bb45cee2f038e8fb9a4941c410a
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 01 Jan 2010 20:44:08 +0800
Tag:    v2.0.0-rc1

MDL-20204 Eclipse autocompletion works again

commit 8c9d2be8b61ed1edb2e85b0e5019de66cfd4d1f0
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 31 Dec 2009 18:06:57 +0800
Tag:    v2.0.0-rc1

MDL-21198 $OUTPUT->icon() improvements

commit b52706307c51b920869fb4dd3a2d6a52b68b03d1
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 31 Dec 2009 18:06:56 +0800
Tag:    v2.0.0-rc1

MDL-21198 $OUTPUT->icon() improvements

commit e07a7081bcb98adb8a0561962f82610866cd7a31
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 30 Dec 2009 23:32:58 +0800
Tag:    v2.0.0-rc1

MDL-20204 sheet name first, thanks Urs

commit 1aa64b25a4ce3b4816963aebbf076cabc22f9506
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 30 Dec 2009 23:19:59 +0800
Tag:    v2.0.0-rc1

MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions

commit 4bcc51185cf554a5beef08298b116d42fb5a5783
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 30 Dec 2009 23:19:55 +0800
Tag:    v2.0.0-rc1

MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions

commit c43adfe9da2313efe33493317f28da5f44e80863
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 30 Dec 2009 06:11:52 +0800
Tag:    v2.0.0-rc1

MDL-20204 just a little blue theme experiment for testing of theme development process wink

commit 00db2a3551fbcec28ce778a2007042bd8d89c71e
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 30 Dec 2009 06:11:52 +0800
Tag:    v2.0.0-rc1

MDL-20204 just a little blue theme experiment for testing of theme development process wink

commit 244a32c61708cdf55539c1aa0302ab2aeb4db640
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 30 Dec 2009 01:26:29 +0800
Tag:    v2.0.0-rc1

MDL-21119 lang menu and login info now handled by themes

commit 684b988c943a3f381b9cdc81d8a3deb4f930868c
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 29 Dec 2009 22:38:49 +0800
Tag:    v2.0.0-rc1

MDL-20204 fixed some alt image typos

commit 42174e18fbecaef0cb96ae06641af43e759b9855
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 29 Dec 2009 22:30:15 +0800
Tag:    v2.0.0-rc1

MDL-21210 hopefully fixed $PAGE->set_url()  weirdness and added more diagnostics

commit b195b44339dc6cfc7638333bfbc4ba42469b35ab
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 29 Dec 2009 20:39:11 +0800
Tag:    v2.0.0-rc1

MDL-21193 improved error messages in combo loader

commit a4738eb361dd45b6ca20e0518d9380f1236c5164
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 29 Dec 2009 20:38:50 +0800
Tag:    v2.0.0-rc1

MDL-21193 improved error messages in combo loader

commit 596af93a469fed619fd5d677ea007c425525386a
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 29 Dec 2009 20:23:39 +0800
Tag:    v2.0.0-rc1

MDL-20204 adding missing theme render prefix for current theme - thanks dvpdiner2

commit d6b64d158307151b38495f76499850131b5c2567
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 29 Dec 2009 20:14:42 +0800
Tag:    v2.0.0-rc1

MDL-21208 THEME_DESIGNER_CACHE_LIFETIME control option added

commit 7829cf7955174a561ea9e1d736085342842cf738
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 29 Dec 2009 20:04:31 +0800
Tag:    v2.0.0-rc1

MDL-21208 major perf improvement for theme designer mode - now partially cached too wink

commit 13ea159e9c8346a288b62164360c7d3447a4e6c6
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 29 Dec 2009 19:05:25 +0800
Tag:    v2.0.0-rc1

MDL-21208 longer image caching in theme designer mode (performance)

commit 945f19f77d6f2359129580b88ad2cb76dfd38642
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 29 Dec 2009 07:08:55 +0800
Tag:    v2.0.0-rc1

MDL-21193 finally fixed YUI3 laoding - now fully cached and working - yay!

commit 7a82b2afc875f4487d8e811bbf6ec9f4c49ac2b3
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 29 Dec 2009 03:42:19 +0800
Tag:    v2.0.0-rc1

MDL-21204 fixed incorrect url params, credit goes to Gabriel Dias

commit 5d77fc1d2b416d82326ad4aa97399cf9079018c7
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 29 Dec 2009 03:40:07 +0800
Tag:    v2.0.0-rc1

MDL-21198 improved html_link api, added missing style attribute; marked some potential problems with TODOs

commit 8c271b2900ac3376ff7c8a2fbadd1566fd21efe9
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 29 Dec 2009 03:38:00 +0800
Tag:    v2.0.0-rc1

fixed dml typo

commit c2c04c6976af0dbd497f966857f05748a90ed6e7
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 28 Dec 2009 22:53:31 +0800
Tag:    v2.0.0-rc1

MDL-21198 fixed legacy PHP4 pass-by-reference notation + added proper param type

commit 8fa16366d66b3248adb6af16ec7505dba3d35636
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 28 Dec 2009 18:43:01 +0800
Tag:    v2.0.0-rc1

MDL-21198 make factory methods ahve to be static; adding "real" construtors for components; fixed regression in detection of missing image alt text in actions; api improvements; plus some other fixes

commit a309d7dbf39fd7da07f7665f45921ce7b4d7b88d
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 28 Dec 2009 16:33:47 +0800
Tag:    v2.0.0-rc1

MDL-21198 improved parameter types specification in renderer api

commit 1ba862ec6e467b46944dc62e96dae2a0814e85cd
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 28 Dec 2009 07:31:46 +0800
Tag:    v2.0.0-rc1

MDL-21198 going back to the original spacer syntax, image component improvements, plus some regression fixes

commit 6dd7d7f0bc8a9842fa409315b0a442d0fd144e81
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 28 Dec 2009 03:50:15 +0800
Tag:    v2.0.0-rc1

MDL-21198 removing "Moodle_" prefix from html_component

commit 812dbaf7d53cb24ffaa217667b0545b57ca08a9e
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 28 Dec 2009 03:47:21 +0800
Tag:    v2.0.0-rc1

MDL-21198 improved/simplified $OUTPUT->user_picture() + regression fixes, performance fixes and detected performance problems when printing user avatars

commit 3405956553a6f12bbbe80e27a3f6cfc8c8a16304
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 27 Dec 2009 20:58:29 +0800
Tag:    v2.0.0-rc1

MDL-21197 output components do not use globals any more in prepare() methods

commit 191b267bcd137af30c0a3e672abc82c274489f30
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 27 Dec 2009 20:02:04 +0800
Tag:    v2.0.0-rc1

MDL-20790 more page layouts -see base theme for full list; also added new css body class for describing current layout; base layout is now default for beter BC; require_login() now sets 'incourse' layout automatically

commit 7dccaef1827a8b59a575253202df1c1dac28e9c0
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 27 Dec 2009 19:51:44 +0800
Tag:    v2.0.0-rc1

fixed CLI script detection

commit 636365f89a3807955483895450cdc49e42ae51d6
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 27 Dec 2009 17:27:41 +0800
Tag:    v2.0.0-rc1

MDL-21196 workaround for xhtml strict problems in phploader

commit 84d6e8323dfbc8169b5f9ca7a20ac71fccf65272
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 26 Dec 2009 06:47:41 +0800
Tag:    v2.0.0-rc1

MDL-21189 yui combined file loading admin setting

commit aa42314ded57f7fc920b618a3b432bd9b22c9cd1
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 26 Dec 2009 06:37:04 +0800
Tag:    v2.0.0-rc1

MDL-21189 yui2/3 combo loader implemented - yay! admin settings in the next commit; yui libs stored in more standard locations

commit 60f2c8666a4441369c98e3c88dbf48b7865f3b6d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 26 Dec 2009 03:51:40 +0800
Tag:    v2.0.0-rc1

MDL-21189 custom yui image loading needed for combo yui loader

commit 985d1d1d227828c28ce48ad3cab7dfcd921b9963
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 25 Dec 2009 23:27:47 +0800
Tag:    v2.0.0-rc1

MDL-21187 brand new yui2 lib loading now using the official YAHOO oholoaders which properly resolves all dependencies; please note we are still suing the YUI2 CSS preloading

commit ae1dd0b1a88cee65a4666c7fce5a42087dcd5da9
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 25 Dec 2009 22:40:44 +0800
Tag:    v2.0.0-rc1

MDL-20204 show debugging when require_js() used

commit 9fd49f5fd45af97683306b0593c5236a65ad807a
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 25 Dec 2009 22:23:36 +0800
Tag:    v2.0.0-rc1

MDL-21188 minor cleanup

commit 95fbe49bab9621c7030f937b878be599a83e895e
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 25 Dec 2009 22:15:24 +0800
Tag:    v2.0.0-rc1

fixed whitespace, sorrry

commit 9b2735f93cc81b943fd8f7be02d4f196a669cae5
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 25 Dec 2009 22:14:55 +0800
Tag:    v2.0.0-rc1

MDL-21188 removing support for yui pix folders in themes because it is not compatible with autoloading in YUI3 and also loading of any YUI from external sites through combo scripts

commit 4c9071410619a238783925b54bc6953ecb026019
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 25 Dec 2009 21:48:23 +0800
Tag:    v2.0.0-rc1

MDL-21187 YUI phploader now used for YUI3

commit 8c96c3cb59e49e0dae031e16baf6afec49cfffae
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 25 Dec 2009 18:52:02 +0800
Tag:    v2.0.0-rc1

MDL-21139 always load YUI3 CSS after YUI2 so that it takes precedence

commit 3fb70edba3d56fc16836855eae4acd6f6b2b2b80
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 25 Dec 2009 18:40:30 +0800
Tag:    v2.0.0-rc1

MDL-21139 search for YUI3 images before YUI2

commit 73e504bca9389aec96a60edf445ab29ec892a7d0
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 24 Dec 2009 02:52:42 +0800
Tag:    v2.0.0-rc1

MDL-20799 renewed support for alternative theme dir location

commit ea4e78782ff60d80c418810b57e6cdb94a16eb31
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 24 Dec 2009 02:50:06 +0800
Tag:    v2.0.0-rc1

MDL-20787 removing obsolete smartpix redirect code

commit cbcc9852e01effeed60b7180eea5a66fb668e80b
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 24 Dec 2009 02:23:21 +0800
Tag:    v2.0.0-rc1

MDL-21125 removing obsolete global $THEME

commit f6794ace8b4a1917706bbaa8165c654c6b730c1a
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 24 Dec 2009 02:05:58 +0800
Tag:    v2.0.0-rc1

MDL-21125 obsoleting global $THEME

commit 088ccb43cfe626a8b1ab71d0c280a70d27874635
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 24 Dec 2009 01:51:41 +0800
Tag:    v2.0.0-rc1

MDL-21125 obsoleting global $THEME

commit 92e01ab77172b7d9000084855ffab731502ea4b4
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 24 Dec 2009 01:44:17 +0800
Tag:    v2.0.0-rc1

MDL-21125 obsoleting global $THEME

commit 054652d62346180fccabed5ca8deb32c514de683
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 24 Dec 2009 01:27:29 +0800
Tag:    v2.0.0-rc1

MDL-20204 removed some forgotten legacy code

commit 358c13cbbf5cb057b5afc5c65689a6152ecb74bd
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 24 Dec 2009 01:18:46 +0800
Tag:    v2.0.0-rc1

MDL-21124 full support for JS in theems finished

commit e68c5f36cf1fc74875ef42c96f85e26f78233bb6
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 21 Dec 2009 07:06:57 +0800
Tag:    v2.0.0-rc1

MDL-21124 towards full JS support in themes

commit 38aafea249c9a8eb68f3419e4269ab8fd55b70e6
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 21 Dec 2009 05:50:46 +0800
Tag:    v2.0.0-rc1

MDL-21124 towards full JS support in themes

commit e14f80608836aab0ef3d5f22eafe0662f1c975b5
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 21 Dec 2009 05:50:15 +0800
Tag:    v2.0.0-rc1

MDL-20204 fixed silly bug in my previous commit

commit 6f0a938be5589dc37d57e49c3f1a7d04c903a01c
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 21 Dec 2009 03:41:47 +0800
Tag:    v2.0.0-rc1

MDL-20204 more BC in standard theme CSS

commit 37b5b18e436b488a8be9eef67725cb203a1b3a99
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 21 Dec 2009 00:34:18 +0800
Tag:    v2.0.0-rc1

MDL-21150 finally we have a general agreement that plugin_renderes now "magically extend" the core_renderer by using of __call() + fixed problems with protected methods

commit 998999e7251064b96580de6ed03d476138891d1c
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 21 Dec 2009 00:25:41 +0800
Tag:    v2.0.0-rc1

MDL-21155 improve themechangeonurl - sesskey not required, it may be a slight CSRF problem, but on the other hand theme designers rely on this very often, fixed problems with theme in _POST

commit 3e4e6eda3c58d56b270c9027fb3a36820c1e527e
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 18 Dec 2009 06:52:37 +0800
Tag:    v2.0.0-rc1

MDL-20797 removing problematic __desctruct() magic from the xhtml_container_stack, ->footer() handles it already

commit c927e35c4864c80eb1db8ee440e40af26601afcb
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 18 Dec 2009 06:43:27 +0800
Tag:    v2.0.0-rc1

MDL-21148 geenral support for rendering targets, this should give us more flexibility; please propose improvements in the tracker if necessary, thanks

commit da0c0e2595e789c508176967b084512dc8fbe4f2
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 18 Dec 2009 04:11:39 +0800
Tag:    v2.0.0-rc1

MDL-21149 fixyed todos

commit 5ef719e73527140626437e65fe7301a8af446c3f
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 18 Dec 2009 04:06:35 +0800
Tag:    v2.0.0-rc1

MDL-21108 fixed todo

commit ff5265c64fd7e035e04df516cc5e4defd62ef43f
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 17 Dec 2009 22:54:04 +0800
Tag:    v2.0.0-rc1

MDL-21148 plugin renderers now redirect calls to core renderer, credit goes to anybody who did the lesson renderer wink

commit 755909352cad6f52c260e11596d4c57f3ca0ab65
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 17 Dec 2009 22:51:36 +0800
Tag:    v2.0.0-rc1

MDL-21148 preparation for new target parameter in get_renderer()

commit 649cf95d0b9a77f4a23bf76ab05e08f138b62727
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 17 Dec 2009 22:06:22 +0800
Tag:    v2.0.0-rc1

MDL-21147 renamed find_renderer back to get_renderer() - there are no more collisions with those magic getters

commit 5515b53605f5334d12bd96baecaefe517042dce5
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 17 Dec 2009 22:04:15 +0800
Tag:    v2.0.0-rc1

MDL-21147 do not use standard "get_x" methods for "magic" $PAGE stuff + fixed incorrect ->get_x uses

commit a24318005cc88b789c2b305e2d351eba5452f25b
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 17 Dec 2009 21:47:35 +0800
Tag:    v2.0.0-rc1

MDL-20935 removing entity decoding because seemingly nobody knows why it is there and it might create XSS security problems; this might create regression somewhere, but we shoudl imo find better solution instead

commit 56cbc53b76a4a8f0bf170737bb52232f2852e417
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 17 Dec 2009 21:45:54 +0800
Tag:    v2.0.0-rc1

MDL-21143 theme renderers related refactoring, it should detect more problems now, there is also a list of core renderer subtypes, hopefully the api changes are improvements

commit 91e856f7f88d5a39dc32b0afad45fdd5d4aad261
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 17 Dec 2009 15:08:47 +0800
Tag:    v2.0.0-rc1

MDL-21141 removing incorrect connection_core, thanks Dongsheng

commit 50397e43ff58b61ef8f9dbf290d4557f0e23ccf1
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 17 Dec 2009 06:33:49 +0800
Tag:    v2.0.0-rc1

MDL-20792 fixing forgotten moodle_ prefixes in renderers

commit 2f67a9b3a5ed20f47c95f8ab12e7f9fc33e21e0f
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 17 Dec 2009 06:22:37 +0800
Tag:    v2.0.0-rc1

MDL-20700 whitespace terror returns yet again

commit 4454447d56247deb58bddb65223a36de86208a5b
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 17 Dec 2009 06:14:17 +0800
Tag:    v2.0.0-rc1

MDL-20700 whitespace terror returns

commit b5d0cafc6fe6fdf0692fa4fb0ea6e1872179d5d7
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 17 Dec 2009 05:50:45 +0800
Tag:    v2.0.0-rc1

MDL-20787 final switch to new $OUTPUT->pix_url() - yay!

commit cb1e046d6e40cca89d38df1eef0718fbaa27c53f
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 17 Dec 2009 05:35:58 +0800
Tag:    v2.0.0-rc1

MDL-20792 renamed moodle_progress_trace to progress_trace too - the general consensus is to not use moodle everywhere

commit 47ce714bc0a7b12d7c246b8e36cf3e71ada14f05
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 17 Dec 2009 05:33:01 +0800
Tag:    v2.0.0-rc1

MDL-21142 minor cleanup in out() default params

commit 2b3fcef98dc22cd0fe5cdb52b2eb498b76f4f0da
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 17 Dec 2009 05:31:47 +0800
Tag:    v2.0.0-rc1

MDL-21142 moodle_url improvements: 1/ new __toString() 2/ strict method parameters checking, this should help discover wrong uses 3/ new remove_all_params() which prevents problems when using remove_params()

commit c39e5ba20f458e3613be56e52077510f1c221884
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 17 Dec 2009 04:33:37 +0800
Tag:    v2.0.0-rc1

MDL-20787 renaming image_url() to pix_url() to be more consistent with the actual image location wink

commit 683c01d2c861eebe4e48f1956636ac7132e20262
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 17 Dec 2009 04:30:24 +0800
Tag:    v2.0.0-rc1

MDL-20787 removed mod_icon_url() completely

commit f44b10ed932a53edbef58fe6af06a9de72e1ab30
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 17 Dec 2009 04:25:14 +0800
Tag:    v2.0.0-rc1

MDL-21139 replace all yui functions/methods with yui2 to make room for yui3

commit 39302c7922f497b92f4862cd26677ab885e9886a
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 17 Dec 2009 04:11:39 +0800
Tag:    v2.0.0-rc1

MDL-21140 CSS style reset now used from the YUI3 lib, surprisingly it is a bit different from YUI2

commit bee934afa3f218f456d50da996905530978dee5a
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 17 Dec 2009 03:45:12 +0800
Tag:    v2.0.0-rc1

MDL-20796 importing yui 3.0.0

commit c32547b39e1df92ccc834cd0139d8d153969b674
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 17 Dec 2009 03:34:35 +0800
Tag:    v2.0.0-rc1

MDL-20841 temporary fix for buggy YUI 2.8.0r4, dummy callback prevents error in js

commit bf62f187388781dc09d1bb79b859847c14a1bf1c
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 17 Dec 2009 03:32:36 +0800
Tag:    v2.0.0-rc1

MDL-20795 integrating new YUI2 2.8.0r4

commit 4fbf922400f907ad8ff50f96aa2a5d914efa2cc2
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 17 Dec 2009 03:31:31 +0800
Tag:    v2.0.0-rc1

MDL-20841 remporary fix for buggy YUI 2.8.0r4, dummy callback prevents error in js

commit 7d89b4230b31e39a374a1f1563a93e8c469bee66
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 17 Dec 2009 02:21:43 +0800
Tag:    v2.0.0-rc1

MDL-20795 importing latest version of YUI2 2.8.0r4, not integrated yet with our libs

commit f0e4c766b82fa9aaa6cd2e9bb15fc385cbee1ed5
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 17 Dec 2009 02:03:52 +0800
Tag:    v2.0.0-rc1

MDL-20788 fix comment

commit 78946b9bdb1299a21f00b88d81c73ad8700c951e
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 17 Dec 2009 02:00:58 +0800
Tag:    v2.0.0-rc1

MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks

commit 7e4763ef6177b20923dc7a31fd2e353a3c098983
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 03 Dec 2009 05:08:45 +0800
Tag:    v2.0.0-rc1

MDL-21026 improved entity handling

commit d6bb2d2f22c06493258abd288fb78778e7ec9b4b
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 26 Nov 2009 01:05:54 +0800
Tag:    v2.0.0-rc1

MDL-20962 fixed forced new passowrd logic

commit 05b0bdc6f8b592572ea1cc4d3b25911013f32e52
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 25 Nov 2009 00:21:03 +0800
Tag:    v2.0.0-rc1

MDL-20958 fixed login issues when login via https required

commit 2f223338fb4c9f7e807fd9b07fd7c0837dce8e44
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 24 Nov 2009 23:15:03 +0800
Tag:    v2.0.0-rc1

MDL-20948 adding todo note

commit 57e6ce5eebf8deb7445e3d5b4be7cf487b97f8d4
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 24 Nov 2009 23:02:24 +0800
Tag:    v2.0.0-rc1

MDL-20948 warn admin is main salt not set

commit 8139c92f6d764232b09d26ebb35dfecbbc37cfba
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 24 Nov 2009 22:51:28 +0800
Tag:    v2.0.0-rc1

MDL-20948 auth plguins do not throw notices in methods if not configured yet

commit e79781f72e06a4969c673f573987578d1a6c80b1
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 24 Nov 2009 22:39:35 +0800
Tag:    v2.0.0-rc1

MDL-20948 proper removal of cached pasword hashes just in case upgrading from <1.9.7

commit bdebf74c767503d4a8821099dab5df475ec4cf02
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 24 Nov 2009 22:31:34 +0800
Tag:    v2.0.0-rc1

MDL-20948 proper removal of cached pasword hashes just in case upgrading from <1.9.7

commit 9d0de271a5bf690d243d6717ddb3514c8bd16bb9
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 24 Nov 2009 22:26:22 +0800
Tag:    v2.0.0-rc1

MDL-20948 proper removal of cached pasword hashes just in case upgrading from <1.9.7

commit d91fee8bb62808675ad6de675d9057036b166954
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 24 Nov 2009 16:42:38 +0800
Tag:    v2.0.0-rc1

MDL-19608 do not force changing of password in external accounts

commit edb5da833119c9b624979e21b9700e3ee6c632bb
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 24 Nov 2009 05:50:40 +0800
Tag:    v2.0.0-rc1

MDL-20934 'not cached' flag used in all auth plugins that do not need the password

commit e8f1ec0f776448ccfade972a6a264660e260bf3f
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 24 Nov 2009 00:12:25 +0800
Tag:    v2.0.0-rc1

NOBUG - more upgrade details

commit a13bfe4cca0ed77f9bde16611d1ed12b6e9a1d03
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 23 Nov 2009 05:02:12 +0800
Tag:    v2.0.0-rc1

MDL-20931 fixed input validation

commit b3e229f979cd2e0b9a1ac5cb03588cdd5348daeb
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 22 Nov 2009 20:42:51 +0800
Tag:    v2.0.0-rc1

MDL-20930 fixed input validation

commit afb6f77dd9ef4ca79db74c68c41888d9baf923fd
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 22 Nov 2009 19:09:11 +0800
Tag:    v2.0.0-rc1

MDL-20929 fixed input validation

commit e657980dfda5e64a569a03cfbb57aff890077efb
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 22 Nov 2009 18:35:20 +0800
Tag:    v2.0.0-rc1

MDL-20928 fixed glossary entry access control

commit afc9bd4ea34ddf281d0442012d245c8245ce3136
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 22 Nov 2009 07:50:14 +0800
Tag:    v2.0.0-rc1

MDL-20927 fixed module login issue

commit 17977846249e56f05d77d0918d79bbdb35b241c4
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 22 Nov 2009 06:23:32 +0800
Tag:    v2.0.0-rc1

MDL-20901 fixed input validation

commit 1d5fb64d96412886236f9083f29298919e1bdbfe
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 22 Nov 2009 05:59:47 +0800
Tag:    v2.0.0-rc1

MDL-20901 fixed input validation

commit e35139b72c47cb9570b86cd7d5ab6439141a7579
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 22 Nov 2009 04:41:28 +0800
Tag:    v2.0.0-rc1

MDL-20901 fixed input validation

commit 929423768bc5e3ffa83c52d05839dd214f4f559a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 22 Nov 2009 00:29:33 +0800
Tag:    v2.0.0-rc1

MDL-20925 fixed input validation and course ajax now fully respects the disable course ajax option

commit c66bbb3021b07762dbcebe7fd02ef1001bee0ca7
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 21 Nov 2009 23:33:10 +0800
Tag:    v2.0.0-rc1

MDL-20901 fixed input validation

commit 441bef0f7a3683c96d3c1fb07d13fec916aabb72
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 21 Nov 2009 23:26:54 +0800
Tag:    v2.0.0-rc1

MDL-20901 fixed input validation

commit adef30995b0742d52c67057b1f2bf158e356e2ee
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 21 Nov 2009 23:16:09 +0800
Tag:    v2.0.0-rc1

MDL-20901 fixed input validation

commit dba386b573ee7397fca5264e0a84980a9c9ab700
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 20 Nov 2009 16:50:12 +0800
Tag:    v2.0.0-rc1

MDL-20901 fixed input validation

commit c2dcbfe3a688deaa656c73b5cc42298baba30189
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 20 Nov 2009 16:33:33 +0800
Tag:    v2.0.0-rc1

MDL-20901 fixed input validation

commit a19dffc0213f79b316a008f6d2527ec6a8ae5ff9
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 20 Nov 2009 16:25:11 +0800
Tag:    v2.0.0-rc1

MDL-20901 fixed input validation, unfortunately the assignment in HEAD is borked in several places

commit 05565daa1e0a7829d5bd6fef59855c3dda0e0a8b
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 20 Nov 2009 03:47:46 +0800
Tag:    v2.0.0-rc1

MDL-20901 fixed input validation

commit 825ac7f8f94e63af839f2e9f2190fa9dbaaf1491
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 20 Nov 2009 03:41:52 +0800
Tag:    v2.0.0-rc1

MDL-20901 fixed input validation

commit 19c795b83742c5aaa463e84c523ea9d41b800c10
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 20 Nov 2009 03:28:19 +0800
Tag:    v2.0.0-rc1

MDL-20901 fixed input validation

commit f54c4273daec8cbb7e9d9a8eaee06de54029723f
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 20 Nov 2009 02:48:34 +0800
Tag:    v2.0.0-rc1

MDL-20901 fixed input validationand removed annoying redirect which must not be clicked during course import

commit 7e7089e3595b9325c92f0b8e5499362132daee8e
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 20 Nov 2009 02:11:14 +0800
Tag:    v2.0.0-rc1

MDL-20901 fixed input validation

commit 5552c5cc9dc0ce7eb48723dc9faac8f9fd9727c7
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 19 Nov 2009 06:26:16 +0800
Tag:    v2.0.0-rc1

MDL-20900 iconv now required in 2.0

commit 19c6d3f4089566e3895f5126d81ca45af97bc303
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 19 Nov 2009 05:48:00 +0800
Tag:    v2.0.0-rc1

MDL-20889 importing latest RC of typo3libs - solves use of functions deprecated in PHP 5.3

commit 2d7f16e204a866d7a506544f5fd7bbf5bc1511cd
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 19 Nov 2009 05:18:25 +0800
Tag:    v2.0.0-rc1

MDL-20899 import latest adodb 5.10

commit 59d8d79d7ab6f5e9ee4533eff4b3fc19e5708859
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 18 Nov 2009 20:52:51 +0800
Tag:    v2.0.0-rc1

MDL-20346 adding missing version bump to match upgrade.php

commit 46c9a350db818b0307cd6f4edef1379af7444ca9
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 18 Nov 2009 18:55:14 +0800
Tag:    v2.0.0-rc1

MDL-20821 MDL-20889 reverting previous cleanup, we need to import new versions instead

commit 63a544d33344ceaf949e9bcdd598f1fb1e35808b
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 18 Nov 2009 18:35:39 +0800
Tag:    v2.0.0-rc1

MDL-20821 minor changes in previous cleanup

commit e4206e9cfb067ea33280c022d702c7f5f19a6372
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 18 Nov 2009 18:32:06 +0800
Tag:    v2.0.0-rc1

MDL-20887 latest geoip lib imported

commit f643823edbe4bdb0f9e1aa98c5303a7e2de39146
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 18 Nov 2009 18:25:53 +0800
Tag:    v2.0.0-rc1

MDL-20821 minor changes in previous cleanup

commit b4840364a388ee766e325f5e369412617ab97e99
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 18 Nov 2009 18:19:51 +0800
Tag:    v2.0.0-rc1

MDL-20885 PHP soap lib now recommended, removing old nusoap that is not maintained upstream any more

commit 621c646403f7a576f98abb9a6c82dd5815f5767c
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 18 Nov 2009 18:12:53 +0800
Tag:    v2.0.0-rc1

MDL-20885 PHP soap lib now recommended

commit 7b3b0f6ea6dcecde403f7477358c3f5ab1c49887
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 18 Nov 2009 17:56:03 +0800
Tag:    v2.0.0-rc1

MDL-20821 reverting soap changes, this lib is scheduled for removal because it is not maintained upstream

commit 6f5099eab4ebc0af18656d6551ee0a1568fdaa45
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 18 Nov 2009 17:15:17 +0800
Tag:    v2.0.0-rc1

MDL-20821 minor changes in previous cleanup

commit 3f226cc99f989c886be9858e9eec9fb7a09d14b6
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 18 Nov 2009 01:32:17 +0800
Tag:    v2.0.0-rc1

MDL-20639 fixed mnet security trouble - credit goes to Adrian Schlegel

commit 99fd6ddec382ec34bea244960531177606d074f3
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 18 Nov 2009 00:45:57 +0800
Tag:    v2.0.0-rc1

MDL-18006 MDL-18807 MDL-20853 tried to explain that admin must copy old main solat to alternative salt list, otherwise all passwords with old salt are invalidated

commit af2d263f995b5bc0e89d7086007f798ab10763e1
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 18 Nov 2009 00:36:23 +0800
Tag:    v2.0.0-rc1

MDL-18006 MDL-18807 MDL-20853 warn that the default salt is definitely weak

commit 5cc1e1eb75ffe252062a127aeb7d6baa6f71e2ac
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 18 Nov 2009 00:30:39 +0800
Tag:    v2.0.0-rc1

MDL-18006 MDL-18807 MDL-20853 suggest some longer and better salt

commit 4c1ba3ffc74355f79a6114774fc81bea0a6dcd66
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 18 Nov 2009 00:11:25 +0800
Tag:    v2.0.0-rc1

MDL-18006 MDL-18807 MDL-20853 merging sam's changes from MOODLE_19_STABLE, going to fix some more problems in this new code soon

commit 9d975de438149ef94436809da9f9e4331e2b444e
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 17 Nov 2009 23:55:13 +0800
Tag:    v2.0.0-rc1

MDL-18006 MDL-18807 MDL-20853 adding salt info into config-dist.php

commit 154acd7aa32bd970ec8521c7c4665d30bb4c669f
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 17 Nov 2009 19:36:51 +0800
Tag:    v2.0.0-rc1

MDL-19608 do not force changing of passwords if users may not actually change them

commit cce60fc4819800ad0ac5756b564f30c6ede62b13
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 17 Nov 2009 18:21:29 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixed dml conversion issues

commit 6b16433a814bfbacd8a9f864e4eca0272bcdf35b
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 17 Nov 2009 18:17:25 +0800
Tag:    v2.0.0-rc1

MDL-19608 allow forced password change for everybody including admin

commit 23c442988d7c365311f448aa61d03627fab5713c
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 17 Nov 2009 18:16:05 +0800
Tag:    v2.0.0-rc1

MDL-19608 fixed potential issue when too many users selected, replaced redirect by continueand other problems

commit 58f3cc81303e57d58fd339ccd68870d525fb222a
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 17 Nov 2009 17:01:56 +0800
Tag:    v2.0.0-rc1

MDL-20638 importing latest smarty 2.6.26

commit 93d3a2506bf93cc9bd9ada99a3bf824062411067
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 11 Nov 2009 22:07:02 +0800
Tag:    v2.0.0-rc1

MDL-20820 fix for broken sticky block ugprade, credit goes to Oleg Sychev

commit 664d7d6e72208cbf8759975407e365f76b82a417
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 11 Nov 2009 18:47:16 +0800
Tag:    v2.0.0-rc1

NOBUG: mention navigation changes in module upgrade notes

commit af34490a372aceda367a9ff9bc5955a11963c846
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 11 Nov 2009 18:40:46 +0800
Tag:    v2.0.0-rc1

NOBUG: mention outputlib changes in module upgrade notes

commit 6c669efd01d73e9a9f75b51c6bc71ee8d9f85274
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 11 Nov 2009 18:39:58 +0800
Tag:    v2.0.0-rc1

MDL-19118 comments migration info

commit 56f7ff7446fe7bda0771b97c3ecd6d21802d49d2
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 11 Nov 2009 18:38:29 +0800
Tag:    v2.0.0-rc1

MDL-20191 new db/uninstall.php info

commit 9cb565783bf7fc3adaf48a8476dbfedf4e61ca1f
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 11 Nov 2009 18:35:45 +0800
Tag:    v2.0.0-rc1

NOBUG: fixed typos

commit 5884a8e6b32fe2890f2c0b09fdecfbf85c3a8dcf
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 11 Nov 2009 03:45:34 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit 59e0ce0ac569fde14e622c2239482e382a79d2c3
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 10 Nov 2009 22:28:40 +0800
Tag:    v2.0.0-rc1

MDL-20625 adding TODO for combination of session and tansactiosn, discussing best solution with Eloy

commit 57956cc3e29510f3940d6987a08a04dc9350bf53
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 10 Nov 2009 22:04:50 +0800
Tag:    v2.0.0-rc1

MDL-20798 fixed missing access control for module intros

commit fd8ad938688cee107027ab084c5093470c701e68
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 10 Nov 2009 17:34:40 +0800
Tag:    v2.0.0-rc1

MDL-12886 fixed TODOs

commit 4a355d1834377afac54cfa591115bbd5ee7c604b
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 10 Nov 2009 17:31:52 +0800
Tag:    v2.0.0-rc1

MDL-12886 added missing token restriction

commit 3f5995886a6f3eaa150728596e49b422c8c3c367
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 10 Nov 2009 17:06:42 +0800
Tag:    v2.0.0-rc1

improved docs

commit 032216500df9a2179e8dcf7b9ae8326b05d8dcca
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 09 Nov 2009 19:33:14 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style - new sloppy trailing whitespace fixed, yes I am guilty too sad

commit a591d38765500d94b888447e47f45b9d1e0aaa2b
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 09 Nov 2009 18:11:48 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style - new sloppy trailing whitespace fixed

commit 446e2634d4e9f51ff7bb5c4ac6650591d2e72864
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 09 Nov 2009 06:23:05 +0800
Tag:    v2.0.0-rc1

MDL-20723 workaround for zlib compressed scripts

commit e5180580c892794af21d1053821625e7c3d2cdd4
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 09 Nov 2009 06:12:36 +0800
Tag:    v2.0.0-rc1

MDL-17135 fixed fatal installation and ugprade error

commit a38c7a10813378f716727f352f1bfc1faaef77ed
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 09 Nov 2009 06:10:45 +0800
Tag:    v2.0.0-rc1

MDL-20601 fixed undefined variable in major upgrade redirection

commit 40e85c92685b3c701dc8621bb2e06a24e0837f7e
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 09 Nov 2009 05:58:32 +0800
Tag:    v2.0.0-rc1

MDL-12886 more external users api

commit 47c277069f17ba5fe07ceba00b0ef4a520455c7f
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 09 Nov 2009 05:57:27 +0800
Tag:    v2.0.0-rc1

MDL-12886 more external users api - untested

commit 38b76f3c58a4e1862c8a291129454147cac4dfe4
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 09 Nov 2009 05:57:01 +0800
Tag:    v2.0.0-rc1

MDL-12886 more external users api - untested

commit 6ccaf3f5e5b84ab9921bc67b3681edcc59326b83
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 09 Nov 2009 05:39:10 +0800
Tag:    v2.0.0-rc1

MDL-20625 fixed transaction related todos

commit 088f3ffc5d27a9eca9cdb68f254172e65dca42ee
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 09 Nov 2009 05:20:21 +0800
Tag:    v2.0.0-rc1

NOBUG fixed TODO which was already solved

commit 07b81ebd2ddb6d0d42b047b93f3c4f23549cc9ea
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 09 Nov 2009 05:19:11 +0800
Tag:    v2.0.0-rc1

MDL-20625 coding help - better detection of missing commit or rollback

commit c0829930c88fd08c25994a75bc9f0c4fc2e9772a
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 09 Nov 2009 03:00:19 +0800
Tag:    v2.0.0-rc1

MDL-20625 new test for transaction cuncurrency - proposed by Eloy

commit 3400bf6cc4bd4ad68e589667f70d4a98e2b7a06d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 08 Nov 2009 00:00:13 +0800
Tag:    v2.0.0-rc1

MDL-20625 fixed typos, credit goes to Martin Langhoff

commit e484041b8cc005e2a30ba3015983c352fff98ef5
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 07 Nov 2009 18:30:03 +0800
Tag:    v2.0.0-rc1

MDL-20625 forbid transactions when sending messages - we can not undo emails

commit 7c7d3afab5767fa0e9a3bded9ff9294ea92b0c13
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 07 Nov 2009 18:27:57 +0800
Tag:    v2.0.0-rc1

MDL-20766 message_send() used intead of events, it will enable us to improve performance and solve db transactions issues independedntly from events, hopefully this will give us more options in future too because the events are designed specifically for communication "moodle-->external systems"

commit c01678b1d2e55fd97c3d225057c7762f371ffa54
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 07 Nov 2009 17:31:20 +0800
Tag:    v2.0.0-rc1

MDL-20767 can not use messaging in upgrade and fatal errors in strings

commit 2055b631f0c65eef52834733401164f269071071
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 07 Nov 2009 17:13:45 +0800
Tag:    v2.0.0-rc1

MDL-20625 when in transaction do not trigger instant events becase we can not roll them back

commit d5a8d9aa7171f38405e9175b6288fa22918d2f5f
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 07 Nov 2009 16:52:56 +0800
Tag:    v2.0.0-rc1

MDL-20625 new delegated transaction support in DML

commit 667b496a5d8e0afe9e27cd508e8b59ac23eb5766
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 06 Nov 2009 20:28:50 +0800
Tag:    v2.0.0-rc1

MDL-12886 more external users api

commit 8e7d3fe4eec6ddf32d2f9b73223ed93d0972fd79
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 06 Nov 2009 07:10:35 +0800
Tag:    v2.0.0-rc1

MDL-12886 more external course api

commit 930680cba27d42cde1085ef19fcc3b8ed07f7551
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 06 Nov 2009 07:05:26 +0800
Tag:    v2.0.0-rc1

MDL-12886 more external users api

commit 71864f15e59b65649fada3995f0820dec39dc816
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 06 Nov 2009 07:03:33 +0800
Tag:    v2.0.0-rc1

MDL-12886 more external users api

commit 7b472b329a8208aaec26a3a9f464076354fa6755
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 06 Nov 2009 06:54:48 +0800
Tag:    v2.0.0-rc1

MDL-12886 more external users api

commit 443364ab39f3b768dd6752a2decb466c0cd0ab6c
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 06 Nov 2009 06:13:25 +0800
Tag:    v2.0.0-rc1

MDL-12886 more external groups api

commit 4efa24839919a02f51a02c1ba9af24145bc26d83
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 06 Nov 2009 06:06:49 +0800
Tag:    v2.0.0-rc1

MDL-12886 more external groups api

commit c863dc389c77cae888677ad475e7f38edefc79a8
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 06 Nov 2009 04:04:27 +0800
Tag:    v2.0.0-rc1

MDL-12886 more external groups api

commit d804f9e29fa965e4f0b52f905a5c5f137841da97
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 05 Nov 2009 04:23:33 +0800
Tag:    v2.0.0-rc1

MDL-20743 imported latest jabber library 0.1rc2-r77

commit 1b57ec6ce4a559082fbc59cb7acbc95c25680a08
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 05 Nov 2009 04:06:40 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup; please note we are not using stock bennu lib from SF

commit 943733b35bd6b4a078915931b8a110d4773f0f2c
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 05 Nov 2009 04:05:42 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup; please note we are not using stock bennu lib from SF

commit 32e1170907df922cfc8585ef43ad2243f6fa9511
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 05 Nov 2009 04:05:41 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup; please note we are not using stock bennu lib from SF

commit 14a960ac7b3d7345965a419e81ee8afcb88b8953
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 05 Nov 2009 03:53:01 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit 77d72dbdea6724aecfbcf96846ce1b5c0628c92e
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 05 Nov 2009 03:46:56 +0800
Tag:    v2.0.0-rc1

MDL-20742 removed unused install.php files in en and es lang install directory

commit 0ac940b3bf7606d292433dfbf9792672290a1583
Author: Petr Skoda <skodak@moodle.org>
Date:   Thu, 05 Nov 2009 03:24:12 +0800
Tag:    v2.0.0-rc1

MDL-20712 using just $capablities for capability definition array, all other files in db/* do not use component names in definition array; old capability array names are of course supported

commit 8319260833faa9694262d94742a4312957abdc33
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 04 Nov 2009 19:58:30 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit 3fac41f8ddc9609c9b35c52185a43dc4e8458219
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 04 Nov 2009 19:57:54 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit aeb15530b8a8bcda137a4de9fdaac716a8085db1
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 04 Nov 2009 19:57:52 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit cb8a83bbbd1027102fbc733974edc741d05a18d9
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 04 Nov 2009 16:54:07 +0800
Tag:    v2.0.0-rc1

MDL-20601 fixed fatal SQL upgrade error, missing {} around table names

commit e7f59efc0f26a72b0b4c572470a32fddc5d3d8fd
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 04 Nov 2009 16:49:22 +0800
Tag:    v2.0.0-rc1

MDL-20601 bumping up redirect version after major changes

commit aa6c1ced0a9669115f6d7e97f22e9556b61ca81a
Author: Petr Skoda <skodak@moodle.org>
Date:   Wed, 04 Nov 2009 16:11:02 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit 86449d2214e4de204e7dda3434fce6f952d5b1eb
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 03 Nov 2009 22:55:30 +0800
Tag:    v2.0.0-rc1

MDL-20168 we need a lot more memory in 64bit PHP

commit e4e03fa631aecad68115e75076e5e73933be2cb8
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 03 Nov 2009 00:13:22 +0800
Tag:    v2.0.0-rc1

MDL-20720 fixed notices when deleting modules

commit 4103f151f994d43fc2464b7dcd752c112e85eba9
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 02 Nov 2009 22:33:46 +0800
Tag:    v2.0.0-rc1

MDL-20715 fixed notice from dml native oci driver when php driver not installed

commit 51405677bbba1cd8ece536ac07dd930af26b9328
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 02 Nov 2009 04:04:25 +0800
Tag:    v2.0.0-rc1

MDL-20708 fixed CSRF and missing require_login in delete comments (not in stable branches)

commit 6f5e08520598367f5c07e93aaa097ee8252b142b
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 02 Nov 2009 00:48:45 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit 795b6945166780c9d61df6b2adb9fdd43afca2c3
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 23:39:15 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit 49ab5e195033e709ead97f6a5c17503a3118eba2
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 23:32:33 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit e5dd8e3bbd103734383b6021ae371bf3a6fbbca0
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 23:24:58 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit 472e56620ef43adcf9c1267b7bc9cb67daad3c55
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 23:17:21 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit 80ef446c4d8fc6c67edb26f49049f1d52fb36c9b
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 23:03:12 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit 86342d631f07e26fb654cb51f3908101dc67a4e6
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 23:03:10 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit 1adbd2c35095699e987e1f68151423ab054c42ba
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 22:55:15 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit e7521559ed921af0597811de54473b62ea1e7d5e
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 21:17:47 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit dfede59d62b5d713f6a1157e246dc1d70be517fb
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 21:10:07 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit 4317f92f3f68b09ffc55599022076c6c60740552
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 20:51:40 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit 6bfe7aac8bce6167cdfab5b6a182e2e5e8908428
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 20:34:33 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit 5777f4e3911c51b31ce495d996eaed34c64c4b9a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 20:29:18 +0800
Tag:    v2.0.0-rc1

MDL-14679 notes do not use version.php!

commit 1d42298086ef7722334ff26fea7f0ed63c449303
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 20:22:45 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit 6c3ef4103a065368d06c43372babd50d8cd943b2
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 20:11:29 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit 0a8b90f28f55fc1bbd50fc44d2805fcdf14ec04b
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 20:05:04 +0800
Tag:    v2.0.0-rc1

MDL-19676 blog does not use version.php file for a long time

commit 4ca6cfbfd48974ecc0d4138b32089549f751ec84
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 20:00:47 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit 5117d5989916a2f5d612ea446401ec30662abf8b
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 19:55:14 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit 4a0e2e632f230488d8406e2ab65f6064d2561ec6
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 19:42:23 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit 117bd7489701bcaaac1ea58d6a5389a327c7f79a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 19:31:16 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit 24eb9947957ba07bd5fcd1e8112574a01bfef4f2
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 19:14:50 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit f578af59fcffa6edf5926787341dfea3fe16cc0d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 18:57:00 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit 20207b827a8d69f0d3ccfb2e0d6040a908bd2d01
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 18:57:00 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit 8e3837060dd97f72ee906f962f2c077f140416ff
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 18:55:58 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit 0df0df23f4275079968d22eb0572934a00fac0c3
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 18:55:31 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit 244bb396688fea77471f25a913e5aa647ad3398c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 18:42:45 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit 11b749ca90ec3a36d1d57c737d0c18de46894f1d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 18:32:02 +0800
Tag:    v2.0.0-rc1

MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

commit d628171f320774353e39ccff1968770ce1bf818a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 18:16:45 +0800
Tag:    v2.0.0-rc1

MDL-20697 get_site() replaced by proper installation time test

commit ad3abe20523e9331448b266c2dc51e497d7ae5fb
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 18:13:38 +0800
Tag:    v2.0.0-rc1

MDL-20693 fixed debug output problems of WS protocol servers

commit 3086dd5964d2039be4f4d53ecebfefd48a43a8e0
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 18:07:58 +0800
Tag:    v2.0.0-rc1

MDL-20699 fixed ws protocol servers to use new abort transactiosn function

commit 1387fcdd58624203e9f4cc270bf851cf9a83cf8e
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 18:05:07 +0800
Tag:    v2.0.0-rc1

MDL-20699 fixed typos

commit a56c457e52a9ac86eed3cbc9d98245515e4683e3
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 18:00:30 +0800
Tag:    v2.0.0-rc1

MDL-20699 more abstraction in default exception handler

commit 695c5ec4cdbaf001197d031f78574cfd6b3d655b
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 17:58:04 +0800
Tag:    v2.0.0-rc1

MDL-20699 more abstraction in default exception handler

commit 4c1c9175c5691d90d042c20948be3bdbac144b4d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 17:44:11 +0800
Tag:    v2.0.0-rc1

MDL-20698 fixed comment typos

commit e6942a949ae1e5e0bc4d7e830634f2a02968ced7
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 17:38:38 +0800
Tag:    v2.0.0-rc1

MDL-20698 cleaning up old ugprade hacks in setup.php

commit df97c6ee575d57034c137ab1dca25f902149a726
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 17:31:09 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixing old TODO, get_record now throws exception on error

commit 58b45fd7b23396ac74a90d3747e34f4b2353b85b
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 17:25:47 +0800
Tag:    v2.0.0-rc1

MDL-20697 fixed whitespace and coding style

commit 2a250a0b2e179ffb87705bb213798c3ab6d09c06
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 17:21:41 +0800
Tag:    v2.0.0-rc1

MDL-20697 removing duplicate error string cannotfindsite, fixing get_site() which is now using exceptions

commit 3f77c1584c699b3d9255c27e3dfaf9f232e773ed
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 17:10:09 +0800
Tag:    v2.0.0-rc1

MDL-20697 removing duplicate error string, fixing get_site() which is now using exceptions

commit 7b51fb61d263b6a5f1d48ef7fcbf9686d8a1e003
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 17:05:59 +0800
Tag:    v2.0.0-rc1

MDL-20697 get_site() now throws exception in case of any problems (except during installation) - the problem is we can not recover from this automatically

commit f19b623bd915e25d83a64e2fd11ef64d6a70573d
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 06:55:17 +0800
Tag:    v2.0.0-rc1

MDL-20695 do not use trigger_error together with echo, it just duplicates info when debugdisplay on

commit 10729aaaf23e8af4f8516f9ecb94e80db1a310d9
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 06:53:27 +0800
Tag:    v2.0.0-rc1

MDL-20695 set_field does not return false any more, instead throws exception

commit 4daa791538f51af5387862b5ccd6ac297c3f9379
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 06:47:34 +0800
Tag:    v2.0.0-rc1

MDL-20695 print_error() now loges probems too, no need to use trigger_error() separately

commit 6e03bed71bf48bae9b826361c6c63da2d280abed
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 06:37:16 +0800
Tag:    v2.0.0-rc1

MDL-20696 noting zend libs are incomplete and are not guaranteed to be there in future

commit 4dffc77519bccc1ae192d4baf7f8b60701d4b477
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 06:35:06 +0800
Tag:    v2.0.0-rc1

MDL-20696 fixed coding style: lib/setup.php is the first file people start reading when hacking moodle, it has to use the best coding style possible wink

commit 47c2811b9523cd91814468baf8e7f5937f75593c
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 06:22:08 +0800
Tag:    v2.0.0-rc1

MDL-20695 no need to log prefetch attempts, we can not prevent them

commit ccda6d686660d7cfb44480642bdbfaf02ceaca80
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 06:11:16 +0800
Tag:    v2.0.0-rc1

MDL-20695 can not use trigger_error() for informing users about problems in config.php, no need to log these

commit 2e9b772fb8d46df1483298f16952fd765c5d4844
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 01 Nov 2009 06:02:05 +0800
Tag:    v2.0.0-rc1

MDL-20693 new NO_DEBUG_DISPLAY define

commit 3c1ea58b46d097dbd87fd06e1c72bdfd0257418a
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 31 Oct 2009 23:01:25 +0800
Tag:    v2.0.0-rc1

MDL-20691   "Fatal error: Exception thrown without a stack frame in Unknown on line 0" workaround in $OUTPUT->print_error()

commit 30fa50d0b7fbb3e4365ff8604dad2c924fcab294
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 31 Oct 2009 22:17:44 +0800
Tag:    v2.0.0-rc1

MDL-20676 whitespeace and other minor cleanup+fixes

commit 6f8f4d839cdcea782e0e77c286a15a32fb162177
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 31 Oct 2009 22:12:16 +0800
Tag:    v2.0.0-rc1

MDL-20577 fixed print error did not work outside of developer mode, output buffer content not discarded any more (significant debugging regression fix)

commit c19bc39c00e5f657936b359d00e45ec931d7d776
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 31 Oct 2009 21:52:39 +0800
Tag:    v2.0.0-rc1

MDL-20676 refactoring and cleanup in default exception handler

commit cbf05caaac229eb485efcd5b960cb89b66129369
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 31 Oct 2009 21:23:29 +0800
Tag:    v2.0.0-rc1

MDL-20677 print_error() now throws exception + adding support for debug info parameter

commit 6d92adcb2be3b0473e6b4747ed11be64b6ee2cc1
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 31 Oct 2009 21:20:18 +0800
Tag:    v2.0.0-rc1

MDL-20676, MDL-20678 error page fixes

commit 50764d3790ba91f5f7c7d3895885632cfe9c951f
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 30 Oct 2009 21:44:07 +0800
Tag:    v2.0.0-rc1

MDL-20676 improved output buffer workaround when printing fatal errors

commit 89bef76c12ce39666f37d0731063a3113dabbfda
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 30 Oct 2009 21:31:15 +0800
Tag:    v2.0.0-rc1

MDL-20676 removed duplicated debug info in uncaught exceptions

commit 83267ec08ac6747b77822d249bf4b1bbb6cb71d5
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 30 Oct 2009 21:29:14 +0800
Tag:    v2.0.0-rc1

MDL-20677 simplified debugging of deprecated use of error()

commit dfe73ba8e1435865bd759566f59458d7123b1f47
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 30 Oct 2009 21:29:14 +0800
Tag:    v2.0.0-rc1

MDL-20677 simplified debugging of deprecated use of error()

commit a8ab8de9595cdfe8adde1dd4b55986805075352f
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 30 Oct 2009 21:12:45 +0800
Tag:    v2.0.0-rc1

MDL-20677 exception used in error() instead of print&die - this helps a lot when you need custom default exception handlers; it also reduces duplication in code

commit 85309744d6b3d836b1853b85236d4531acde21a4
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 30 Oct 2009 20:46:16 +0800
Tag:    v2.0.0-rc1

MDL-20676 improved protocol specification in fatal error headers - credit goes to Martin Langhoff

commit afda07d5ebb5cf788713d0ccf556aa3cb986fc44
Author: Petr Skoda <skodak@moodle.org>
Date:   Fri, 30 Oct 2009 20:29:32 +0800
Tag:    v2.0.0-rc1

MDL-20676 removed strange attempt to eliminate good old temporary error message

commit 4a2ff5e40bef1dcf3d8b7d0c4406e7765fcf37c5
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 27 Oct 2009 17:32:36 +0800
Tag:    v2.0.0-rc1

MDL-12886 support for custom test client forms in plugins

commit 2cb1ee78e4f009211f9708a751734b27cd6c2895
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 27 Oct 2009 17:27:34 +0800
Tag:    v2.0.0-rc1

MDL-12886 refactoring: improved test client forms support; fixing external group functions

commit 0f4e72dee7311030440f3db7f165e592ff1e8d7a
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 27 Oct 2009 07:05:11 +0800
Tag:    v2.0.0-rc1

MDL-12886 untested external groups API

commit 4f0c6ad11013f14e44619abd38d1878c64f6683a
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 27 Oct 2009 06:39:08 +0800
Tag:    v2.0.0-rc1

MDL-12886 inproved hadnling of bool ws params and return values

commit 01482a4a149251b93587ecf41444aee2fb13db1f
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 27 Oct 2009 05:44:53 +0800
Tag:    v2.0.0-rc1

MDL-17135 external token access support

commit b8affd4c8a5c8fdd9762caa88fae53bd27cc678d
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 27 Oct 2009 03:41:06 +0800
Tag:    v2.0.0-rc1

MDL-12886 support for ws cap names in core

commit dc3f5ffa12c35832ac3457f60643e3f43415513c
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 27 Oct 2009 03:30:12 +0800
Tag:    v2.0.0-rc1

MDL-12886 untested amf server

commit 1942103f8ba6365943c632123fffe44b635fa2b4
Author: Petr Skoda <skodak@moodle.org>
Date:   Tue, 27 Oct 2009 03:10:20 +0800
Tag:    v2.0.0-rc1

MDL-17135 external token access support

commit 76b3838adbfb92b940be7c3267c6391ff7ec3eb0
Author: Petr Skoda <skodak@moodle.org>
Date:   Mon, 26 Oct 2009 01:58:57 +0800
Tag:    v2.0.0-rc1

MDL-20632 crippling the Zend framework, only stuff needed for our /webservice/* kept sad

commit 1e18b6fe65449cb34609636b5c8adac7367592cd
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Oct 2009 17:57:22 +0800
Tag:    v2.0.0-rc1

MDL-20632 import notes

commit b107e64716c7174a65b196f3b2687a46e2cabc23
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Oct 2009 04:59:59 +0800
Tag:    v2.0.0-rc1

MDL-12886 zend based Soap server class

commit 63b1164049778d4946fcc8bd851bdaf406d7ca37
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Oct 2009 03:49:26 +0800
Tag:    v2.0.0-rc1

MDL-20632 latest zend framework lib import

commit 2b271c7bc3d3ab712f8683d2591523b6f27f8d0b
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Oct 2009 03:48:22 +0800
Tag:    v2.0.0-rc1

MDL-20632 latest zend framework lib import

commit c187722c1f3d1fcfb02cc3810fa2f036f6d5c6f8
Author: Petr Skoda <skodak@moodle.org>
Date:   Sun, 25 Oct 2009 00:25:31 +0800
Tag:    v2.0.0-rc1

MDL-12886 improved zend base class

commit 2458e30a86863f2f810e95c6302dbe9bbd0f00f3
Author: Petr Skoda <skodak@moodle.org>
Date:   Sat, 24 Oct 2009 23:28:01 +0800
Tag:    v2.0.0-rc1

MDL-12886 zend base class improvements, somebody forgot to update Zend framework, this should help with compativiltiy too

commit b9b3a3e7cd6be2c9420dbec8ebe39f1412001b28
Author: skodak <skodak>
Date:   Fri, 23 Oct 2009 08:09:22 +0800
Tag:    v2.0.0-rc1

MDL-12886 fixed strict type checking of paramters in XML-RPC client

commit c7e8e6b72b8a10ed168f615becf3052ec51e03ac
Author: skodak <skodak>
Date:   Fri, 23 Oct 2009 08:03:10 +0800
Tag:    v2.0.0-rc1

MDL-12886 fixed regressions, WS may return any data type, we have to use some var_export() or something similar to make it printable

commit 246f6da2b8e259ae888b7a2138aeaecccd62a069
Author: skodak <skodak>
Date:   Fri, 23 Oct 2009 07:54:35 +0800
Tag:    v2.0.0-rc1

MDL-12886 one more external group function, other minor fixes

commit f507217757c53f461b86682a4b849484c86cc74a
Author: skodak <skodak>
Date:   Fri, 23 Oct 2009 07:07:21 +0800
Tag:    v2.0.0-rc1

MDL-12886 one more external group function, other minor fixes

commit 0629a32e51c39fc9dc7cfbea0a120f09cf41d57a
Author: skodak <skodak>
Date:   Thu, 22 Oct 2009 22:40:29 +0800
Tag:    v2.0.0-rc1

MDL-20624 fixed problem with PREV/NEXT dev hack in unittests

commit e97ccab04260df6268fc7c0550387d4d56cd68e8
Author: skodak <skodak>
Date:   Thu, 22 Oct 2009 05:24:05 +0800
Tag:    v2.0.0-rc1

MDL-17135 fixing XSRF regression; adding description and removing incomplete support for localised function names; removing string that will not be used in final version of UI (this would only confuse&slow down translators)

commit cfb99b758842b35f05ae5f6c533c398c1eb12b15
Author: skodak <skodak>
Date:   Thu, 22 Oct 2009 05:21:48 +0800
Tag:    v2.0.0-rc1

MDL-12886 disabling unfinished extenal functions

commit bb5b86a9c1db86a36498997cb52c024a07034e70
Author: skodak <skodak>
Date:   Thu, 22 Oct 2009 04:03:05 +0800
Tag:    v2.0.0-rc1

MDL-17135 fixed whitespace coding style

commit 1b92e902181bbfea9afc40dd32472904dd268d20
Author: skodak <skodak>
Date:   Thu, 22 Oct 2009 04:01:00 +0800
Tag:    v2.0.0-rc1

MDL-17135 fixed too general js function name + fixed whitespace coding style

commit 72977b3786eb2f102fad9504ab0097d1a6ff6e99
Author: skodak <skodak>
Date:   Thu, 22 Oct 2009 03:58:50 +0800
Tag:    v2.0.0-rc1

MDL-17135 moving all webservice and external API related admin UI to new directory, I did not expect there would be so many files, sorry for the trouble

commit 86c252b47db5aacc4f2bdad613ebfbca49aed532
Author: skodak <skodak>
Date:   Thu, 22 Oct 2009 03:36:39 +0800
Tag:    v2.0.0-rc1

MDL-17135 reverting recent change in service management UI - since 1.7 the right way is to use formslib instead of hand written forms (which is roughly equiwalent to new outputlib stuff, sorry); this also fixes regression which incorrectly allowed editting of built-in services

commit f0dafb3c858b9a061813403547dc7a78ddded364
Author: skodak <skodak>
Date:   Thu, 22 Oct 2009 02:25:00 +0800
Tag:    v2.0.0-rc1

MDL-12886 refactored ws test client support and other minor tweaks

commit 06f078484560751cdf5db47eba1ac9cdf857ddeb
Author: skodak <skodak>
Date:   Thu, 22 Oct 2009 02:24:12 +0800
Tag:    v2.0.0-rc1

MDL-20616 support for array of arrays in postdata

commit c91cc5ef45df37ba5d2f8d2d38693b6bdb1b4199
Author: skodak <skodak>
Date:   Wed, 21 Oct 2009 07:00:57 +0800
Tag:    v2.0.0-rc1

MDL-12886 improved access exception

commit ca6340bf72b3c9e3d7b99ec29c7472fb37937025
Author: skodak <skodak>
Date:   Wed, 21 Oct 2009 06:59:10 +0800
Tag:    v2.0.0-rc1

MDL-12886 improved response headers in Zend servers

commit e8b216709f1dc57bf65b1c09bf6496b5d8324174
Author: skodak <skodak>
Date:   Wed, 21 Oct 2009 06:49:39 +0800
Tag:    v2.0.0-rc1

MDL-12886 finally proper exception handling for Zend servers outside of the function execution

commit 5593d2dc360fddf023bc6d6eba43cc932b9b1bf7
Author: skodak <skodak>
Date:   Wed, 21 Oct 2009 06:30:18 +0800
Tag:    v2.0.0-rc1

MDL-12886 refactored function return full external function info and improved reporting of access control problems

commit d4e764ab2822d962d186ba978fc5f08afec2104e
Author: skodak <skodak>
Date:   Tue, 20 Oct 2009 07:14:26 +0800
Tag:    v2.0.0-rc1

MDL-12886 rewritten xmlrpc client, not finished yet - need to solve error sending when exception occures outside of the executed method; the test client needs a lot of refactoring too

commit 37952476882f40edd3c0ef9e443a6ff3539cab7f
Author: skodak <skodak>
Date:   Fri, 16 Oct 2009 15:55:34 +0800
Tag:    v2.0.0-rc1

MDL-12886 minor testclient refactoring

commit 453a7a85d480d090720c2e194c70ef1ecd350a2c
Author: skodak <skodak>
Date:   Fri, 16 Oct 2009 15:25:46 +0800
Tag:    v2.0.0-rc1

MDL-12886 added needed function description

commit 8809813352bd59e0edb49a55f0342ec465ed2257
Author: skodak <skodak>
Date:   Thu, 15 Oct 2009 00:48:38 +0800
Tag:    v2.0.0-rc1

MDL-12886 first attempt to create the Zend compatibility layer for WS

commit 72d0aed6ab554a536b1f14fad721ce023b7d9fd0
Author: skodak <skodak>
Date:   Wed, 14 Oct 2009 16:53:50 +0800
Tag:    v2.0.0-rc1

MDL-14591 improved docs when copying files - thanks Nicolas forspotting this

commit cad36f4e50952a991acb4580875d530506807db6
Author: skodak <skodak>
Date:   Wed, 14 Oct 2009 06:01:43 +0800
Tag:    v2.0.0-rc1

MDL-12886 fixed rest test cleint hard coded strings

commit cc93c7da15bcd669959c7e554faab7c0b5c364ed
Author: skodak <skodak>
Date:   Tue, 13 Oct 2009 05:46:16 +0800
Tag:    v2.0.0-rc1

MDL-12886 minor web service code refactoring which includes new base server class, slightly changed admin UI, sample REST test client, cleaned up lang packs; more changes ahead and lots of TODOs to elliminate; expect more commints in the next few days

commit eb123debc6279c0e7fe92d7cb8979f4db651a46c
Author: skodak <skodak>
Date:   Fri, 09 Oct 2009 06:34:34 +0800
Tag:    v2.0.0-rc1

MDL-19474 One year and a half ago we started designing and implementing our new databse abstraction layer which included brand new moodle native drivers. Today we are finally removing old legacy drivers that were still using adodb internally. From now on the adodb will be used only in some authentication and enrolment plugins, we are probably going to drop adodb there too later in 2.x. Thanks everybody who helped test and improve our new drivers, even bigger thanks to all the great developers who created ADOdb!

commit 79f0d55bc6182b070d102eaf3eeb355c9c130000
Author: skodak <skodak>
Date:   Fri, 09 Oct 2009 06:25:28 +0800
Tag:    v2.0.0-rc1

MDL-19474 finally dropping support for old adodb moodle database drivers, yay!

commit d6960b0bd118f25558e64e95bef10f57c40417b3
Author: skodak <skodak>
Date:   Fri, 09 Oct 2009 06:04:32 +0800
Tag:    v2.0.0-rc1

MDL-19474 finally dropping support for old adodb moodle database drivers, yay!

commit 625adcf2e535c2e3a079cbb49a761e2e5139a29e
Author: skodak <skodak>
Date:   Fri, 09 Oct 2009 06:02:50 +0800
Tag:    v2.0.0-rc1

MDL-12886 make webservice protocols true plugins

commit 265eaf365f69b07258eeb3f2332b2008727e3a50
Author: skodak <skodak>
Date:   Thu, 08 Oct 2009 18:58:24 +0800
Tag:    v2.0.0-rc1

MDL-12886 external functions and services maintenance is now part of the upgrade process - removing old unused code

commit 960dc298571c42ef589797094760a01caad703a3
Author: skodak <skodak>
Date:   Thu, 08 Oct 2009 18:57:20 +0800
Tag:    v2.0.0-rc1

MDL-12886 minor improvement in return value validation

commit ab55925e27cf809be653566a3cc92d6cae74c42a
Author: skodak <skodak>
Date:   Thu, 08 Oct 2009 06:29:00 +0800
Tag:    v2.0.0-rc1

MDL-12886 fixed DML use in service access control

commit fa53a1f2a91c33e12316c63176dfef80298df7c1
Author: skodak <skodak>
Date:   Thu, 08 Oct 2009 05:55:27 +0800
Tag:    v2.0.0-rc1

MDL-12886 new sample simple REST web service layer - this is kind of proposal outlining a bit improved OOP WS server framework; please note it fully works including most of the security checks and authentication - more details in notes at the top of the file; the missing bit is token based authentication

commit 04d212ce4de6af37698243f36c8f08afbe378e3a
Author: skodak <skodak>
Date:   Thu, 08 Oct 2009 05:49:03 +0800
Tag:    v2.0.0-rc1

MDL-12886 refacoring: the external_param is in fact value because we use it also in return structures

commit 2965d271d968ba950245e86ab2461e3356a593c1
Author: skodak <skodak>
Date:   Thu, 08 Oct 2009 05:44:54 +0800
Tag:    v2.0.0-rc1

MDL-12886 fixed param typo and adding new timeout method

commit 13e40ad1830fd652d6146648110dab87d96d87fc
Author: skodak <skodak>
Date:   Thu, 08 Oct 2009 05:44:26 +0800
Tag:    v2.0.0-rc1

MDL-12886 fixed param typo

commit 551f442078cd52e81b83681d6500377b79dfdb5d
Author: skodak <skodak>
Date:   Wed, 07 Oct 2009 18:15:07 +0800
Tag:    v2.0.0-rc1

fixing copyright, this was in fact work of several people smile

commit 88af54fac26bf85734e5bdc1fca84981f6acb438
Author: skodak <skodak>
Date:   Wed, 07 Oct 2009 04:47:07 +0800
Tag:    v2.0.0-rc1

MDL-17135 adding more security restrictions for web service users

commit 44bce9b40bd65ac98f90e1122f8275948c2fc321
Author: skodak <skodak>
Date:   Wed, 07 Oct 2009 04:26:22 +0800
Tag:    v2.0.0-rc1

MDL-17135 basic ws auth plugin, this plugin does not allow normal logins through /login/index.php

commit 1d7db36f28433eecd1c29200a60deaa9213cd86b
Author: skodak <skodak>
Date:   Wed, 07 Oct 2009 03:49:07 +0800
Tag:    v2.0.0-rc1

MDL-12886 more unit tests

commit 3a465d1dc9bb22bc548a7707bff2acae6345fed7
Author: skodak <skodak>
Date:   Wed, 07 Oct 2009 03:34:40 +0800
Tag:    v2.0.0-rc1

MDL-20462 reminder to minimise timemodified indexed column changes

commit f1064cca78d32d3757d286a73a09e101ae9b1b80
Author: skodak <skodak>
Date:   Tue, 06 Oct 2009 01:08:16 +0800
Tag:    v2.0.0-rc1

MDL-19039 improved default frontpage role capability evealuation, needs to be manually enabled in config.php

commit c9c5cc81e9a2ef42f6c7b1413e6f3a224b65dec1
Author: skodak <skodak>
Date:   Fri, 02 Oct 2009 20:13:56 +0800
Tag:    v2.0.0-rc1

MDL-12886 external lib parameter validation routine + some unit tests

commit 8c772ad78fde839e451a632d49ab5ba07ac78d95
Author: skodak <skodak>
Date:   Fri, 02 Oct 2009 05:53:58 +0800
Tag:    v2.0.0-rc1

MDL-12886 updating groups external API

commit c29cca3023ccd7bfb3b8ea1e1603c0a024512a69
Author: skodak <skodak>
Date:   Fri, 02 Oct 2009 05:53:14 +0800
Tag:    v2.0.0-rc1

MDL-12886 WS param and return description classes

commit b4c1a34ea9629ae36409e90518f80c56d04beb1e
Author: skodak <skodak>
Date:   Fri, 02 Oct 2009 05:41:37 +0800
Tag:    v2.0.0-rc1

MDL-12886 updating groups external API

commit b038c32c824d09d75cb1dd8a55bceb8adf8e3170
Author: skodak <skodak>
Date:   Fri, 02 Oct 2009 05:33:33 +0800
Tag:    v2.0.0-rc1

MDL-12886 WS param and return description classes

commit 9950c88ff9efce4a294d661d9ba928cbfcd4c7ec
Author: skodak <skodak>
Date:   Thu, 01 Oct 2009 17:58:08 +0800
Tag:    v2.0.0-rc1

MDL-20385 better access control checks for frontpage activities; merged from MOODLE_19_STABLE

commit 39ccd06b59eb4c3cd22e99badcfc13cc9f856ba7
Author: skodak <skodak>
Date:   Tue, 29 Sep 2009 15:25:56 +0800
Tag:    v2.0.0-rc1

MDL-20371 improved warning string

commit 5f05358d4ba06ae6cecfa35645070e645df24401
Author: skodak <skodak>
Date:   Tue, 29 Sep 2009 02:59:40 +0800
Tag:    v2.0.0-rc1

MDL-20371 backups should never be in site files, let's create the secure backupdata in site files automatically

commit 6e5f318c539738f0e2ad8cf67c2c8b1f0a0f6d3e
Author: skodak <skodak>
Date:   Tue, 29 Sep 2009 00:45:46 +0800
Tag:    v2.0.0-rc1

MDL-20369 fixed restoring of default sort

commit 1e123f47d85e15b648324667f4f833ca79e3ab13
Author: skodak <skodak>
Date:   Tue, 29 Sep 2009 00:08:17 +0800
Tag:    v2.0.0-rc1

MDL-20369 fixed incorrect fetching of data fields - this was causing major problem with incorrect defaultsort caused by restore bug; merged from MOODLE_19_STABLE

commit ebb621f6a9daf51ea6455354566ea3f662449ea0
Author: skodak <skodak>
Date:   Mon, 28 Sep 2009 02:08:27 +0800
Tag:    v2.0.0-rc1

MDL-11896 added hint if entry awaits approval

commit 12058e63adbc2de08a6ad62682f5a679c3f49089
Author: skodak <skodak>
Date:   Sun, 27 Sep 2009 17:23:28 +0800
Tag:    v2.0.0-rc1

MDL-20209 fixed regression - the email has to be synced with ext auth when change confirmed

commit 6d7fa5d8d862370410ed701cfdedf18d51edb7c2
Author: skodak <skodak>
Date:   Sun, 27 Sep 2009 04:17:57 +0800
Tag:    v2.0.0-rc1

MDL-19269 Deleted internal auth users - handling is buggy; credit Martin Langhoff

commit 64521d31ac94a235f9ea28196c980ea001832f19
Author: skodak <skodak>
Date:   Sun, 27 Sep 2009 03:17:21 +0800
Tag:    v2.0.0-rc1

MDL-20209 fixed incorrect mail sync with ext auths

commit 02b5087e1475d3deecfd77a5efc3adfda7d011c4
Author: skodak <skodak>
Date:   Sun, 27 Sep 2009 02:50:08 +0800
Tag:    v2.0.0-rc1

MDL-20355 teachers may not see overview of all students in course because they might not have access in all their courses - please use profile instead; merged from MOODLE_19_STABLE

commit 9c2d5353a80a44c21c44da7c8c2344cfd7b0f759
Author: skodak <skodak>
Date:   Sun, 27 Sep 2009 02:22:12 +0800
Tag:    v2.0.0-rc1

MDL-20311 refactoring regression - thanks Clyde Tan for noticing this

commit d18e0fe64653329c711d248b83083085acc114de
Author: skodak <skodak>
Date:   Sun, 27 Sep 2009 01:07:08 +0800
Tag:    v2.0.0-rc1

MDL-20353 adding missing data types of hidden form fields

commit 5a529a535c9fa6a42fd25671314f14b5cf9ac1a0
Author: skodak <skodak>
Date:   Tue, 22 Sep 2009 00:08:26 +0800
Tag:    v2.0.0-rc1

fixing reverting mess

commit 893d7f0f11d9b9341707dd724e2c205a129a27ba
Author: skodak <skodak>
Date:   Thu, 17 Sep 2009 03:03:21 +0800
Tag:    v2.0.0-rc1

MDL-12886 moved WS related stuff to webservice lib instead of external lib

commit d4e133554a758551a51e0eb7d6e84d7415844b96
Author: skodak <skodak>
Date:   Thu, 17 Sep 2009 03:00:12 +0800
Tag:    v2.0.0-rc1

MDL-12886 improved external API

commit 5b658d18ad30cc1710f21d93dad88f14398e85b6
Author: skodak <skodak>
Date:   Thu, 17 Sep 2009 02:49:16 +0800
Tag:    v2.0.0-rc1

MDL-12886 api improvments - adding new descriptions functions - for now without the implemenatation, we need to decide first

commit 2e13b916724e848fc7def6cd04712a3cc0b9e2d8
Author: skodak <skodak>
Date:   Thu, 17 Sep 2009 02:39:42 +0800
Tag:    v2.0.0-rc1

MDL-12886 api improvments - adding new descriptions functions - for now without the implemenatation, we need to decide first

commit 0c96468c738ac776856de5662efb18ce3fd017fd
Author: skodak <skodak>
Date:   Thu, 17 Sep 2009 02:36:44 +0800
Tag:    v2.0.0-rc1

MDL-12886 api improvments - adding new descriptions functions - for now without the implemenatation, we need to decide first

commit 1bea0c27d97602afc33c8cbef728c8faca53d173
Author: skodak <skodak>
Date:   Thu, 17 Sep 2009 02:06:31 +0800
Tag:    v2.0.0-rc1

MDL-12886 api improvments - the actuall validation implementation is missing - we need to finalize the param description first

commit 8adaba4258ae0d4c14e08e14a7276667b6a9e3d0
Author: skodak <skodak>
Date:   Thu, 17 Sep 2009 01:44:28 +0800
Tag:    v2.0.0-rc1

MDL-12886 the param and return descriptions will be in static methods together with the implementation smile

commit b18e25d541084276f87a91af82402e48f8c4243a
Author: skodak <skodak>
Date:   Wed, 16 Sep 2009 18:08:37 +0800
Tag:    v2.0.0-rc1

MDL-12886 fixed regression, wrongtable name,sorry

commit b7e8cfb6ec87f184d743a18612857b0e7b67d9d6
Author: skodak <skodak>
Date:   Wed, 16 Sep 2009 18:06:05 +0800
Tag:    v2.0.0-rc1

MDL-12886 fixed regression, missing include

commit 625f0a24d64a3ff19cf22906c5b033354f6735f9
Author: skodak <skodak>
Date:   Wed, 16 Sep 2009 15:22:22 +0800
Tag:    v2.0.0-rc1

MDL-12886 we need to use static methods to make these descriptions work

commit ef22c1b6645b5ba6cee79ace5217529fba75395a
Author: skodak <skodak>
Date:   Wed, 16 Sep 2009 06:52:49 +0800
Tag:    v2.0.0-rc1

MDL-12886 converting user/external.php to externallib.php - work in progress

commit ab9a01f2b7327b0c99d1d8226b099845f0f4cb07
Author: skodak <skodak>
Date:   Wed, 16 Sep 2009 04:31:08 +0800
Tag:    v2.0.0-rc1

MDL-20293 strict param validation support - fixed group external lib methods

commit d80e74fb8efe21a03fc2db25cc54a9964cf40865
Author: skodak <skodak>
Date:   Wed, 16 Sep 2009 04:14:07 +0800
Tag:    v2.0.0-rc1

MDL-20293 strict param validation support

commit a3f7cbf64ee3f20cc9727d1cb068381f3224838f
Author: skodak <skodak>
Date:   Wed, 16 Sep 2009 04:08:47 +0800
Tag:    v2.0.0-rc1

MDL-20293 strict param validation support

commit 9a0df45a01f848e7d31e4b12ef2a5353097009f6
Author: skodak <skodak>
Date:   Tue, 15 Sep 2009 07:52:08 +0800
Tag:    v2.0.0-rc1

MDL-12886 new design of external service functions, groups api improved and known problems fixed - still work in progress with lots of todos - sorry

commit c976e271c58cd448317a55a62794a62bd27a1b07
Author: skodak <skodak>
Date:   Mon, 14 Sep 2009 05:26:51 +0800
Tag:    v2.0.0-rc1

MDL-20274 upgrade and install support for db/services.php

commit 5b9a70a15a8fbc1a0ff36accc69ac9d886f8705b
Author: skodak <skodak>
Date:   Mon, 14 Sep 2009 04:05:44 +0800
Tag:    v2.0.0-rc1

MDL-20273 updated web services and functions description tables , includes indexes and foreign keys - oops forgot unique service name index

commit 5d820ca273db5f2f51fe26dbac1466fd7f50ebb6
Author: skodak <skodak>
Date:   Mon, 14 Sep 2009 03:09:16 +0800
Tag:    v2.0.0-rc1

MDL-20273 updated web services and functions description tables , includes indexes and foreign keys

commit b08b3569604066d3fbb02442beaf308391f43d11
Author: skodak <skodak>
Date:   Tue, 08 Sep 2009 15:09:01 +0800
Tag:    v2.0.0-rc1

MDL-20232 making "object" class extend stdClass - this greatly helps with type checking

commit 2138244c034b586dc3414c8a26d8373fba6eb3d1
Author: skodak <skodak>
Date:   Tue, 01 Sep 2009 17:26:43 +0800
Tag:    v2.0.0-rc1

MDL-20191 more plugin uninstall cleanup and improvements

commit 0db7ba95772a288e11f28259f66b1d2a4fcd8053
Author: skodak <skodak>
Date:   Tue, 01 Sep 2009 16:46:16 +0800
Tag:    v2.0.0-rc1

MDL-20196 improved plugin_supports() for all plugin types

commit 6759ad2f931e2023549a4d9e6a11c88e08790d81
Author: skodak <skodak>
Date:   Tue, 01 Sep 2009 16:39:55 +0800
Tag:    v2.0.0-rc1

fixed whitespace

commit f5a08da4c50668be84533b4e1086b16b37734191
Author: skodak <skodak>
Date:   Tue, 01 Sep 2009 16:39:01 +0800
Tag:    v2.0.0-rc1

MDL-20196 improved plugin_supports() for all plugin types

commit ba339191851e7326a162861c5f0a396f18a1c903
Author: skodak <skodak>
Date:   Tue, 01 Sep 2009 04:46:11 +0800
Tag:    v2.0.0-rc1

MDL-20169 reverting my incorrect patch - sorrry

commit 459e384ef225f9e731365e85b3d21860559339b8
Author: skodak <skodak>
Date:   Sat, 29 Aug 2009 19:15:27 +0800
Tag:    v2.0.0-rc1

MDL-14632 fixed forbidden use of Call-time pass-by-reference

commit 53e8c830fb8f8e9c6b4695068f47b13ac12d8c1a
Author: skodak <skodak>
Date:   Fri, 28 Aug 2009 04:54:52 +0800
Tag:    v2.0.0-rc1

MDL-20176 param types mandatory - temporary hacks, needs to be fixed properly

commit d4b5bd43930e090ab173428d563ced5166411d80
Author: skodak <skodak>
Date:   Fri, 28 Aug 2009 03:20:03 +0800
Tag:    v2.0.0-rc1

MDL-20169 fixed coding style, parameter type required

commit 92ebcabeb3517866a72d23fbee3ca16dad04ff59
Author: skodak <skodak>
Date:   Fri, 28 Aug 2009 03:14:45 +0800
Tag:    v2.0.0-rc1

MDL-20169 fixed coding style, parameter type required

commit 622365d2e1f88a839e383827d48a8864190f91d9
Author: skodak <skodak>
Date:   Fri, 28 Aug 2009 02:37:53 +0800
Tag:    v2.0.0-rc1

MDL-20169 fixed coding style, parameter type required

commit ebdd9fed4b0e27c8ccdf90332a6978833ae64802
Author: skodak <skodak>
Date:   Thu, 27 Aug 2009 16:49:54 +0800
Tag:    v2.0.0-rc1

MDL-20169 fixed coding style, parameter type required

commit 6472929b6d4e945abb10cd0bb4c44b182ad57b8f
Author: skodak <skodak>
Date:   Thu, 27 Aug 2009 16:23:10 +0800
Tag:    v2.0.0-rc1

fixed sloppy coding style

commit d54394504cdbd24f6c183da94233d68a529f50c7
Author: skodak <skodak>
Date:   Tue, 18 Aug 2009 18:23:53 +0800
Tag:    v2.0.0-rc1

MDL-20067 fixed notes

commit d568c015b169f350916940f49b0f9e1d0bd13258
Author: skodak <skodak>
Date:   Mon, 17 Aug 2009 16:21:40 +0800
Tag:    v2.0.0-rc1

MDL-16089 added resoruce related upgrade notes

commit 9c733e8621f7688e8c85d9c0a389b7f413801237
Author: skodak <skodak>
Date:   Mon, 17 Aug 2009 16:10:13 +0800
Tag:    v2.0.0-rc1

MDL-19417 added timezone settings info

commit 436b1642f06aa8c2f4b18d8c194b223e6d580cbd
Author: skodak <skodak>
Date:   Mon, 17 Aug 2009 16:01:24 +0800
Tag:    v2.0.0-rc1

MDL-20067 IMSCP now uses file picker

commit e0d481503136d58f0df8e179b822f6fe49a6237e
Author: skodak <skodak>
Date:   Fri, 14 Aug 2009 05:33:11 +0800
Tag:    v2.0.0-rc1

MDL-20069 updated TODO tasks with tracker numbers

commit f80563ff2914db99b0f408197b0e91af8dba5f5b
Author: skodak <skodak>
Date:   Fri, 14 Aug 2009 05:30:27 +0800
Tag:    v2.0.0-rc1

MDL-20065 updated TODO tasks with tracker numbers

commit 8ff74ec7ace47ba0b931b5080a8265058804edc9
Author: skodak <skodak>
Date:   Fri, 14 Aug 2009 05:01:30 +0800
Tag:    v2.0.0-rc1

MDL-20068 updated TODO tasks with tracker numbers

commit e5d68bca1f1d71fb3bd49d2ec90e41616c650f0f
Author: skodak <skodak>
Date:   Fri, 14 Aug 2009 04:57:48 +0800
Tag:    v2.0.0-rc1

MDL-20067 updated TODO tasks with tracker numbers

commit adb77bc8fbe5c824e0d95e5a4288f2e6b151698f
Author: skodak <skodak>
Date:   Fri, 14 Aug 2009 04:54:55 +0800
Tag:    v2.0.0-rc1

MDL-20066 updated TODO tasks with tracker numbers

commit 58a27a7467ef4d562a15525d8dcb8c8889b81bf9
Author: skodak <skodak>
Date:   Fri, 14 Aug 2009 04:49:37 +0800
Tag:    v2.0.0-rc1

MDL-20069 new URL module, includes migrate from old mod/resource; remaining issues to be listed in tracker as sub-tasks

commit 1ad9ff57ffa447bbb51ad43c0c0f492b6d1166d6
Author: skodak <skodak>
Date:   Fri, 14 Aug 2009 04:49:07 +0800
Tag:    v2.0.0-rc1

MDL-20068 new Page module, includes migrate from old mod/resource; remaining issues to be listed in tracker as sub-tasks

commit 2ff648fb972b5116a66e2167778b01a776e76ab7
Author: skodak <skodak>
Date:   Fri, 14 Aug 2009 04:48:32 +0800
Tag:    v2.0.0-rc1

MDL-20067 new IMS Content package module, includes migrate from old mod/resource; remaining issues to be listed in tracker as sub-tasks

commit 0e16b939e821b4dbe1d21a201215fa86081209e3
Author: skodak <skodak>
Date:   Fri, 14 Aug 2009 04:47:43 +0800
Tag:    v2.0.0-rc1

MDL-20066 new folder module, includes migrate from old mod/resource; remaining issues to be listed in tracker as sub-tasks

commit aa54ed7b0241fa808d5d5d7dc53a5bbb044d4a5a
Author: skodak <skodak>
Date:   Fri, 14 Aug 2009 04:45:50 +0800
Tag:    v2.0.0-rc1

MDL-20065 new implementation of File module, modules sub-types are being migrated to separate modules; remaining issues to be listed as sub-tasks in tracker

commit ae4a98a108e7e9464ad47f0ded7b0b1d69d172be
Author: skodak <skodak>
Date:   Tue, 11 Aug 2009 17:40:59 +0800
Tag:    v2.0.0-rc1

MDL-13766 fixed some obvious problems with missing global $CFG and undefined variables

commit d1f06fb5f1d2cee49a54cb97b90aa981c8f16d2e
Author: skodak <skodak>
Date:   Tue, 11 Aug 2009 04:50:51 +0800
Tag:    v2.0.0-rc1

MDL-20038 replacing strtolowe() used incorrectly to get module directory name from localised string - that could work only for some modules and in English only wink

commit 9b683d130ab5b363c91f4a56d4efc706e40741cb
Author: skodak <skodak>
Date:   Fri, 07 Aug 2009 03:59:16 +0800
Tag:    v2.0.0-rc1

MDL-20015 a way to recover from problems in db/install.php

commit 45440ceb61af86e6ab461d70490e19e43326d959
Author: skodak <skodak>
Date:   Fri, 07 Aug 2009 02:20:08 +0800
Tag:    v2.0.0-rc1

fixed wrong error string

commit 064660709818a7e2005a7891dbd0260956baad70
Author: skodak <skodak>
Date:   Thu, 06 Aug 2009 21:25:21 +0800
Tag:    v2.0.0-rc1

MDL-19962 automatic regeneration of the sessio nid during each login; merging unused lang strings

commit d2d65ba0a1feb7636e50b3e2d19e33b8d620eb38
Author: skodak <skodak>
Date:   Thu, 06 Aug 2009 05:52:17 +0800
Tag:    v2.0.0-rc1

MDL-20007 temporary fix for styles broken by UI overriding general elements

commit 1b6f6462cf9961e3d4d3a96f344d6ac5f0120512
Author: skodak <skodak>
Date:   Thu, 06 Aug 2009 04:29:34 +0800
Tag:    v2.0.0-rc1

MDL-20007 temporary fix for styles broken by UI overriding general elements

commit 0a127169fe7216fb1e3b8e1011adf88925b21769
Author: skodak <skodak>
Date:   Mon, 03 Aug 2009 15:35:41 +0800
Tag:    v2.0.0-rc1

MDL17980 reverting last commit - other devs agreed, to be explained in tracker

commit 50b165ad7f8accedaeb869167b4cfa516929679c
Author: skodak <skodak>
Date:   Mon, 03 Aug 2009 02:53:41 +0800
Tag:    v2.0.0-rc1

MDL-16597 fixed broken maxfiles == -1 support in file manager

commit bae2432219581deb65234e5fa8fa4c96a9dcedd5
Author: skodak <skodak>
Date:   Sun, 02 Aug 2009 19:37:37 +0800
Tag:    v2.0.0-rc1

MDL-19982 fixed notice if group empty; merged from MOODLE_19_STABLE

commit f6486af888a8c07199138e18277be4e0a47975ae
Author: skodak <skodak>
Date:   Thu, 30 Jul 2009 17:05:18 +0800
Tag:    v2.0.0-rc1

fixed broken validation of parameters in confirm method

commit 360dde50ba68d5708232e467f1364c6c4d167315
Author: skodak <skodak>
Date:   Tue, 28 Jul 2009 04:36:28 +0800
Tag:    v2.0.0-rc1

MDL-19943 new debug optiosn for validators link and page info in footer

commit 3c131047f2ad6c92f2bd1882da10c44cccb1a84a
Author: skodak <skodak>
Date:   Tue, 28 Jul 2009 03:32:45 +0800
Tag:    v2.0.0-rc1

MDL-16089 fixed hardcoded itemid in module files support

commit 5db2b5951ff3d8502c8ef5baf941df3cc202061a
Author: skodak <skodak>
Date:   Mon, 27 Jul 2009 23:14:49 +0800
Tag:    v2.0.0-rc1

MDL-19756 better broken param diag

commit da65c538cd9a8d2bfd367f09b573845746286a8e
Author: skodak <skodak>
Date:   Mon, 27 Jul 2009 23:13:35 +0800
Tag:    v2.0.0-rc1

MDL-19756 fixing incorrect parameter objects

commit ead1429070ccbea0b796335913db19c548054d15
Author: skodak <skodak>
Date:   Mon, 27 Jul 2009 20:39:13 +0800
Tag:    v2.0.0-rc1

MDL-16231 fixed regression - completed delete file refactoring

commit 3b53c3e914f6bcefc822a4e8d0c80c44415b49f3
Author: skodak <skodak>
Date:   Sat, 25 Jul 2009 16:17:56 +0800
Tag:    v2.0.0-rc1

removed bogus debug code

commit 4aa31a61f09eb51853b30c5d29eefda9bc068687
Author: skodak <skodak>
Date:   Tue, 21 Jul 2009 16:19:02 +0800
Tag:    v2.0.0-rc1

MDL-19875 tested patch and added some more echos, thanks Tim!

commit 536ec7edaf4e183855e8402e78d22781304b8453
Author: skodak <skodak>
Date:   Sun, 19 Jul 2009 21:55:03 +0800
Tag:    v2.0.0-rc1

MDL-19874 updated geoip to 1.80 and fixed iplookup regressions

commit c1d1e93bce6c0ecc3192e61d998362b700943e08
Author: skodak <skodak>
Date:   Sun, 19 Jul 2009 21:54:12 +0800
Tag:    v2.0.0-rc1

MDL-19874 updated geoip to 1.80 and fixed iplookup regressions

commit 48fb4cd68920553b3d4de99809da5c3ec71bf680
Author: skodak <skodak>
Date:   Sun, 19 Jul 2009 21:54:11 +0800
Tag:    v2.0.0-rc1

MDL-19874 updated geoip to 1.80 and fixed iplookup regressions

commit d5645d89ddfbc116bc8ffabc1341b35256af01fa
Author: skodak <skodak>
Date:   Sun, 19 Jul 2009 21:18:50 +0800
Tag:    v2.0.0-rc1

evalmath is BSD, not GPL!

commit ec00bfc5cd6bdde6f3c65190d765ff0fd91ae6ea
Author: skodak <skodak>
Date:   Sun, 19 Jul 2009 21:14:44 +0800
Tag:    v2.0.0-rc1

MDL-19873 imported new SimplePie 1.2

commit f68ab42ba32246de2b036c5fbf2fa6679a540f3b
Author: skodak <skodak>
Date:   Sun, 19 Jul 2009 21:05:21 +0800
Tag:    v2.0.0-rc1

MDL-19872 imported new TinyMCE 3.2.5

commit 6ec450fb16c798f50d57a106fae18f97cb5e993a
Author: skodak <skodak>
Date:   Sun, 19 Jul 2009 20:17:48 +0800
Tag:    v2.0.0-rc1

MDL-19871 new parameter syntax from htmlpurifier 4.0.0

commit 97f973f922ec531004b09da9548aeaac1519e57e
Author: skodak <skodak>
Date:   Sun, 19 Jul 2009 19:56:56 +0800
Tag:    v2.0.0-rc1

MDL-19871 imported htmlpurifier 4.0.0

commit 4c5e3bbe14ec4298e6837656e6be3e8f2201f310
Author: skodak <skodak>
Date:   Sun, 19 Jul 2009 19:54:35 +0800
Tag:    v2.0.0-rc1

MDL-19725 forgotten to update version in lib desc

commit e38d0e3d9f7aff6e481a1cc9ae6cd003d058792e
Author: skodak <skodak>
Date:   Sun, 19 Jul 2009 18:43:21 +0800
Tag:    v2.0.0-rc1

MDL-19725 forgotten to update version in readme

commit 0a8a7b6c24dc3ae2b460559a1ebec1ec55cd73e9
Author: skodak <skodak>
Date:   Sun, 19 Jul 2009 16:56:45 +0800
Tag:    v2.0.0-rc1

MDL-14589 added missing require_login()

commit 5e6d46cbd9fbb66646fbc7f260c9441c90eea525
Author: skodak <skodak>
Date:   Fri, 17 Jul 2009 16:33:23 +0800
Tag:    v2.0.0-rc1

MDL-19842 securing algebradebug the same way as text debug - only admins may use it now

commit 16b07d61d94c602f589fa708a6a305ebd3b83ddd
Author: skodak <skodak>
Date:   Thu, 16 Jul 2009 17:48:17 +0800
Tag:    v2.0.0-rc1

MDL-19832 new mimeTeX binaries v1.70

commit 0be30d6f7a9d52fd6ec8b14b3297b1a117ab5171
Author: skodak <skodak>
Date:   Thu, 16 Jul 2009 17:05:15 +0800
Tag:    v2.0.0-rc1

MDL-19841 removed sloppy hardcoded debug levels

commit 308240b16458e98ec07753f0b9c81b9d49801838
Author: skodak <skodak>
Date:   Wed, 15 Jul 2009 16:11:28 +0800
Tag:    v2.0.0-rc1

MDL-19785 temp fix for undefined completioninfo

commit 4e94ce8ec56f6b539394ee6909d2004a5aad466a
Author: skodak <skodak>
Date:   Tue, 14 Jul 2009 16:26:45 +0800
Tag:    v2.0.0-rc1

MDL-16075 fixed incomplete conversion of glossary comments

commit 7f0fedc0b5f3c6304634b51df38e9d9f616ddd06
Author: skodak <skodak>
Date:   Tue, 14 Jul 2009 16:25:51 +0800
Tag:    v2.0.0-rc1

MDL-14589 fixed incorrect condition testing if files allowed when postprocessing editor element data, thanks Nicolas for reporting this

commit ea878456600108101127c743a7fb5096a8fdbd15
Author: skodak <skodak>
Date:   Tue, 14 Jul 2009 14:33:34 +0800
Tag:    v2.0.0-rc1

MDL-16089 new general page type needed for framed resources, this is not accessible but unfortunately it works much better than object embedding; it will be also used by phpmyadmin integration

commit 75904dfa13d202a3f81f208919c6a541d54ef25a
Author: skodak <skodak>
Date:   Tue, 14 Jul 2009 04:33:56 +0800
Tag:    v2.0.0-rc1

MDL-19755 fixed regression - no class test must be done before adding allign classes wink

commit 36c8dc6e161e04ece9b9410ec53f79c72748dade
Author: skodak <skodak>
Date:   Fri, 10 Jul 2009 16:08:00 +0800
Tag:    v2.0.0-rc1

MDL-19010 fixed redirect at login page if upgrade required, otherwise it would end with exception due to DB structure changes

commit 80b3328712fc79251ea3d8e63df914a34c04a838
Author: skodak <skodak>
Date:   Fri, 10 Jul 2009 16:03:06 +0800
Tag:    v2.0.0-rc1

MDL-19010 fixed redirect at main page if upgrade required, otherwise it would end with exception due to DB structure changes

commit 462caf41b28c2e460caacc6d6f4cb969b01b7826
Author: skodak <skodak>
Date:   Fri, 10 Jul 2009 04:17:41 +0800
Tag:    v2.0.0-rc1

MDL-16630 do not show admin tree until the site is fully configured

commit 092bfaf10f1237cb837f426e710b4fc9458a951a
Author: skodak <skodak>
Date:   Fri, 10 Jul 2009 04:07:51 +0800
Tag:    v2.0.0-rc1

removed php closing tag

commit 42f97068651f8198ce85265ceb183aa39b35b60c
Author: skodak <skodak>
Date:   Fri, 10 Jul 2009 04:02:27 +0800
Tag:    v2.0.0-rc1

fixed obsolete readme info

commit edcb15b5c65559939209b56c36f1245c2abd15b6
Author: skodak <skodak>
Date:   Fri, 10 Jul 2009 03:58:29 +0800
Tag:    v2.0.0-rc1

fixed whitespace and added TODO for release

commit 8b6a09680a02b26c8d38149d375d5c7a43e90077
Author: skodak <skodak>
Date:   Fri, 10 Jul 2009 03:54:54 +0800
Tag:    v2.0.0-rc1

fixed whitespace

commit a820c2c26e7847ae334eb6f4a516107b7c738eb8
Author: skodak <skodak>
Date:   Fri, 10 Jul 2009 03:14:31 +0800
Tag:    v2.0.0-rc1

MDL-16706 fix of fix that was supposed to fix previous regression

commit 8c143dfe8a115a941e62d364a7bc8e38a71297cc
Author: skodak <skodak>
Date:   Fri, 10 Jul 2009 00:33:58 +0800
Tag:    v2.0.0-rc1

MDL-16706 fix of previous fix - multiple editors in one form shoudl work again

commit aef0bc4830cbe53d6b3aca41e765e1f32ba1d543
Author: skodak <skodak>
Date:   Tue, 07 Jul 2009 05:18:49 +0800
Tag:    v2.0.0-rc1

MDL-19725 latest dragmath 0.7.8.1 imported

commit 4fd8ef55eaabf290499690b5643a9773b97d9ecb
Author: skodak <skodak>
Date:   Sun, 05 Jul 2009 03:17:48 +0800
Tag:    v2.0.0-rc1

MDL-16597 temporary icon fix

commit 3bd3e067d68720a978ad56e86a0ae584f1bef183
Author: skodak <skodak>
Date:   Sun, 05 Jul 2009 03:03:44 +0800
Tag:    v2.0.0-rc1

MDL-16597 at least basic support for displaying of subdirectory content and general cleanup

commit 3b6076788dbb8becad7571142e67cb7eadd2f78e
Author: skodak <skodak>
Date:   Sun, 05 Jul 2009 02:47:56 +0800
Tag:    v2.0.0-rc1

MDL-14589 fixed area tree generation

commit 65635c0144cbc812ef4f80f6eb4bbf62771a571f
Author: skodak <skodak>
Date:   Sun, 05 Jul 2009 02:21:43 +0800
Tag:    v2.0.0-rc1

fixed missing CFG global

commit d128a46db8166d40055e625f9d5f3c41aba5101b
Author: skodak <skodak>
Date:   Sun, 05 Jul 2009 00:31:33 +0800
Tag:    v2.0.0-rc1

fixed missing OUTPUT global regression

commit 4fea29e40ef0e7f1e5a29905e946cf6d71d2612e
Author: skodak <skodak>
Date:   Sat, 04 Jul 2009 19:15:16 +0800
Tag:    v2.0.0-rc1

MDL-19689 get_coursemodule_from_id() and get_coursemodule_from_instance() now have $strictness parameter too

commit 2bad34a3099a486f69737b9a7891c70ce8b89346
Author: skodak <skodak>
Date:   Sat, 04 Jul 2009 18:53:57 +0800
Tag:    v2.0.0-rc1

MDL-19689 fixed strictness constants, thanks Tim

commit 98c8594a76b16b8b6c8f089c60bae7d5c7432a9c
Author: skodak <skodak>
Date:   Sat, 04 Jul 2009 17:48:56 +0800
Tag:    v2.0.0-rc1

MDL-16438 fixed portfolio regression

commit 6c7f537455d0ba6dca4bcf0426c55d5573190ee7
Author: skodak <skodak>
Date:   Sat, 04 Jul 2009 17:35:03 +0800
Tag:    v2.0.0-rc1

MDL-19689 adding IGNORE_MULTIPLE to get_record - please note this parameter is discouraged

commit e6c6531ccee880b46d69d0e849bf5dadaf63e412
Author: skodak <skodak>
Date:   Sat, 04 Jul 2009 17:30:59 +0800
Tag:    v2.0.0-rc1

MDL-19689 fixed strictness constants, thanks Tim

commit af12ea93ba7979232035cd2e9982719cb494232b
Author: skodak <skodak>
Date:   Sat, 04 Jul 2009 06:38:56 +0800
Tag:    v2.0.0-rc1

MDL-19689 new $strictness parameter in $DB->get_record() and $DB->get_field() family of DML methods

commit 7d961b68880b32e66b7f81d6f8f85d2a1a658d89
Author: skodak <skodak>
Date:   Sat, 04 Jul 2009 05:48:06 +0800
Tag:    v2.0.0-rc1

MDL-19676 removing premature commit

commit 86900a93bb852195277d12e30da776c599f764dc
Author: skodak <skodak>
Date:   Fri, 03 Jul 2009 21:40:37 +0800
Tag:    v2.0.0-rc1

MDL-14589 improved _pluginfile function - added forcedownload param and fixed docs

commit 98edf7b6476e97a80d74fa48d5c05513386e0eb1
Author: skodak <skodak>
Date:   Fri, 03 Jul 2009 21:39:39 +0800
Tag:    v2.0.0-rc1

MDL-14589 improved _pluginfile function - added forcedownload param and fixed docs

commit 6c79b0980fa18bb14933c59f24260c56a54954ae
Author: skodak <skodak>
Date:   Fri, 03 Jul 2009 21:39:14 +0800
Tag:    v2.0.0-rc1

MDL-14589 improved _pluginfile function - added forcedownload param

commit 2e3da29789c691db834395261d8c2355ebd58bd9
Author: skodak <skodak>
Date:   Fri, 03 Jul 2009 21:35:36 +0800
Tag:    v2.0.0-rc1

MDL-16089 entry in modules table created before calling install.php because it might be used there already, also if something fails in install.php the db will be in a more consistent state

commit 9a105989fec7e833fafbccb8a910153301439698
Author: skodak <skodak>
Date:   Fri, 03 Jul 2009 21:33:03 +0800
Tag:    v2.0.0-rc1

MDL-16089 adding easier access to current module instance data in modedit forms

commit 49427edbbd671d2d6d4eb140d94705a49b509743
Author: skodak <skodak>
Date:   Fri, 03 Jul 2009 21:31:37 +0800
Tag:    v2.0.0-rc1

MDL-19708 adding missing sumbit button class include

commit f80ee891456e2177996bf2d099e66d074f8a5989
Author: skodak <skodak>
Date:   Fri, 03 Jul 2009 17:59:00 +0800
Tag:    v2.0.0-rc1

MDL-19690 fixed some icon conversion

commit b8e99844efe0e7d5fc72e145e0cdaae9e764272a
Author: skodak <skodak>
Date:   Fri, 03 Jul 2009 04:29:21 +0800
Tag:    v2.0.0-rc1

MDL-19696 undoing my previous veryveryuglyhack, I did not solve much, sorry

commit fa381ac70ea92a47c05143cba7ccf369cb847a70
Author: skodak <skodak>
Date:   Thu, 02 Jul 2009 23:27:46 +0800
Tag:    v2.0.0-rc1

MDL-19700 removing unused global

commit c1f58efef74d752039315cc0f157d99ead5edd92
Author: skodak <skodak>
Date:   Thu, 02 Jul 2009 23:14:23 +0800
Tag:    v2.0.0-rc1

MDL-19699 fixed blog upgrade trouble and one notice

commit 2ece30dd1382e5fed11aac27bdbfdc59822371a8
Author: skodak <skodak>
Date:   Thu, 02 Jul 2009 23:11:28 +0800
Tag:    v2.0.0-rc1

MDL-16438 fixed incomplete plugin centralisation, sorry; unfortunately install is kind of non-working now; this may break current dev installs sad

commit 41d2f7f7811d2f7f238af6c57430a41f7a443b9b
Author: skodak <skodak>
Date:   Thu, 02 Jul 2009 23:02:51 +0800
Tag:    v2.0.0-rc1

MDL-16438 fixed incomplete plugin centralisation, sorry; unfortunately install is kind of non-working now; this may break current dev installs sad

commit db4ecf4c7f82ce18017ef8fd1fd5eaf1f53362dd
Author: skodak <skodak>
Date:   Thu, 02 Jul 2009 23:01:22 +0800
Tag:    v2.0.0-rc1

MDL-16438 dixed resource borking install - no code execution in lib.php files!

commit 66491cf1307c0d7d0691019a57f6b36e7aede026
Author: skodak <skodak>
Date:   Thu, 02 Jul 2009 22:58:41 +0800
Tag:    v2.0.0-rc1

MDL-19415 fixing deprecated use of contructors

commit f071ad0269fcd65c0827853f57aba60521478c5d
Author: skodak <skodak>
Date:   Thu, 02 Jul 2009 21:39:55 +0800
Tag:    v2.0.0-rc1

MDL-19696 veryveryuglyhack which partially ubreaks installation after latest pagelib changes

commit cdaacf753f7fb10dd87eab8695ee1a099456e297
Author: skodak <skodak>
Date:   Wed, 01 Jul 2009 16:10:06 +0800
Tag:    v2.0.0-rc1

MDL-19674 even uglier hack whcih works around the pixpath problem, the long term solution is to write a new setting

commit adf8f3f9ad1a0a909fd2296c76affab3192f8d46
Author: skodak <skodak>
Date:   Wed, 01 Jul 2009 00:55:56 +0800
Tag:    v2.0.0-rc1

MDL-19668 improvements of _with_advanced admin setting classes finished, quiz settings updated too

commit c304d58106162ed0e640effde88922ebb2c79369
Author: skodak <skodak>
Date:   Tue, 30 Jun 2009 23:23:33 +0800
Tag:    v2.0.0-rc1

MDL-19668 renaming textbox and select elements

commit 0c079f1912086162e9e70f7f08e19fc5ed870b44
Author: skodak <skodak>
Date:   Tue, 30 Jun 2009 23:19:12 +0800
Tag:    v2.0.0-rc1

MDL-19668 PHPDocs improvements and minor cleanup

commit 520cea9216dd18b6a13d8d27f7438dc4b0165736
Author: skodak <skodak>
Date:   Fri, 26 Jun 2009 17:02:05 +0800
Tag:    v2.0.0-rc1

MDL-16438 standardized component names

commit 73735edf48f7043cc959f015254fc5f2c460a0c8
Author: skodak <skodak>
Date:   Thu, 25 Jun 2009 17:14:16 +0800
Tag:    v2.0.0-rc1

MDL-16438 fixed regression during recent plugin centralisation effort

commit 09f8d75e327c30079a39290c3c3fe65d09ab7855
Author: skodak <skodak>
Date:   Thu, 25 Jun 2009 15:30:37 +0800
Tag:    v2.0.0-rc1

MDL-19611 fixing regression - video icon disappeared

commit e34649679292f79d48ab4dab6e6f03004d7020bd
Author: skodak <skodak>
Date:   Thu, 25 Jun 2009 07:17:06 +0800
Tag:    v2.0.0-rc1

MDL-19611 removing some useless editor icons

commit 7de5a29a33b70c3f56d96a0b43ce3799988be571
Author: skodak <skodak>
Date:   Thu, 25 Jun 2009 07:15:24 +0800
Tag:    v2.0.0-rc1

MDL-19611 fixing regression - video icon disappeared

commit 5a4ba49ca7d8cc8870c866f0389ef136b009ae2d
Author: skodak <skodak>
Date:   Thu, 25 Jun 2009 06:54:49 +0800
Tag:    v2.0.0-rc1

MDL-19611 fixing regression - video icon disappeared

commit ff5fe31160a08502d2d8ef55925332147eac3bd9
Author: skodak <skodak>
Date:   Thu, 25 Jun 2009 06:34:29 +0800
Tag:    v2.0.0-rc1

MDL-19580 cleanup of require css and js filepicker code

commit 19bae8cdeed845fb8244df768065c9f040ce7595
Author: skodak <skodak>
Date:   Mon, 22 Jun 2009 02:45:07 +0800
Tag:    v2.0.0-rc1

MDL-19580 preparation for requiring yui  before print_header()

commit c8a3911895225af1c27a2fd00a96eae29856e17d
Author: skodak <skodak>
Date:   Mon, 22 Jun 2009 02:30:41 +0800
Tag:    v2.0.0-rc1

MDL-16697 file picker xhtml strict fixes

commit 752b9f42f57012c98a01a636f83d94be52c5060b
Author: skodak <skodak>
Date:   Mon, 22 Jun 2009 02:22:52 +0800
Tag:    v2.0.0-rc1

MDL-14589 new function returning area files in tree structure

commit 49375088781b517ec27a5460499a9283e140b23b
Author: skodak <skodak>
Date:   Mon, 22 Jun 2009 02:22:16 +0800
Tag:    v2.0.0-rc1

MDL-14589 fixed error message if url malformed

commit 69429650c4980ae943228de07417db0b0234df66
Author: skodak <skodak>
Date:   Sat, 20 Jun 2009 19:00:40 +0800
Tag:    v2.0.0-rc1

MDL-19211, MDL-19544 improved editor embedding, media and dragmath enabled only when moodle configuration and current user permissions allow it to work 100%

commit a262db825d6d029fa55f57f620f15f72bd6fc4e2
Author: skodak <skodak>
Date:   Fri, 19 Jun 2009 22:35:46 +0800
Tag:    v2.0.0-rc1

MDL-19516 dragmath embedding improvements by Mauno Korpelainen

commit 17da2e6f28d3477eb4ccfe5ac94c9cebb8456c8e
Author: skodak <skodak>
Date:   Fri, 19 Jun 2009 22:25:56 +0800
Tag:    v2.0.0-rc1

MDL-16438 centralise information about plugins to avoid duplication, includes local customisation conversion to standard plugin structure + fixes for some recent regressions; see tracker for more details and links to docs and forums discussions

commit 8754882493e953531a313ce34b4252b4421b9e47
Author: skodak <skodak>
Date:   Fri, 19 Jun 2009 01:23:47 +0800
Tag:    v2.0.0-rc1

MDL-19528 new dragmath icon by Mauno Korpelainen

commit aeb0f2135e5cb680bb34846b1f244b32cee3b3ee
Author: skodak <skodak>
Date:   Tue, 16 Jun 2009 18:28:56 +0800
Tag:    v2.0.0-rc1

MDL-19526 fixed inserting of < and >

commit e3d84fb05d6630b3c990ae23ca60d6b91af34a6f
Author: skodak <skodak>
Date:   Tue, 16 Jun 2009 18:23:27 +0800
Tag:    v2.0.0-rc1

MDL-19522 dragmath plugin now fully supports localization

commit 27c718a90e41483a49185ae1d537d2474ebd0d8e
Author: skodak <skodak>
Date:   Tue, 16 Jun 2009 16:54:01 +0800
Tag:    v2.0.0-rc1

MDL-19523 dragmath embedding xhtml fixed

commit 170b4f9b68fee2d903d63b057dee1468ed48a5f9
Author: skodak <skodak>
Date:   Tue, 16 Jun 2009 16:53:37 +0800
Tag:    v2.0.0-rc1

MDL-19523 dragmath embedding xhtml fixed

commit bd479c7c0f2e1ba75036f319872c26f166886c8a
Author: skodak <skodak>
Date:   Tue, 16 Jun 2009 16:44:50 +0800
Tag:    v2.0.0-rc1

MDL-19520 upgrading to latest dragmath, thanks Marc Grober for new version notification

commit ae388c4537f0b33e17d61a2f6177b9157a693279
Author: skodak <skodak>
Date:   Tue, 16 Jun 2009 16:00:53 +0800
Tag:    v2.0.0-rc1

MDL-19211 adding forgotten dragmath in legacy editors

commit 13a220cfb80d3c637bb4d852787190c95a23c553
Author: skodak <skodak>
Date:   Mon, 15 Jun 2009 05:35:07 +0800
Tag:    v2.0.0-rc1

MDL-19500 improved editor embedding

commit fe54764e0479401fa64f3afe8c33ec29bf389542
Author: skodak <skodak>
Date:   Mon, 15 Jun 2009 00:19:28 +0800
Tag:    v2.0.0-rc1

MDL-19498 importing tinymce 3.2.4.1

commit 95fa2e7e4b9d0dd7cb8d418b0dd0122b2d2f185a
Author: skodak <skodak>
Date:   Mon, 15 Jun 2009 00:14:45 +0800
Tag:    v2.0.0-rc1

MDL-19498 testing keyword expansion changes in exported libs

commit fc29e51b2d830f2d44dddde2e2d352ba8ceefe87
Author: skodak <skodak>
Date:   Sun, 14 Jun 2009 02:34:43 +0800
Tag:    v2.0.0-rc1

MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup

commit a8f3a651c0251d278e677891e5a0b00682d78e08
Author: skodak <skodak>
Date:   Sun, 14 Jun 2009 02:16:08 +0800
Tag:    v2.0.0-rc1

MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup

commit 979425b58486319953b0e9a3a649f574f0b05678
Author: skodak <skodak>
Date:   Sun, 14 Jun 2009 02:04:21 +0800
Tag:    v2.0.0-rc1

MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup

commit 0bcf8b6f0d8625789fcb4e63a1961ec0cb4d5bd1
Author: skodak <skodak>
Date:   Sun, 14 Jun 2009 01:55:51 +0800
Tag:    v2.0.0-rc1

MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup

commit a8c31db2a32436c92c120bb292ec919a467e36cf
Author: skodak <skodak>
Date:   Sun, 14 Jun 2009 01:47:18 +0800
Tag:    v2.0.0-rc1

MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup

commit 9d7493399decf067b129a1e352e6c2bb6d1eb070
Author: skodak <skodak>
Date:   Sun, 14 Jun 2009 01:35:10 +0800
Tag:    v2.0.0-rc1

MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup

commit bb4b6010f3aabdd5e59790924d8457a06b979fee
Author: skodak <skodak>
Date:   Sun, 14 Jun 2009 01:17:10 +0800
Tag:    v2.0.0-rc1

MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup

commit b8ac7ecec8145a01f2b37b233bec300acf286efc
Author: skodak <skodak>
Date:   Sun, 14 Jun 2009 00:47:05 +0800
Tag:    v2.0.0-rc1

MDL-18293 removed obsoleted checking of return values from insert and update_record

commit 44f27e4123556f14fd5f1da22b8606b0cb528534
Author: skodak <skodak>
Date:   Sun, 14 Jun 2009 00:07:14 +0800
Tag:    v2.0.0-rc1

MDL-14990 pritning of backtrace does not rely on $CFG any more and can be used from destructors

commit b4154c2d642a30487f5949db167ff5281e606c87
Author: skodak <skodak>
Date:   Sat, 13 Jun 2009 23:59:55 +0800
Tag:    v2.0.0-rc1

MDL-14990 implemented query loggin in new native DML drivers

commit 54d51f604e2aca87506079ed3912b2b3011f29e0
Author: skodak <skodak>
Date:   Sat, 13 Jun 2009 18:16:29 +0800
Tag:    v2.0.0-rc1

MDL-19470, MDL-14990 fixed db transactio nregression + towards query logging support

commit 7900a54c3040a7caff0c0811ff0a0fbb0e1334c9
Author: skodak <skodak>
Date:   Sat, 13 Jun 2009 17:16:30 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixing old TODOs and adding more CLI support

commit eda26314d65679baade9186ac5711c407ad93600
Author: skodak <skodak>
Date:   Sat, 13 Jun 2009 17:11:54 +0800
Tag:    v2.0.0-rc1

MDL-19474 adding TODO for removing of obsoleted adodb drivers before branching

commit bba506164dfa39a7ae8046fe2eb0f7da86fe3511
Author: skodak <skodak>
Date:   Sat, 13 Jun 2009 17:09:30 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixing old TODOs

commit 1fbdf76ddb6c01557d1aca49102af0538599230b
Author: skodak <skodak>
Date:   Fri, 12 Jun 2009 18:59:28 +0800
Tag:    v2.0.0-rc1

MDL-19470 detection of unfinished transactions and transactions interrupted by exceptions

commit 8cc35d2055db4a45302be6c1ecd6722aa0ec10c4
Author: skodak <skodak>
Date:   Fri, 12 Jun 2009 16:50:50 +0800
Tag:    v2.0.0-rc1

MDL-14679 license header fixes

commit 94b6329544d2b5c92d2a3806839634ee38b4ce4a
Author: skodak <skodak>
Date:   Fri, 12 Jun 2009 16:44:49 +0800
Tag:    v2.0.0-rc1

MDL-14679 license header fixes

commit 5da75074c4b0efedb65c7f6f848cc7b9b9c2a38e
Author: skodak <skodak>
Date:   Fri, 12 Jun 2009 16:27:19 +0800
Tag:    v2.0.0-rc1

MDL-19470 adding missing inline docs

commit 4bddb8404906ec115c575f8b49de515e94d2580e
Author: skodak <skodak>
Date:   Fri, 12 Jun 2009 16:15:53 +0800
Tag:    v2.0.0-rc1

MDL-19470 adding missing inline docs

commit 499261454152ae979acf32b3999cf5f7eba4f094
Author: skodak <skodak>
Date:   Fri, 12 Jun 2009 16:14:29 +0800
Tag:    v2.0.0-rc1

MDL-19470 fixing DML license headers

commit a1dda107bd1d96fd467d044eee3de7833764238e
Author: skodak <skodak>
Date:   Fri, 12 Jun 2009 15:55:44 +0800
Tag:    v2.0.0-rc1

MDL-19470 detection of nested transactions, only one level allowed

commit 80cfaf2bfe9cb33b0918b298301976bb64ed0127
Author: skodak <skodak>
Date:   Fri, 12 Jun 2009 03:20:03 +0800
Tag:    v2.0.0-rc1

MDL-19471 fixed PHP 5.3 compatibility

commit 3e8b394e088cfe979caa11e0d6b5b11d3e15dafe
Author: skodak <skodak>
Date:   Sun, 07 Jun 2009 17:43:27 +0800
Tag:    v2.0.0-rc1

MDL-19416 fixed PHP 5.3 compatiblity issue - fixes weird use of constructors in quickforms

commit 29750da13d180dd1fb94f58a538a1352adfc8ff7
Author: skodak <skodak>
Date:   Sun, 07 Jun 2009 17:40:27 +0800
Tag:    v2.0.0-rc1

MDL-17458 fixing installation regressions - can not edit new admin properly

commit c3d0e1492edfc93e885fffbea79f00f3f3ef3d06
Author: skodak <skodak>
Date:   Sun, 07 Jun 2009 16:46:13 +0800
Tag:    v2.0.0-rc1

MDL-17458 fixing installation regressions - no output and timeout

commit b004fca172d66022faf821820b744f17c7436ef6
Author: skodak <skodak>
Date:   Thu, 04 Jun 2009 05:15:47 +0800
Tag:    v2.0.0-rc1

MDL-18976 simplexml ext now marked as required, credit goes to Dan Poltawski

commit f9f8baa89e31414ed8cf93dfde9380f0f85765b6
Author: skodak <skodak>
Date:   Thu, 04 Jun 2009 04:55:00 +0800
Tag:    v2.0.0-rc1

MDL-17491 ora 10 min required, no need for legacy hacks anymore

commit 4b5732f987abc3d9a3beadda597dcec3904ed469
Author: skodak <skodak>
Date:   Thu, 04 Jun 2009 04:53:19 +0800
Tag:    v2.0.0-rc1

MDL-17020 pg 8.3 required, no need for legacy hacks anymore big grin

commit 2a7eff41adfc7f9a020573431cf900f12d5fc3d7
Author: skodak <skodak>
Date:   Thu, 04 Jun 2009 04:37:28 +0800
Tag:    v2.0.0-rc1

MDL-18293 $DB->something is using exceptions, no need for ifs there, removing useless strings

commit 7826abc79f64292dab4ef37bc12a6672389157c8
Author: skodak <skodak>
Date:   Thu, 04 Jun 2009 04:25:27 +0800
Tag:    v2.0.0-rc1

MDL-18293 $DB->something is using exceptions, no need for ifs there, removing useless strings

commit a8d6ef8c6c6004fda82dd0e4446faa504e882361
Author: skodak <skodak>
Date:   Thu, 04 Jun 2009 04:16:20 +0800
Tag:    v2.0.0-rc1

MDL-18293 $DB->somethiong is using exceptions, no need for ifs there, removing useless strings

commit bf8e93d704e23fd94729efdd3c2f6bdd248f6257
Author: skodak <skodak>
Date:   Thu, 04 Jun 2009 04:00:08 +0800
Tag:    v2.0.0-rc1

MDL-18293 $DB->somethiong is using exceptions, no need for ifs tehre, removing useless strings

commit feb453e71056f2f6a5e47778f4bbe754ab72aa87
Author: skodak <skodak>
Date:   Thu, 04 Jun 2009 00:53:14 +0800
Tag:    v2.0.0-rc1

MDL-19388 removing mysql bypass from 1.8-2.0 - we require UTF8, no bypass possible any more

commit 16ae08537b48ee99c6d1bbd5e0e3d7bcd253c6b4
Author: skodak <skodak>
Date:   Thu, 04 Jun 2009 00:24:00 +0800
Tag:    v2.0.0-rc1

MDL-15249 support for environment test in cli scripts

commit 2be0078162c224b3e9e5fa3a31cf3c604d6fc9d1
Author: skodak <skodak>
Date:   Wed, 03 Jun 2009 16:57:01 +0800
Tag:    v2.0.0-rc1

MDL-19364 Create new category in tree doesn't check for advanced grade_item fields, thanks Daniel Neis

commit 51d1bdba9068ca4b64f321705a6540c4bcea6e71
Author: skodak <skodak>
Date:   Wed, 03 Jun 2009 16:52:53 +0800
Tag:    v2.0.0-rc1

MDL-19378 fixed incorrect weight in category form; backported from STABLE

commit cfe3321562b921807e82942478470b24aa205280
Author: skodak <skodak>
Date:   Wed, 03 Jun 2009 16:23:05 +0800
Tag:    v2.0.0-rc1

MDL-19352 maintenance mode reimplemented - now using$CFG + cli script

commit 1aa01caf9043021bcdcc8a253b4939daf56f7d2a
Author: skodak <skodak>
Date:   Wed, 03 Jun 2009 16:10:21 +0800
Tag:    v2.0.0-rc1

MDL-16231 reimplemented deleting of files + cron cleanup

commit 4f12838e3e523ae9be7f8eed6a2b16c22b13c2a7
Author: skodak <skodak>
Date:   Mon, 01 Jun 2009 01:38:18 +0800
Tag:    v2.0.0-rc1

MDL-17458 moving lib/db/upgradelib.php to upgrade.php in order to maḱe it the the same for all plugins

commit 4fe2250a1fac92fb8dfedb40a26ff16f4adf0b14
Author: skodak <skodak>
Date:   Sun, 31 May 2009 22:42:29 +0800
Tag:    v2.0.0-rc1

MDL-19352 maintenance mode reiplemented

commit 926378ce4dc5fec16731bb1fb03c35d53ac4340f
Author: skodak <skodak>
Date:   Sun, 31 May 2009 20:39:16 +0800
Tag:    v2.0.0-rc1

MDL-15249 localized cli upgrade

commit 71d549933b1d71780f5d14630cdbad9bdd740e04
Author: skodak <skodak>
Date:   Sun, 31 May 2009 20:38:39 +0800
Tag:    v2.0.0-rc1

MDL-15249 yet more localization fixes

commit 57295c9224da2593734225e2f1a499e66b290960
Author: skodak <skodak>
Date:   Sun, 31 May 2009 20:34:08 +0800
Tag:    v2.0.0-rc1

MDL-15249 password reset cli script improvements

commit 58ebe269fe68620201c8b05107e9a6d6d5319746
Author: skodak <skodak>
Date:   Sun, 31 May 2009 20:13:08 +0800
Tag:    v2.0.0-rc1

MDL-15249 password reset cli script improvements

commit 1494616faabaa3977305b40317c8db62288a2b13
Author: skodak <skodak>
Date:   Sun, 31 May 2009 20:04:51 +0800
Tag:    v2.0.0-rc1

MDL-15249 localization fixes

commit 6b997b07dd503b2cb42c89167fc3a87361f926e7
Author: skodak <skodak>
Date:   Sun, 31 May 2009 19:57:33 +0800
Tag:    v2.0.0-rc1

MDL-15249 localized cli upgrade

commit 05736058a907e60cc0874b6196be42f471cd3cb5
Author: skodak <skodak>
Date:   Sun, 31 May 2009 19:50:08 +0800
Tag:    v2.0.0-rc1

MDL-15249 yet more localization fixes for installer

commit fb344c2d3c41e766a5bb663d7823f40970c89413
Author: skodak <skodak>
Date:   Sun, 31 May 2009 19:45:18 +0800
Tag:    v2.0.0-rc1

MDL-15249 installer fully localized

commit b8523467c71bbcbbac672490f5332a8ade3870ea
Author: skodak <skodak>
Date:   Sun, 31 May 2009 03:02:04 +0800
Tag:    v2.0.0-rc1

MDL-15249 towards localized cli installer

commit c31d94e8ba98bda68861b970bf5e3b090578b540
Author: skodak <skodak>
Date:   Sun, 31 May 2009 01:14:24 +0800
Tag:    v2.0.0-rc1

MDL-15249 towards localized cli installer

commit 52c2ec00bafaf65ba9fb3088238a109af0486521
Author: skodak <skodak>
Date:   Sat, 30 May 2009 22:36:12 +0800
Tag:    v2.0.0-rc1

MDL-15249 major install lang file cleanup - removing all strings added into 2.0dev that are not going to be used at all

commit cd3a391cf5f0a06530e516dd9df635fa6f8f3aa8
Author: skodak <skodak>
Date:   Sat, 30 May 2009 21:01:20 +0800
Tag:    v2.0.0-rc1

MDL-19323 added missing support for localized floats + code cleanup; merged from MOODLE_19_STABLE

commit b925fe0a00aba512c3dd3fc67489bb375dc134a9
Author: skodak <skodak>
Date:   Sat, 30 May 2009 01:30:53 +0800
Tag:    v2.0.0-rc1

MDL-19323 added missing support for localized floats on category edit page + more cleanup;  merged from MOODLE_19_STABLE

commit c6d4178203f29cc26a4f761776055eb4bb0176a9
Author: skodak <skodak>
Date:   Fri, 29 May 2009 15:56:52 +0800
Tag:    v2.0.0-rc1

MDL-19333 new indication of plugin name when editing admin settings

commit 5a411e813752f2b077d77efbd1f87294ecd1853d
Author: skodak <skodak>
Date:   Fri, 29 May 2009 15:45:06 +0800
Tag:    v2.0.0-rc1

MDL-15249 help now printed if config.php exists

commit 3b596dbf0b3c0ba9bfe21b59bedae88238dfd306
Author: skodak <skodak>
Date:   Wed, 27 May 2009 17:52:25 +0800
Tag:    v2.0.0-rc1

MDL-15249 sample cli scripts - sample implementation only, no localization - ideally we should now decide what parameters we need - let the heated discussion begin wink

commit 1c39033f29b27f1a7b7cf4c2fd79d901fe89a426
Author: skodak <skodak>
Date:   Wed, 27 May 2009 16:34:04 +0800
Tag:    v2.0.0-rc1

MDL-15249 error status codes for exceptions and notices

commit 194cdca89b8c2a0dc6dd22a48bd80d1152c3f6dd
Author: skodak <skodak>
Date:   Wed, 27 May 2009 03:02:11 +0800
Tag:    v2.0.0-rc1

MDL-15249 more cleanup and refactoring - towards cli upgrade

commit 04bce26c4e356fc331632f61d796998a66a177bd
Author: skodak <skodak>
Date:   Wed, 27 May 2009 03:01:18 +0800
Tag:    v2.0.0-rc1

fixed trailing whitespace

commit 3316fe24d5aab4d2ea0993ab99fde3b8baaf8bd1
Author: skodak <skodak>
Date:   Wed, 27 May 2009 01:44:25 +0800
Tag:    v2.0.0-rc1

MDL-15249 more cleanup and refactoring - towards cli upgrade

commit 1e308b644ea64fa0709ace0f3aa02849ec2f288d
Author: skodak <skodak>
Date:   Wed, 27 May 2009 01:30:23 +0800
Tag:    v2.0.0-rc1

MDL-19010 disabling upgrade block which breaks upgrade from 1.9.x

commit bc76b3c02ffff5f407fdbc0590a7683cc440a093
Author: skodak <skodak>
Date:   Tue, 26 May 2009 18:21:56 +0800
Tag:    v2.0.0-rc1

MDL-15249 more cleanup, removing unused code, adding some TODOs

commit 00be19165fa7176071704f4f1a5ed7a73b68c917
Author: skodak <skodak>
Date:   Tue, 26 May 2009 17:56:35 +0800
Tag:    v2.0.0-rc1

MDL-15249 whitespaces and comments cleanup, no other changes

commit 8580535b811987c480f1a72c5da56d5c544167e6
Author: skodak <skodak>
Date:   Tue, 26 May 2009 17:52:38 +0800
Tag:    v2.0.0-rc1

MDL-15249 refactoring towards cli install script

commit 1deff123aa8863a88408e0cfd3c4c137e53da5aa
Author: skodak <skodak>
Date:   Tue, 26 May 2009 05:46:28 +0800
Tag:    v2.0.0-rc1

MDL-15249 towards cli install script

commit 58c2e0697d0a5bc419069c4b1c66bb48d1bf13ed
Author: skodak <skodak>
Date:   Tue, 26 May 2009 05:45:48 +0800
Tag:    v2.0.0-rc1

MDL-12212 fixed missing course setup + tags incorrect $id parameter

commit e3ea4a75e98778fb0b7333ebb6ab53d0accc10ab
Author: skodak <skodak>
Date:   Tue, 26 May 2009 05:04:29 +0800
Tag:    v2.0.0-rc1

MDL-15249 fixed installation warnings

commit aa282b10fbc46e23917bb565d9afc11dda2cff89
Author: skodak <skodak>
Date:   Tue, 26 May 2009 04:55:27 +0800
Tag:    v2.0.0-rc1

MDL-15249 $_SERVER['HTTP_HOST'] not availabel in CLI script, replaced by parsing of wwwroot which should give the same info

commit 96db14f9b41e5357a70206fc46d2ad153294fe90
Author: skodak <skodak>
Date:   Tue, 26 May 2009 01:44:05 +0800
Tag:    v2.0.0-rc1

MDL-15249 preparation for new cli installer + license header

commit 0c4492726a8a895d36503ce7dfcb5a21a86be682
Author: skodak <skodak>
Date:   Tue, 26 May 2009 01:43:00 +0800
Tag:    v2.0.0-rc1

MDL-15249 removing copy of getopt, using standard version instead

commit 258d532221ff6934c6b4367dbfbeb190aa0b646c
Author: skodak <skodak>
Date:   Tue, 26 May 2009 01:33:28 +0800
Tag:    v2.0.0-rc1

MDL-15249 preparation for new cli installer + coding style changes

commit 082157a8b819d846a33d4552b0a0ad8628f2d4bc
Author: skodak <skodak>
Date:   Tue, 26 May 2009 01:18:31 +0800
Tag:    v2.0.0-rc1

MDL-15249 refactoring normal installer in preparation for new cli installer + coding style changes

commit dc47d704f2fbcff325e8c94e78c5d0220d625ed7
Author: skodak <skodak>
Date:   Tue, 26 May 2009 01:17:33 +0800
Tag:    v2.0.0-rc1

MDL-15249 refactoring normal installer in preparation for new cli installer

commit d4ff178fa9434537e71c35acbf9aca61fe0c9578
Author: skodak <skodak>
Date:   Sun, 24 May 2009 15:24:16 +0800
Tag:    v2.0.0-rc1

MDL-19288 fixed one more incorrect use of array_shift() which breaks array keys - thanks Colin Campbell; merged from MOODLE_19_STABLE

commit 56f3599bb971b274f6ed4e724991eb41f28c082e
Author: skodak <skodak>
Date:   Sun, 24 May 2009 04:08:48 +0800
Tag:    v2.0.0-rc1

MDL-19288 fixed limiting cached context - array_shift() was breaking array keys; merged from MOODLE_19_STABLE

commit 8a1682bf1a002629ae50a0512229ee9abc2903c5
Author: skodak <skodak>
Date:   Thu, 21 May 2009 20:21:43 +0800
Tag:    v2.0.0-rc1

fixed typo

commit 8fd5758358988c0cc6e1a5d315e49ea9ea6c97a2
Author: skodak <skodak>
Date:   Thu, 21 May 2009 20:20:40 +0800
Tag:    v2.0.0-rc1

MDL-19235 fixed editor license headers and more info

commit be19e367857625984de50516a8baca3376308eda
Author: skodak <skodak>
Date:   Thu, 21 May 2009 18:12:53 +0800
Tag:    v2.0.0-rc1

MDL-18111 improving file api comments and docs, fixing license header

commit 95feaf965fa1e629b4cc5dbc1c4016035881c424
Author: skodak <skodak>
Date:   Thu, 21 May 2009 18:08:58 +0800
Tag:    v2.0.0-rc1

MDL-19235 updated license header in installer - completely rewritten for 2.0 + more inline docs

commit d764d4cae4df05793946528ab3b89ca7f5a5db5b
Author: skodak <skodak>
Date:   Thu, 21 May 2009 17:58:18 +0800
Tag:    v2.0.0-rc1

MDL-19235 updated license header in installer - completely rewritten for 2.0

commit 854f82fbf100397adc6b246707e874aabb1024b6
Author: skodak <skodak>
Date:   Thu, 21 May 2009 17:53:11 +0800
Tag:    v2.0.0-rc1

MDL-18111 improving file api comments and docs, fixing license header

commit 19a2b80fc6d5ad2eba119a5e6bd9651fe8131d30
Author: skodak <skodak>
Date:   Thu, 21 May 2009 17:52:00 +0800
Tag:    v2.0.0-rc1

MDL-18111 improving file api comments and docs, fixing license header

commit d92e7c4d8e822a54a4a8a443287898a11bc5c6e9
Author: skodak <skodak>
Date:   Thu, 21 May 2009 17:50:04 +0800
Tag:    v2.0.0-rc1

MDL-18111 improving file api comments and docs, fixing license header

commit 8265a51db6bc2f103b2265c7d9d5280b3e825516
Author: skodak <skodak>
Date:   Thu, 21 May 2009 17:44:26 +0800
Tag:    v2.0.0-rc1

MDL-18111 improving file api comments and docs, fixing license header

commit 4cd9dfda7bd0517aff0e7a557fad83cac3c14025
Author: skodak <skodak>
Date:   Thu, 21 May 2009 17:37:21 +0800
Tag:    v2.0.0-rc1

MDL-18111 improving file api comments and docs

commit 5c3a3b8a9117166eb0153f7a6ecb3fa28136dc09
Author: skodak <skodak>
Date:   Thu, 21 May 2009 17:05:17 +0800
Tag:    v2.0.0-rc1

MDL-18111 improving file api comments and docs, fixing license header

commit 33488ad66aa0375b8caf3be8d4b1280d5ae1db1e
Author: skodak <skodak>
Date:   Thu, 21 May 2009 16:42:22 +0800
Tag:    v2.0.0-rc1

MDL-18111 improving file api comments and docs, fixing license header

commit 64a19b3828c174dc75e501529d8dbc9e6a73097e
Author: skodak <skodak>
Date:   Thu, 21 May 2009 16:25:52 +0800
Tag:    v2.0.0-rc1

MDL-18111 improving file api comments and docs, fixing license header

commit 4eef139962ed53063bd74d5d317bb5d3a22e16f1
Author: skodak <skodak>
Date:   Thu, 21 May 2009 06:32:02 +0800
Tag:    v2.0.0-rc1

MDL-14589 file browsing refactoring - moving url encoding to filelib.php for now

commit c05e9754cefe892153e4bbcdda1eb83ba70141e9
Author: skodak <skodak>
Date:   Thu, 21 May 2009 06:17:53 +0800
Tag:    v2.0.0-rc1

MDL-18111 improving file api comments and docs, fixing license header + minor refactoring

commit 16a95e8f8dce36968d8bc014696da29d6e4dc872
Author: skodak <skodak>
Date:   Thu, 21 May 2009 05:27:56 +0800
Tag:    v2.0.0-rc1

MDL-18111 improving file api comments and docs, fixing license header

commit 0589769fcf95b8005cd4904ad6857595956dbeae
Author: skodak <skodak>
Date:   Thu, 21 May 2009 05:17:58 +0800
Tag:    v2.0.0-rc1

MDL-15906 removing obsoleted code, now in filelib.php

commit 25aebf09b7a5f975e197d7f41e35e9de91f4d7ce
Author: skodak <skodak>
Date:   Thu, 21 May 2009 05:16:38 +0800
Tag:    v2.0.0-rc1

MDL-18111 improving file api comments and docs, fixing license header

commit cd221853d68209cf9b59f2e98217fe7b47f958a6
Author: skodak <skodak>
Date:   Thu, 21 May 2009 04:57:21 +0800
Tag:    v2.0.0-rc1

MDL-14589 adding file export options to file_browser classes

commit 1905b5f68db654ece33419ebd1c5a17a3249a8a0
Author: skodak <skodak>
Date:   Tue, 19 May 2009 21:02:13 +0800
Tag:    v2.0.0-rc1

MDL-19211 more inline docs and comments

commit 45126617fb46fd476bc4df29decbeba7a2c57460
Author: skodak <skodak>
Date:   Tue, 19 May 2009 21:01:37 +0800
Tag:    v2.0.0-rc1

MDL-14589 fixed recent file api improvements regression

commit 1b7f3041f0a095704defe849424a079fa0b48640
Author: skodak <skodak>
Date:   Tue, 19 May 2009 03:04:07 +0800
Tag:    v2.0.0-rc1

MDL-14589 file api improvements - converting more params to general $options array

commit a19a06d09e780bbaa379d5d8fa39af34fc70011d
Author: skodak <skodak>
Date:   Tue, 19 May 2009 03:04:06 +0800
Tag:    v2.0.0-rc1

MDL-14589 file api improvements - converting more params to general $options array

commit a07ca51fdf77a434725de5f732f996675412e7fa
Author: skodak <skodak>
Date:   Mon, 18 May 2009 16:17:52 +0800
Tag:    v2.0.0-rc1

MDL-19211 spellchecker TODOs

commit a5747cf8289932b50ab652f46e5d9eb0701343fa
Author: skodak <skodak>
Date:   Mon, 18 May 2009 05:10:06 +0800
Tag:    v2.0.0-rc1

MDL-19211 text editor plugins configuration

commit 793253ae05a73574a3ec3b1469d95acf6b24432b
Author: skodak <skodak>
Date:   Mon, 18 May 2009 03:19:33 +0800
Tag:    v2.0.0-rc1

MDL-19218 fixed missing method grade_category::is_extracredit_used() - not merged to HEAD

commit b1ba4d22bf3e0f5b0635d0111ee74bac2d475ed3
Author: skodak <skodak>
Date:   Mon, 18 May 2009 03:12:46 +0800
Tag:    v2.0.0-rc1

MDL-16592 fixed link to nonexistent css, probably caused by recent YUI update

commit 34b72bddab049ede0a698ddb34f49b0cb87af898
Author: skodak <skodak>
Date:   Mon, 18 May 2009 02:56:34 +0800
Tag:    v2.0.0-rc1

MDL-13766 fixed htts detection logic bug

commit e7c2f2ba379316c215c154dfa4d2413402fceca6
Author: skodak <skodak>
Date:   Mon, 18 May 2009 02:51:24 +0800
Tag:    v2.0.0-rc1

MDL-13766 fixed xhtml strict

commit 1b24d7496f4de467f50680fe8a4af8439908c857
Author: skodak <skodak>
Date:   Mon, 18 May 2009 02:49:30 +0800
Tag:    v2.0.0-rc1

MDL-19184 fixed typos

commit 73efeff61b80dcde6db1296046a45075c391a4bc
Author: skodak <skodak>
Date:   Mon, 18 May 2009 02:45:00 +0800
Tag:    v2.0.0-rc1

MDL-19119 moving get_fast_modinfo() to moodlelib.php - the recent changes related to inclusion of course/lib.php were causing regressions

commit 09f77f09f54b747d80afd8dcb09d41493be002fc
Author: skodak <skodak>
Date:   Mon, 18 May 2009 01:29:38 +0800
Tag:    v2.0.0-rc1

MDL-12212 readme improvements

commit 0d2c4229c420183eb5e040d5b7e5875b60d27768
Author: skodak <skodak>
Date:   Mon, 18 May 2009 01:10:21 +0800
Tag:    v2.0.0-rc1

MDL-12212 implemented better merging of our string changes with tinymce upstream

commit 80e30f25943c2bc98cdc7844d8dc93a6f4980916
Author: skodak <skodak>
Date:   Mon, 18 May 2009 01:07:54 +0800
Tag:    v2.0.0-rc1

MDL-12212 fixed missing globals

commit 43d91e34c92fa806df907708dfe637652f854e4a
Author: skodak <skodak>
Date:   Mon, 18 May 2009 00:58:16 +0800
Tag:    v2.0.0-rc1

MDL-19184 moodle specific tinymce localization - fixed sloppy includes

commit 6eca5390fe7d2b27134ff04e008f0d2ee4392746
Author: skodak <skodak>
Date:   Sun, 17 May 2009 21:26:05 +0800
Tag:    v2.0.0-rc1

MDL-19184 moodle specific tinymce localization

commit f3920b6750449f29532bd527e100cbc117a454b0
Author: skodak <skodak>
Date:   Sun, 17 May 2009 18:46:16 +0800
Tag:    v2.0.0-rc1

MDL-19184 moodle specific tinymce localization

commit 6f88c925dcd4f35d22284d0d0bbb78cb2544f85f
Author: skodak <skodak>
Date:   Sun, 17 May 2009 16:48:42 +0800
Tag:    v2.0.0-rc1

MDL-19184 moodle specific tinymce localization

commit 58aa4c08a660c061e61a4ed107f3ae41c62ef3d6
Author: skodak <skodak>
Date:   Sun, 17 May 2009 16:08:30 +0800
Tag:    v2.0.0-rc1

MDL-19184 - moodle specific tinymce localization

commit 958d3f1e2c3315ce6d98b3deb821af10d6573d98
Author: skodak <skodak>
Date:   Sun, 17 May 2009 15:47:04 +0800
Tag:    v2.0.0-rc1

MDL-19184 more tinymce integration and upgrade related improvements

commit a4e6818ab3de69f11aa9b1325418d1671cf6e8aa
Author: skodak <skodak>
Date:   Sun, 17 May 2009 15:37:42 +0800
Tag:    v2.0.0-rc1

MDL-19184 more tinymce integration and upgrade related improvements

commit 5ca3c8386f2ddee40590a77663244acf9d635362
Author: skodak <skodak>
Date:   Sun, 17 May 2009 04:53:21 +0800
Tag:    v2.0.0-rc1

MDL-19184, MDL-19212 - refactoring, cleanup and improvements in text editors support; localization support is not finished, inline docs incomplete, expect more commits soon

commit f9e57c6e72e78abe93a6d281920ad9d425266a20
Author: skodak <skodak>
Date:   Sun, 17 May 2009 01:37:56 +0800
Tag:    v2.0.0-rc1

MDL-19212 upgrading DragMath to 0.7.7, moving to proper lib location and adding required readme_moodle.txt file

commit c92ac318a93445c965ca078d10391b0ee73cb883
Author: skodak <skodak>
Date:   Fri, 15 May 2009 15:21:29 +0800
Tag:    v2.0.0-rc1

MDL-19194 fixed regression - recursive cretion of dirs on win32 works again

commit 2c39348bfc4280b44855693fb2360b4f8e6324fd
Author: skodak <skodak>
Date:   Thu, 14 May 2009 19:49:13 +0800
Tag:    v2.0.0-rc1

MDL-19162 added error string for missing JS libs

commit fbaa7b88db15c789c96ccf6dafc8307edfa4a2da
Author: skodak <skodak>
Date:   Thu, 14 May 2009 17:18:11 +0800
Tag:    v2.0.0-rc1

MDL-19162 updated links for elements no longer beta and experiment

commit 63e6a809768a261c1c1294979767b7ce76a47952
Author: skodak <skodak>
Date:   Thu, 14 May 2009 16:31:11 +0800
Tag:    v2.0.0-rc1

MDL-19183 imported HTMLpurifier 3.3.0

commit 1cc9acedbee69fb1dc50934f58fd37f1e4a83a08
Author: skodak <skodak>
Date:   Thu, 14 May 2009 16:20:14 +0800
Tag:    v2.0.0-rc1

MDL-19162 imported latest YUI 2.7.0 - to be backported into MOODLE_19_STABLE later

commit b7335412cacee1a7b0ee0017f91629cf582ef82e
Author: skodak <skodak>
Date:   Tue, 12 May 2009 03:35:37 +0800
Tag:    v2.0.0-rc1

MDL-19002 fixed string concatenation with "+" typos, added file size restrictions, unfortunately filepicker does not work for some reason

commit 34d39b792cca366f235bdfaf3e870053c944baa3
Author: skodak <skodak>
Date:   Tue, 12 May 2009 02:55:03 +0800
Tag:    v2.0.0-rc1

MDL-19002 standardized constructor parameter order

commit 9d54b8cd95db05b2deb7a744426bb8f9dc98d3b3
Author: skodak <skodak>
Date:   Tue, 12 May 2009 02:49:04 +0800
Tag:    v2.0.0-rc1

MDL-19002 file size limits in filepicker + improved options

commit b96ddb7d558fe6c03e1f068790c494d75d733cc4
Author: skodak <skodak>
Date:   Tue, 12 May 2009 02:24:19 +0800
Tag:    v2.0.0-rc1

MDL-19002 adding noclean option to editor utility functions

commit f630a546a6e0dd68ab4305a81fcdf9aac7d712af
Author: skodak <skodak>
Date:   Tue, 12 May 2009 01:13:45 +0800
Tag:    v2.0.0-rc1

fixed whitespace

commit 8dc0ae8fe51c0e62aed41c1b4bab635bd00aedcb
Author: skodak <skodak>
Date:   Tue, 12 May 2009 01:11:29 +0800
Tag:    v2.0.0-rc1

fixed typo

commit 7b9be84bf876963955ef2fcfd0cd1271a146a743
Author: skodak <skodak>
Date:   Tue, 12 May 2009 01:10:28 +0800
Tag:    v2.0.0-rc1

MDL-19150 moving the $PAGE setup after debug level configuration

commit bf8a4ccffa43bbb56e8f5efb3b4a7807cd417041
Author: skodak <skodak>
Date:   Tue, 12 May 2009 00:58:52 +0800
Tag:    v2.0.0-rc1

MDL-17458 removing magic_quotes test from setup.php when MOODLE_SANE_INPUT defined, scripts must find better way to inform admins, sorry

commit da40fd32189ce3f3bdcfbdcbe6c0af9cea3a9e25
Author: skodak <skodak>
Date:   Sun, 10 May 2009 19:49:00 +0800
Tag:    v2.0.0-rc1

MDL-19139 selectgroups formslib element improvements - 1/ does not validate if optgroup array empty 2/ add optional $showchoose parameter which adds "Choose..." as first item of list with empty value; merged from MOODLE_19_STABLE

commit edaf04d489d68e186015000e497b6fca01c06f41
Author: skodak <skodak>
Date:   Sat, 09 May 2009 05:30:56 +0800
Tag:    v2.0.0-rc1

MDL-16957 explain why our htaccess is intentionally broken; merged from MOODLE_19_STABLE

commit d714732db33df64e67ef86a8faf5fa7fdde6ba1d
Author: skodak <skodak>
Date:   Sat, 09 May 2009 04:07:33 +0800
Tag:    v2.0.0-rc1

MDL-14831 adding warning - excluded grades are not compatible with sum agg

commit 4b4c1d1d6887477f54f2167ad75213a3e689efc2
Author: skodak <skodak>
Date:   Fri, 08 May 2009 21:18:09 +0800
Tag:    v2.0.0-rc1

MDL-19068 fixed item decimals before saving item; merged from MOODLE_19_STABLE

commit 551935cfc62a8abce3f4ff6b02b212311d420cdb
Author: skodak <skodak>
Date:   Fri, 08 May 2009 20:23:22 +0800
Tag:    v2.0.0-rc1

MDL-18476 fixed default guest role display hint; merged from MOODLE_19_STABLE

commit 457c97291b82d7e6017275690bcdbd527afa23c3
Author: skodak <skodak>
Date:   Fri, 08 May 2009 20:16:09 +0800
Tag:    v2.0.0-rc1

MDL-18704 fixed incorrect mnet logging; merged from MOODLE_19_STABLE

commit c679322bb86861dd560fd43f521dce9f5f085d66
Author: skodak <skodak>
Date:   Fri, 08 May 2009 20:08:02 +0800
Tag:    v2.0.0-rc1

MDL-18869 fixed full name display; merged from MOODLE_19_STABLE

commit 3db835d1ae638e64ee98b74b001b256fdeb9ca1a
Author: skodak <skodak>
Date:   Fri, 08 May 2009 15:54:24 +0800
Tag:    v2.0.0-rc1

MDL-18744 cas fix, credit goes to Thibault Le Meur

commit fa5ac78bed02501f47264288780f735a5da62b31
Author: skodak <skodak>
Date:   Fri, 08 May 2009 01:38:40 +0800
Tag:    v2.0.0-rc1

MDL-19111 fixed dimming of hidden until items; merged from MOODLE_19_STABLE

commit 572befbcf2135c0655450ff54406aa0e1cdc6522
Author: skodak <skodak>
Date:   Thu, 07 May 2009 16:47:54 +0800
Tag:    v2.0.0-rc1

MDL-19101 scale selection validated on category edit form; merged from MOODLE_19_STABLE

commit d9be236f5d9c75749ce9def62f9880e6b9cf9c00
Author: skodak <skodak>
Date:   Thu, 07 May 2009 16:39:29 +0800
Tag:    v2.0.0-rc1

MDL-19091 removed custom scales from different courses + added BC hack; backported from MOODLE_19_STABLE

commit d69ef28b77d7dffb990a1c641b01bc8822506a69
Author: skodak <skodak>
Date:   Thu, 07 May 2009 15:38:02 +0800
Tag:    v2.0.0-rc1

MDL-19090 fixed user report preferences; merged from MOODLE_19_STABLE

commit b8a372413840e8267d34e7917d471cc2380f4f80
Author: skodak <skodak>
Date:   Thu, 07 May 2009 15:19:04 +0800
Tag:    v2.0.0-rc1

MDL-19088 fixed category aggregation limitations; merged from mOODLE_19_STABLE

commit 1edd08ab56e18c0338b108589269f07d5755ac5e
Author: skodak <skodak>
Date:   Thu, 07 May 2009 02:50:52 +0800
Tag:    v2.0.0-rc1

MDL-19029 fixed validation problems; merged from MOODLE_19_STABLE

commit da2818d34c61e8fab13aea608146f26cdfed8dcb
Author: skodak <skodak>
Date:   Thu, 07 May 2009 02:35:47 +0800
Tag:    v2.0.0-rc1

MDL-19029 fixed validation problem in yui titles; merged from MOODLE_19_STABLE

commit 99a3aa38b882bd8047dfc8ebb516eb81e34b2330
Author: skodak <skodak>
Date:   Thu, 07 May 2009 02:14:01 +0800
Tag:    v2.0.0-rc1

MDL-16915 fixed warnings caused by empty arrays in forum ratings; merged from MOODLE_19_STABLE

commit c9a433cdd6c39a857f548f8751b0dda2d1344dc2
Author: skodak <skodak>
Date:   Thu, 07 May 2009 00:10:45 +0800
Tag:    v2.0.0-rc1

MDL-18670 adding proper permissions for mkdir(); merged from MOODLE_19_STABLE

commit e0eda2092197a21acd4a05aa313243d939e870b0
Author: skodak <skodak>
Date:   Wed, 06 May 2009 18:39:51 +0800
Tag:    v2.0.0-rc1

MDL-19010 reverting last commit- DML must throw exceptions - fix the calling code

commit bdfe0ef8c6e825bffa0826f7c32b9374acc0fdc5
Author: skodak <skodak>
Date:   Tue, 05 May 2009 19:53:20 +0800
Tag:    v2.0.0-rc1

MDL-19029 added missing CDATA; merged from MOODLE_19_STABLE

commit eeeb388f28e02d35f8faeb96ebbceb971d698c4a
Author: skodak <skodak>
Date:   Tue, 05 May 2009 19:43:13 +0800
Tag:    v2.0.0-rc1

MDL-19029 removed bogus feedback end span; merged from MOODLE_19_STABLE

commit e143a797054ce6f3f3dbbb90159cdf8e5f18426d
Author: skodak <skodak>
Date:   Tue, 05 May 2009 17:15:59 +0800
Tag:    v2.0.0-rc1

MDL-19067 removed obsoleted string (never used in any STABLE branch)

commit 008f396924a76414da9391ca61e1924d7cb04a91
Author: skodak <skodak>
Date:   Tue, 05 May 2009 17:14:30 +0800
Tag:    v2.0.0-rc1

MDL-19067 removed obsoleted string (never used in any STABLE branch)

commit da765e69b463138d5e0c49646932f46e003cdc9c
Author: skodak <skodak>
Date:   Tue, 05 May 2009 17:12:35 +0800
Tag:    v2.0.0-rc1

MDL-19067 removed obsoleted string (never used in any STABLE branch)

commit bd36925a97831ee7a2269b83b64355ee40ffa61f
Author: skodak <skodak>
Date:   Tue, 05 May 2009 17:10:53 +0800
Tag:    v2.0.0-rc1

MDL-19067 removed obsoleted string (never used in any STABLE branch)

commit 5d97b596538fc1d1f4999a2294ef32f6abf39689
Author: skodak <skodak>
Date:   Tue, 05 May 2009 17:10:52 +0800
Tag:    v2.0.0-rc1

MDL-19067 removed obsoleted string (never used in any STABLE branch)

commit 8915da3eee4a026b68a1a955665662aa11452770
Author: skodak <skodak>
Date:   Tue, 05 May 2009 17:07:21 +0800
Tag:    v2.0.0-rc1

MDL-19067 removed obsoleted string (never used in any STABLE branch)

commit 739ee4e679d97bc9810c77d676ad5fcd7b865102
Author: skodak <skodak>
Date:   Tue, 05 May 2009 17:05:27 +0800
Tag:    v2.0.0-rc1

MDL-19067 removed obsoleted string (never used in any STABLE branch)

commit 6d40f12e5bd6686522a7afaa38290730ab74c289
Author: skodak <skodak>
Date:   Tue, 05 May 2009 17:05:27 +0800
Tag:    v2.0.0-rc1

MDL-19067 removed obsoleted string (never used in any STABLE branch)

commit b78267b6419155a2fe8b7f8b462eb73cf2588711
Author: skodak <skodak>
Date:   Tue, 05 May 2009 17:00:24 +0800
Tag:    v2.0.0-rc1

MDL-19067 removed obsoleted string (never used in any STABLE branch)

commit 989c16eeb9acb49e98be8a6164ca39b88594df32
Author: skodak <skodak>
Date:   Tue, 05 May 2009 16:57:12 +0800
Tag:    v2.0.0-rc1

MDL-16692 converted glossary comments to new editor + file API fixes

commit 8ead7b59831728e430b98cad1a465ca984e217cf
Author: skodak <skodak>
Date:   Tue, 05 May 2009 04:23:20 +0800
Tag:    v2.0.0-rc1

MDL-19009 cleanup - there is no CONTEXT_GROUP and pinned block context

commit 8b449a3958e5fbfce13f36ec38ea5de679b0576c
Author: skodak <skodak>
Date:   Tue, 05 May 2009 03:56:32 +0800
Tag:    v2.0.0-rc1

MDL-18124 course creators can not delete any courses in their category any more, only those they created at most one day ago; merged from MOODLE_19_STABLE

commit 666979d32b9aa0f8b6a9dd9305346955fc653caa
Author: skodak <skodak>
Date:   Mon, 04 May 2009 21:15:00 +0800
Tag:    v2.0.0-rc1

MDL-19052 separate group mode improvements and fixes; merged from MOODLE_19_STABLE

commit 7a9ba4b4e23fa2102ed480b442dacd890cde7870
Author: skodak <skodak>
Date:   Mon, 04 May 2009 21:13:49 +0800
Tag:    v2.0.0-rc1

MDL-19052 fixed separate group mode access on grader report; merged from MOODLE_19_STABLE

commit 48a4c8498637ddba2f00378009cd2433dadacdf7
Author: skodak <skodak>
Date:   Mon, 04 May 2009 20:55:20 +0800
Tag:    v2.0.0-rc1

MDL-19052 separate group mode improvements and fixes; merged from MOODLE_19_STABLE

commit b0639b78d9d07474e34bfa877ff1b367d48f3679
Author: skodak <skodak>
Date:   Fri, 01 May 2009 04:09:23 +0800
Tag:    v2.0.0-rc1

MDL-15801 fixed incorrect use of get complete user data function; merged from MOODLE_19_STABLE

commit 1aee8c7e57b37e9cc5e3bc96d6e0bae90ce8d69f
Author: skodak <skodak>
Date:   Fri, 01 May 2009 03:57:41 +0800
Tag:    v2.0.0-rc1

MDL-14561 fixed https issue in IE

commit 18a003596bdb1b08e01752488596fb9bd574222a
Author: skodak <skodak>
Date:   Thu, 30 Apr 2009 18:35:31 +0800
Tag:    v2.0.0-rc1

MDL-19029 fixed incorrect closing of divs on grader report; merged from MOODLE_19_STABLE

commit ad310aa455508e5d17203d61e1654f268ddb71ba
Author: skodak <skodak>
Date:   Thu, 30 Apr 2009 18:16:34 +0800
Tag:    v2.0.0-rc1

MDL-19029 xhtml strict; merged from MOODLE_19_STABLE

commit 49ba2b61b975ac4b661cf9e975503406fdee1f09
Author: skodak <skodak>
Date:   Thu, 30 Apr 2009 18:09:13 +0800
Tag:    v2.0.0-rc1

MDL-19030 even uglier hack - do not try to add id to labels of static element - they do not have it; merged from MOODLE_19_STABLE

commit 5c89242e505f3e15e56718ef0b12581147c71d8b
Author: skodak <skodak>
Date:   Thu, 30 Apr 2009 18:06:11 +0800
Tag:    v2.0.0-rc1

MDL-19030 very ugly hack - do not try to add id to labels of element group - they do not have it; merged from MOODLE_19_STABLE

commit 8c453e41f71a9d212cd81e3a3ea49c60960e76ff
Author: skodak <skodak>
Date:   Thu, 30 Apr 2009 17:50:02 +0800
Tag:    v2.0.0-rc1

MDL-19030 fixed xhtml strictness when label attached to frozen element; merged from MOODLE_19_STABLE

commit 005789bbd9268737b6c2ac0614ad981d93f4fa78
Author: skodak <skodak>
Date:   Thu, 30 Apr 2009 17:17:36 +0800
Tag:    v2.0.0-rc1

MDL-18951 standardised group support in grader report - forgotten string

commit bccbd82fb83a713af124c7a5a8acea6c1759fb04
Author: skodak <skodak>
Date:   Thu, 30 Apr 2009 17:14:55 +0800
Tag:    v2.0.0-rc1

MDL-19016 xhtml strict fix

commit 30ebb74f444db8cc912cee59f92f08036ea80056
Author: skodak <skodak>
Date:   Thu, 30 Apr 2009 17:00:43 +0800
Tag:    v2.0.0-rc1

MDL-18951 standardised group support in grader report

commit 35079f539ce5416b6e58b903088044f28f4ddd98
Author: skodak <skodak>
Date:   Thu, 30 Apr 2009 16:07:43 +0800
Tag:    v2.0.0-rc1

MDL-18951 standardised group support in grader report (not complete yet)

commit 30f188f0b469890870fdb32a6f04f7ea071cf954
Author: skodak <skodak>
Date:   Thu, 30 Apr 2009 04:58:06 +0800
Tag:    v2.0.0-rc1

MDL-13722, MDL-12909 - idnumber required in xml grade export, if not present do not show user in export preview; merged from MOODEL_19_STABLE

commit 0febb12d9363f2425b85aa7fe189e35e5cbb1bb4
Author: skodak <skodak>
Date:   Thu, 30 Apr 2009 04:36:42 +0800
Tag:    v2.0.0-rc1

MDL-16687 fixed incorrect sorting - thanks Philip Cali; backported from MOODLE_19_STABLE

commit 039c3cdf7b0718117f802a9e1818352cd56b5a75
Author: skodak <skodak>
Date:   Wed, 29 Apr 2009 23:15:47 +0800
Tag:    v2.0.0-rc1

MDL-17829 category edit page cleanup

commit ffe7272e754e2f41e012a4edcb92c43c2152f5c7
Author: skodak <skodak>
Date:   Wed, 29 Apr 2009 23:04:31 +0800
Tag:    v2.0.0-rc1

MDL-18991 proper locking of grade type and min/max when sum agg selected and other code cleanup

commit a043086f47d0b786ebad8d28697550ebec0fd5b6
Author: skodak <skodak>
Date:   Wed, 29 Apr 2009 22:43:47 +0800
Tag:    v2.0.0-rc1

MDL-19014 multiplicator and offset are used only for activity grades - must be disabled elsewhere

commit 147cd91c5bead5e1241268cababd77568f08b224
Author: skodak <skodak>
Date:   Wed, 29 Apr 2009 22:35:47 +0800
Tag:    v2.0.0-rc1

MDL-19015 removed category item editing from normal item edit form

commit a9e38ac8a7365dd0086c0612162ffb827a826c6b
Author: skodak <skodak>
Date:   Wed, 29 Apr 2009 21:42:03 +0800
Tag:    v2.0.0-rc1

MDL-19008 extra credis should not be dropped when drop low or keep high specified (including unit tests)

commit b9b199beba835e4067dda04b656bf783726ada84
Author: skodak <skodak>
Date:   Wed, 29 Apr 2009 18:05:55 +0800
Tag:    v2.0.0-rc1

MDL-18993 implemented frull support for droplow and keephigh in sum aggregation type

commit 59080eee21a5d5d13f4a47c3c772854560f59d0d
Author: skodak <skodak>
Date:   Wed, 29 Apr 2009 16:55:25 +0800
Tag:    v2.0.0-rc1

MDL-18993 implemented frull support for droplow and keephigh in sum aggregation type

commit 85db95e7084fe78d119b07717cb84230a2c802af
Author: skodak <skodak>
Date:   Wed, 29 Apr 2009 15:52:35 +0800
Tag:    v2.0.0-rc1

MDL-19002 new simplified file api file limits; docs are still not finished

commit c94882ffa20b6ca2220cbca5eb285fe1dd6807a4
Author: skodak <skodak>
Date:   Wed, 29 Apr 2009 05:20:43 +0800
Tag:    v2.0.0-rc1

MDL-19002 new simplified file api file limits; docs are still not finished

commit a08171c5c2c1a48ea5fc6e5c1b6fe9503437c9e0
Author: skodak <skodak>
Date:   Wed, 29 Apr 2009 03:08:33 +0800
Tag:    v2.0.0-rc1

MDL-19002 file upload limits support

commit b3d965212e112446631b1fcaa840d99bb259e243
Author: skodak <skodak>
Date:   Mon, 27 Apr 2009 23:21:09 +0800
Tag:    v2.0.0-rc1

MDL-17248 fixed incorrect sum when scales involved; merged from MOODLE_19_STABLE (regrading will be forced later)

commit cb8f67b0a41eb23d1262626e7334691b90bec435
Author: skodak <skodak>
Date:   Mon, 27 Apr 2009 22:27:13 +0800
Tag:    v2.0.0-rc1

MDL-18987 fixed broken item editing when only one category present; merged from MOODLE_19_STABLE

commit ec69f4ab16f5d2b754813a90c897d99bd3885764
Author: skodak <skodak>
Date:   Mon, 27 Apr 2009 18:22:28 +0800
Tag:    v2.0.0-rc1

MDL-16918 fixed deleting in csv import file - thanks Luis de Vasconcelos; merged from MOODLE_19_STABLE

commit 5b36bcba00b84fd06b89fae6b2f280df84f47a30
Author: skodak <skodak>
Date:   Mon, 27 Apr 2009 16:51:22 +0800
Tag:    v2.0.0-rc1

MDL-18985 improved group access control in gradebook exports

commit 1dc9f2e29104224bf36655c33e34384308c1c900
Author: skodak <skodak>
Date:   Mon, 27 Apr 2009 16:47:31 +0800
Tag:    v2.0.0-rc1

MDL-18984 gradebook csv import group access control implemented

commit c29b95d2c111fd98a7e25b3c9a792eceabcb9da6
Author: skodak <skodak>
Date:   Sat, 25 Apr 2009 01:59:28 +0800
Tag:    v2.0.0-rc1

MDL-18961 fixed warning during upgrade; merged from MOODLE_19_STABLE

commit d9ae2ab53b965e3904b2c0da779eea2150de176b
Author: skodak <skodak>
Date:   Sat, 25 Apr 2009 00:24:49 +0800
Tag:    v2.0.0-rc1

MDL-12942 new extra credit option for simple mean agg; merged from MOODLE_19_STABLE

commit 29712788b7ad5e6d700447bc3c9c5b51b1a6dfb2
Author: skodak <skodak>
Date:   Fri, 24 Apr 2009 15:15:45 +0800
Tag:    v2.0.0-rc1

MDL-18948 fixed handling of indexes when removing options; merged from MOODLE_19_STABLE

commit 7ac88172fcad1c4af8219ad163f67f8d62141ba2
Author: skodak <skodak>
Date:   Fri, 24 Apr 2009 04:29:30 +0800
Tag:    v2.0.0-rc1

MDL-18942 user selection and group support in gradebook user overview report; merged from MOODLE_19_STABLE

commit 81f4918e0cb77a9890d05dd26a6a08825c50d00e
Author: skodak <skodak>
Date:   Fri, 24 Apr 2009 04:20:41 +0800
Tag:    v2.0.0-rc1

MDL-18943 xhtml strict - using class instead of repeated id attribute; merged from MOODLE_19_STABLE

commit 772229f345e9fe9f7251e05b87ef96f69c28bdc0
Author: skodak <skodak>
Date:   Fri, 24 Apr 2009 03:27:21 +0800
Tag:    v2.0.0-rc1

MDL-18941 group support in user gradebook report; merged from MOODLE_19_STABLE

commit b4615a96cae8a4d5067f81c9a5ff33a626f41d3b
Author: skodak <skodak>
Date:   Thu, 23 Apr 2009 05:29:54 +0800
Tag:    v2.0.0-rc1

MDL-18934 removed legacy grading support

commit 398a160d4d5bad7bea4d3b67f1b398c8b3e82bf2
Author: skodak <skodak>
Date:   Thu, 23 Apr 2009 05:03:38 +0800
Tag:    v2.0.0-rc1

MDL-18934 removed legacy grading support

commit 38a9fc5566c84445e00dd731d353892f83b86705
Author: skodak <skodak>
Date:   Thu, 23 Apr 2009 04:54:06 +0800
Tag:    v2.0.0-rc1

MDL-18930 fixed behaviour of dropdown menu selector in gradebook - the headings are not selectable again like the rest of moodle dropdowns; merged from MOODLE_19_STABLE

commit db008d6feb16c64b8b7c2774a752da7d0966bf79
Author: skodak <skodak>
Date:   Thu, 23 Apr 2009 04:05:16 +0800
Tag:    v2.0.0-rc1

MDL-18929 fixed double colons, in fact we stopped using colons long time ago; merged from MOODLE_19_STABLE

commit e8048b1d7a7e89a698c558a3fc4fbde401e66be7
Author: skodak <skodak>
Date:   Thu, 23 Apr 2009 04:01:47 +0800
Tag:    v2.0.0-rc1

MDL-18933 Cannot assign default value to variable passed by reference; merged from MOODLE_19_STABLE

commit 121d8006e40c4e81601066d787226657fecb158c
Author: skodak <skodak>
Date:   Thu, 23 Apr 2009 03:40:21 +0800
Tag:    v2.0.0-rc1

MDL-18927 fixed performance regression

commit 7d2948bdd05550a06422dbeb1686e86badeee2cc
Author: skodak <skodak>
Date:   Wed, 22 Apr 2009 15:19:56 +0800
Tag:    v2.0.0-rc1

MDL-18910 full support for module intro editor with embedded images

commit 43b44d5ea631d747cb509f4d16e3631a99c7536e
Author: skodak <skodak>
Date:   Wed, 22 Apr 2009 15:14:19 +0800
Tag:    v2.0.0-rc1

MDL-18910 full support for module intro editor with embedded images

commit 3268cf992153dc80c558d68ca4f75540595ac556
Author: skodak <skodak>
Date:   Wed, 22 Apr 2009 14:48:15 +0800
Tag:    v2.0.0-rc1

MDL-18910 full support for module intro editor with embedded images

commit ac3668bfaedc5fe535f7b7d56d04163696777f48
Author: skodak <skodak>
Date:   Wed, 22 Apr 2009 13:10:08 +0800
Tag:    v2.0.0-rc1

MDL-18910 full support for module intro editor with embedded images

commit 0cd1affc58dd7364a74a920913ababa112880d29
Author: skodak <skodak>
Date:   Wed, 22 Apr 2009 12:57:34 +0800
Tag:    v2.0.0-rc1

MDL-18910 full support for module intro editor with embedded images

commit 4ba2221a09a7947bef3ad499691cc2e9e365d313
Author: skodak <skodak>
Date:   Wed, 22 Apr 2009 12:46:04 +0800
Tag:    v2.0.0-rc1

MDL-18910 full support for module intro editor with embedded images

commit 50aa3fcc8b872b303949d3f6ffb6f9489242a929
Author: skodak <skodak>
Date:   Wed, 22 Apr 2009 12:38:25 +0800
Tag:    v2.0.0-rc1

MDL-18910 full support for module intro editor with embedded images

commit b4950d9649db4a4d8cb50c3e2d9877706512b0d3
Author: skodak <skodak>
Date:   Wed, 22 Apr 2009 12:31:54 +0800
Tag:    v2.0.0-rc1

MDL-18910 full support for module intro editor with embedded images

commit 9b010a102e3940921172063ff554e8f30f5bd9ac
Author: skodak <skodak>
Date:   Wed, 22 Apr 2009 05:33:08 +0800
Tag:    v2.0.0-rc1

MDL-18910 full support for module intro editor with embedded images

commit 97498d1ec35759c0d53990af6dac434c91cd4b7c
Author: skodak <skodak>
Date:   Wed, 22 Apr 2009 05:25:22 +0800
Tag:    v2.0.0-rc1

MDL-18910 full support for module intro editor with embedded images

commit dc5c2bd9eb3ac4998b65cdf0374f32628388406e
Author: skodak <skodak>
Date:   Wed, 22 Apr 2009 05:17:21 +0800
Tag:    v2.0.0-rc1

MDL-18910 full support for module intro editor with embedded images

commit 42f103be4c793b71f3f68cc173219a1cb896bc7c
Author: skodak <skodak>
Date:   Tue, 21 Apr 2009 16:57:20 +0800
Tag:    v2.0.0-rc1

MDL-18910 moving modedit features to modname_supports()

commit 8b6f8099ea1345c06400d620397ac0ecd0452486
Author: skodak <skodak>
Date:   Tue, 21 Apr 2009 04:14:15 +0800
Tag:    v2.0.0-rc1

MDL-18910 normalised module intro and introformat

commit 9f0e60e188562d9908586e15a189ba1dd3d91028
Author: skodak <skodak>
Date:   Tue, 21 Apr 2009 04:08:28 +0800
Tag:    v2.0.0-rc1

MDL-18910 normalised module intro and introformat

commit d0bcf735aa3fd032c72643fef178a8a53513894b
Author: skodak <skodak>
Date:   Tue, 21 Apr 2009 03:57:04 +0800
Tag:    v2.0.0-rc1

MDL-18910 normalised module intro and introformat

commit 8b6c22a657ff442862bc4e4a16c5524a14c2b979
Author: skodak <skodak>
Date:   Tue, 21 Apr 2009 03:42:38 +0800
Tag:    v2.0.0-rc1

MDL-18910 normalised module intro and introformat

commit 18b5df9155fbb88d01f5555bc9ece0621d27fab0
Author: skodak <skodak>
Date:   Tue, 21 Apr 2009 03:29:15 +0800
Tag:    v2.0.0-rc1

MDL-18910 normalised module intro and introformat

commit 6507d1a97e22fb1ebdd24e46b55ebb73416f52f6
Author: skodak <skodak>
Date:   Tue, 21 Apr 2009 03:10:05 +0800
Tag:    v2.0.0-rc1

MDL-18910 normalised module intro and introformat

commit 83afecc04b67dab3233bf67205de3cbe3e9f3382
Author: skodak <skodak>
Date:   Tue, 21 Apr 2009 02:59:50 +0800
Tag:    v2.0.0-rc1

MDL-18910 normalised module intro and introformat

commit 63b0256797ba5469626b1d4a8b589b0583b5e7af
Author: skodak <skodak>
Date:   Tue, 21 Apr 2009 02:51:37 +0800
Tag:    v2.0.0-rc1

MDL-18910 normalised module intro and introformat

commit a8801a8bea76b8741209d2185be5bc20e7b5de7c
Author: skodak <skodak>
Date:   Tue, 21 Apr 2009 02:45:31 +0800
Tag:    v2.0.0-rc1

MDL-18910 normalised module intro and introformat

commit 65e7c870c16f077e21eab2523aa1bba5d8e4e10a
Author: skodak <skodak>
Date:   Tue, 21 Apr 2009 02:39:24 +0800
Tag:    v2.0.0-rc1

MDL-18910 normalised module intro and introformat

commit c119057ae08bdf096c56fef100d30d9218d87048
Author: skodak <skodak>
Date:   Tue, 21 Apr 2009 02:28:49 +0800
Tag:    v2.0.0-rc1

MDL-18910 normalised module intro and introformat

commit 702dc57b54b89643969cce662ba15b5017a3550d
Author: skodak <skodak>
Date:   Mon, 20 Apr 2009 19:49:26 +0800
Tag:    v2.0.0-rc1

MDL-18902 fixed whitespace, sorrrry

commit 7467e72197e12e6deb96ba58fd2584b2abfdc3bb
Author: skodak <skodak>
Date:   Mon, 20 Apr 2009 19:37:39 +0800
Tag:    v2.0.0-rc1

MDL-18900 reimplemented trusttext - now using separate db field; the API will be improved and documented together with the new support functions needed for new Editor element

commit e2d7687fc420495acebc6952a44794f5390a78b9
Author: skodak <skodak>
Date:   Mon, 20 Apr 2009 19:36:01 +0800
Tag:    v2.0.0-rc1

MDL-18902 reimplemented trusstext support in forum + standardising format column for text fields

commit 614aa8b0d3ccd68626706cf8bfe74e9b5704586f
Author: skodak <skodak>
Date:   Mon, 20 Apr 2009 18:49:31 +0800
Tag:    v2.0.0-rc1

fixed typo

commit c3e793aead3cbc1ee5314c9c166e693eae62012d
Author: skodak <skodak>
Date:   Mon, 20 Apr 2009 18:38:29 +0800
Tag:    v2.0.0-rc1

MDL-18901 reimplemented trusstext support in glossary + standardising format column for text fields

commit 3ba0748d4f00b4988f8c99de0812ad4f66b0ce18
Author: skodak <skodak>
Date:   Mon, 20 Apr 2009 18:08:54 +0800
Tag:    v2.0.0-rc1

MDL-18901 reimplemented trusstext support in glossary + standardising format column for text fields; sending missing install.xml - thanks Eloy

commit cbc2b5df03ec836311198ee42e119976bdd79289
Author: skodak <skodak>
Date:   Mon, 20 Apr 2009 18:05:50 +0800
Tag:    v2.0.0-rc1

MDL-18901 reimplemented trusstext support in glossary + standardising format column for text fields

commit 0266b1ade442713d225aaa0626f6da358092693c
Author: skodak <skodak>
Date:   Mon, 20 Apr 2009 17:04:53 +0800
Tag:    v2.0.0-rc1

MDL-15931 there is no need to pollute public api with tons of public functions that are in fact private wink

commit b659135b446c5f3f988328c06c61df2b2d84dfa9
Author: skodak <skodak>
Date:   Fri, 17 Apr 2009 16:55:22 +0800
Tag:    v2.0.0-rc1

MDL-16075 adding support for embedded Glossary images; fixed typo - thanks MD

commit f6949ddb95376f147332dfd957bd7266b1ed1c0b
Author: skodak <skodak>
Date:   Fri, 17 Apr 2009 16:05:55 +0800
Tag:    v2.0.0-rc1

MDL-18887 using exceptions instead of @ for ignoring of db update/insert failure

commit ccde17c3eb5a931b4e57d34ebcfd9eadcd631f0f
Author: skodak <skodak>
Date:   Thu, 16 Apr 2009 14:36:11 +0800
Tag:    v2.0.0-rc1

MDL-16075 adding support for embedded Glossary images

commit 4f5521dd029cb04c9abec8cc17232c8b6273191f
Author: skodak <skodak>
Date:   Thu, 16 Apr 2009 04:02:48 +0800
Tag:    v2.0.0-rc1

MDL-14589 fixed incorrect file info api function result

commit c6b4179c3898e11b410d874a2b2815664848e85d
Author: skodak <skodak>
Date:   Thu, 09 Apr 2009 16:29:51 +0800
Tag:    v2.0.0-rc1

MDL-18338 option for hiding of groups in user profile

commit 790e5ae236650042b891d4234b60095312690c1c
Author: skodak <skodak>
Date:   Thu, 09 Apr 2009 16:23:56 +0800
Tag:    v2.0.0-rc1

MDL-13843 user profile in separate group mode even if group mode not forced course-wide (improved consistency in groups at course level); merged from MOODLE_19_STABLE

commit 25bc3cd369af866f0effa6a33cb03548f9f4ef30
Author: skodak <skodak>
Date:   Thu, 09 Apr 2009 16:17:12 +0800
Tag:    v2.0.0-rc1

MDL-13843 treat default course grouping as current grouping at course level (groupmode is used the same way at course level)

commit 728a4ebe3bb8562e2a6319b5bad73281f632c2e8
Author: skodak <skodak>
Date:   Thu, 09 Apr 2009 15:58:49 +0800
Tag:    v2.0.0-rc1

MDL-13843 user participation in separate group mode even if group mode not forced course-wide (improved consistency in groups at course level)

commit 59a82ee1d8b1568bfe95afb8ffe1aae10c778c95
Author: skodak <skodak>
Date:   Tue, 07 Apr 2009 15:45:03 +0800
Tag:    v2.0.0-rc1

MDL-13224 fixed coding style

commit 3a03653edf6fa40e6f4d838d9fdc9f4e0f9ae2b3
Author: skodak <skodak>
Date:   Mon, 06 Apr 2009 04:17:04 +0800
Tag:    v2.0.0-rc1

MDL-18772 fixed aut oupdating of grademax for SUM aggregation type

commit 97481934ca7f86048dfce2a06e32f9c636fb8820
Author: skodak <skodak>
Date:   Mon, 06 Apr 2009 03:32:33 +0800
Tag:    v2.0.0-rc1

MDL-18778 more robust reset form defaults

commit c94985efb16cff834cc472c2200a601e1f2950ad
Author: skodak <skodak>
Date:   Tue, 31 Mar 2009 18:03:10 +0800
Tag:    v2.0.0-rc1

MDL-18552 different TeX trouble fix

commit c6e1d6af3f2a2709728d3cd6e68075fe88e20d06
Author: skodak <skodak>
Date:   Tue, 31 Mar 2009 01:09:39 +0800
Tag:    v2.0.0-rc1

MDL-18540 fixing "extra" memory strings

commit b7bad38b377c83ad2655a2e5a35d3c2c5a129d5d
Author: skodak <skodak>
Date:   Sun, 29 Mar 2009 06:18:53 +0800
Tag:    v2.0.0-rc1

DML fix

commit add560f3009ab1c1d4b89a3e7e9acc7e9a741d43
Author: skodak <skodak>
Date:   Sun, 29 Mar 2009 06:15:12 +0800
Tag:    v2.0.0-rc1

MDL-14591 adding standard access control

commit 98335b2da843fa4aa9c2ae7fe79590a9314d8524
Author: skodak <skodak>
Date:   Sun, 29 Mar 2009 06:02:00 +0800
Tag:    v2.0.0-rc1

MDL-14591 adding standard access control

commit 3283378835a9237f448529c9b787fb07476a9d9f
Author: skodak <skodak>
Date:   Sun, 29 Mar 2009 05:45:54 +0800
Tag:    v2.0.0-rc1

MDL-18733 adding note - we need to use user keys instead of cookies here

commit 76b7b5925d4148bd2c94e6597b5f66d9fc375ca0
Author: skodak <skodak>
Date:   Sun, 29 Mar 2009 00:59:26 +0900
Tag:    v2.0.0-rc1

MDL-14679 fixed DML

commit 1b3f759ae2377860a3340893825ef968474df7f1
Author: skodak <skodak>
Date:   Sun, 29 Mar 2009 00:57:16 +0900
Tag:    v2.0.0-rc1

MDL-18163 removed bogus archive

commit e9a0ee701dbe01ea9a66cf5b46a768f1dddcb22c
Author: skodak <skodak>
Date:   Sun, 29 Mar 2009 00:51:42 +0900
Tag:    v2.0.0-rc1

MDL-18727 param types ARE required

commit 08a09f54ede3c2e94a0cf5a47494127993849547
Author: skodak <skodak>
Date:   Sun, 29 Mar 2009 00:46:34 +0900
Tag:    v2.0.0-rc1

MDL-18729 param types ARE required

commit 47d01e097b19c9c373636d6205e01620495ad133
Author: skodak <skodak>
Date:   Sun, 29 Mar 2009 00:45:41 +0900
Tag:    v2.0.0-rc1

MDL-18728 dml cleanup

commit 6d266ca3c9cc951847d8c294e2664b748226f30a
Author: skodak <skodak>
Date:   Sun, 29 Mar 2009 00:39:31 +0900
Tag:    v2.0.0-rc1

MDL-18163 noting arrayview.php design is not acceptable in official moodle

commit 24a88abd00a79684d2c9e6bee25b7cfe93299181
Author: skodak <skodak>
Date:   Sun, 29 Mar 2009 00:18:38 +0900
Tag:    v2.0.0-rc1

MDL-18726 dml cleanup

commit fa4556c54f0b1c59111fcc904e3075f0ab963cd5
Author: skodak <skodak>
Date:   Sun, 29 Mar 2009 00:15:22 +0900
Tag:    v2.0.0-rc1

MDL-17458 prevent trailing whitespace problems in config.php

commit 05c0f5240cbf6a2f4a4e5b9b4fdb513dfa292382
Author: skodak <skodak>
Date:   Sun, 29 Mar 2009 00:07:24 +0900
Tag:    v2.0.0-rc1

MDL-14589 removed obsoleted comments

commit 342650a7aabe2ec0ddf989735f56a093eebeb18f
Author: skodak <skodak>
Date:   Fri, 27 Mar 2009 06:15:12 +0900
Tag:    v2.0.0-rc1

MDL-18417 fixed DML conversion

commit fe772c2aa75bb4f994bf17f45d8a55c39f630ecf
Author: skodak <skodak>
Date:   Fri, 27 Mar 2009 05:53:03 +0900
Tag:    v2.0.0-rc1

MDL-18472 fixed missing argument in deprecated function, thanks Gordon Bateson

commit 1619d1098f391056ef6ec566d7bf93d568c5c4cb
Author: skodak <skodak>
Date:   Fri, 27 Mar 2009 04:56:11 +0900
Tag:    v2.0.0-rc1

MDL-18676 auth plugins should run before enrol because it may create new users - proposed by Jason Hardin

commit ece874b5d13cf47eded745de788630b6e7c0264c
Author: skodak <skodak>
Date:   Fri, 27 Mar 2009 04:46:15 +0900
Tag:    v2.0.0-rc1

MDL-18686 removing ancient readme file

commit cb5f2411d79a29eaeeb2b4259e9d746f7bb1719a
Author: skodak <skodak>
Date:   Tue, 24 Mar 2009 20:01:45 +0900
Tag:    v2.0.0-rc1

MDL-17966 reverting previous commit, solution proposed in tracker

commit 4d3e28a06c41333f512d0f79ce3e8db8b38c7f0d
Author: skodak <skodak>
Date:   Sun, 15 Mar 2009 22:44:28 +0900
Tag:    v2.0.0-rc1

MDL-18265 fixed regression in menu field - discovered and patched by Vlas Voloshin, thanks!; merged from MOODLE_19_STABLE

commit cb551e3625df30e9771faa040fcb77c8940d483f
Author: skodak <skodak>
Date:   Sun, 15 Mar 2009 22:29:40 +0900
Tag:    v2.0.0-rc1

MDL-18550 fixed DML typo and bad coding style - yes sam, whitespace is part of the official coding style! thanks nigel daley for spotting of the typo

commit 634660958498024a653fde792838e19fd62e310d
Author: skodak <skodak>
Date:   Sun, 08 Mar 2009 05:59:25 +0900
Tag:    v2.0.0-rc1

MDL-18265 fixed regressions by hardfreeze security workaround - defaults were overriding locked values

commit 0a94af2927467e35273ea0ca5cb8a82765c66f1b
Author: skodak <skodak>
Date:   Wed, 04 Mar 2009 22:36:06 +0900
Tag:    v2.0.0-rc1

MDL-16852 fixed left join trouble; merged from MOODLE_19_STABLE

commit 6edfb4c8481809ed77230b25d928ac80499f51b0
Author: skodak <skodak>
Date:   Mon, 02 Mar 2009 06:03:38 +0900
Tag:    v2.0.0-rc1

MDL-18407 fixed dml regression

commit c70552d871ac99aac172e5965b0b38932361f039
Author: skodak <skodak>
Date:   Sat, 28 Feb 2009 18:09:09 +0900
Tag:    v2.0.0-rc1

MDL-18407 fixed wrong select

commit 78e3908f92a213aada91016abad66b5f94d034c1
Author: skodak <skodak>
Date:   Mon, 23 Feb 2009 16:44:03 +0900
Tag:    v2.0.0-rc1

MDL-18348 CVE-2007-3215

commit 8f0632f097fa4b8999eaf8f270750ab38b304b98
Author: skodak <skodak>
Date:   Fri, 20 Feb 2009 01:21:46 +0900
Tag:    v2.0.0-rc1

MDL-18318 fixed incorrect function param - thanks Aurelijus

commit b421371ed35779462eeb2c1ab696d113e9180b35
Author: skodak <skodak>
Date:   Thu, 19 Feb 2009 16:32:23 +0900
Tag:    v2.0.0-rc1

MDL-18039 fixed footer docs link

commit 76ae9cbb4ea354f37eb990c8aced5dbd20ad6408
Author: skodak <skodak>
Date:   Thu, 19 Feb 2009 16:21:21 +0900
Tag:    v2.0.0-rc1

MDL-18274 fixed lang string, thanks Helen

commit f2ceeea5a4a76d4be35cddadc446d2797cb4c164
Author: skodak <skodak>
Date:   Thu, 19 Feb 2009 05:32:54 +0900
Tag:    v2.0.0-rc1

MDL-18041 improved hints - thanks helen; merged from MOODLE_19_STABLE

commit 7daf91f21052b2891c0414d475dd04f55362c88d
Author: skodak <skodak>
Date:   Wed, 18 Feb 2009 18:03:09 +0900
Tag:    v2.0.0-rc1

MDL-14589 course section summary string

commit 1e12b91217cd6c0d131f344b23bffa3044f09c18
Author: skodak <skodak>
Date:   Wed, 18 Feb 2009 08:01:30 +0900
Tag:    v2.0.0-rc1

MDL-18223 removed repeated format_text() - should be applied only once

commit 6acb6a3dde5c12a1ea4fc8e1a6eb78b1c262c63c
Author: skodak <skodak>
Date:   Wed, 18 Feb 2009 07:56:47 +0900
Tag:    v2.0.0-rc1

MDL-18223 XHTML strrrict

commit ad0cf519df4096c229070e275a3ce96a546c5442
Author: skodak <skodak>
Date:   Wed, 18 Feb 2009 07:49:51 +0900
Tag:    v2.0.0-rc1

MDL-18223 merging missing strings from MOODLE_19_STABLE

commit 209c122b650da8e05b6456e6a4bb1cd0ed19d361
Author: skodak <skodak>
Date:   Wed, 18 Feb 2009 07:44:38 +0900
Tag:    v2.0.0-rc1

MDL-18223 fixed theoretical XSS

commit 2e3f66d72894e1099aba6d402c4d11e8bfd740b3
Author: skodak <skodak>
Date:   Wed, 18 Feb 2009 07:37:48 +0900
Tag:    v2.0.0-rc1

MDL-18223 merged spam cleaner into head + removed legacy code + fixed report title

commit ff08798b11ad5d0aaacde8a5fed92d75a0dbc3bd
Author: skodak <skodak>
Date:   Wed, 18 Feb 2009 07:25:13 +0900
Tag:    v2.0.0-rc1

MDL-11313 merged strings into HEAD (will not be used there)

commit 9c6972d6305b1ce5bdd0dfcdca8afe167bdd8095
Author: skodak <skodak>
Date:   Wed, 18 Feb 2009 02:32:36 +0900
Tag:    v2.0.0-rc1

MDL-18293 exception and DML cleanup

commit 013376dec4154d5cc943f6ece07620866c81b3d8
Author: skodak <skodak>
Date:   Wed, 18 Feb 2009 02:23:56 +0900
Tag:    v2.0.0-rc1

MDL-18293 exception and DML cleanup

commit 68fbad441739a99854c577b73be32a2e97cdc96e
Author: skodak <skodak>
Date:   Wed, 18 Feb 2009 02:15:47 +0900
Tag:    v2.0.0-rc1

MDL-18293 exception and DML cleanup

commit 5e2f308b91908f1745c40fe272f40e2bd58977ea
Author: skodak <skodak>
Date:   Wed, 18 Feb 2009 01:50:36 +0900
Tag:    v2.0.0-rc1

MDL-18293 exception and DML cleanup

commit b25263ffa1ed8a15fbe82e2b1d728b2064062775
Author: skodak <skodak>
Date:   Wed, 18 Feb 2009 01:44:48 +0900
Tag:    v2.0.0-rc1

MDL-18293 exception cleanup

commit 90ee78e21ca64d464ed522447b6185aa24b90259
Author: skodak <skodak>
Date:   Wed, 18 Feb 2009 01:33:32 +0900
Tag:    v2.0.0-rc1

MDL-18293 removing unused error strings (now replaced by exceptions)

commit 644d506ac141f205672098b987308adf56279b75
Author: skodak <skodak>
Date:   Wed, 18 Feb 2009 01:18:05 +0900
Tag:    v2.0.0-rc1

MDL-16698 towards new general editor element + converted course section summaries

commit cd010c0b2f4344a62e5a1ecf2b1191d25cf36f3f
Author: skodak <skodak>
Date:   Tue, 17 Feb 2009 22:33:06 +0900
Tag:    v2.0.0-rc1

MDL-18286 fixed incorrect version number bump - thanks Anthony

commit 9c023be3cdab922eba8d7a4ebd92cdc08da3bc9e
Author: skodak <skodak>
Date:   Tue, 17 Feb 2009 16:26:29 +0900
Tag:    v2.0.0-rc1

MDL-18282 fixed incorrect version number bump - thanks Anthony

commit 7cdee7486dfea2dc64e5e6af93381f332481d742
Author: skodak <skodak>
Date:   Tue, 17 Feb 2009 05:54:30 +0900
Tag:    v2.0.0-rc1

MDL-16698 towarsd general editor element

commit b5cb48de8f4daf91f2bd627edda679b129bc2ac9
Author: skodak <skodak>
Date:   Tue, 17 Feb 2009 05:53:23 +0900
Tag:    v2.0.0-rc1

MDL-16597 default to unlimited number of files instead of 0 which means no files

commit 3156b8ca481190b29a6757fb317e902ba1d04418
Author: skodak <skodak>
Date:   Tue, 17 Feb 2009 05:47:22 +0900
Tag:    v2.0.0-rc1

MDL-14589 implemented browsing of course section files + fixed bug when getting parent dirs of stored files

commit a8e299711c53456ae0c19ee4da28f9d38446b9fe
Author: skodak <skodak>
Date:   Mon, 16 Feb 2009 04:24:57 +0900
Tag:    v2.0.0-rc1

MDL-18209 fixe short php tag - thanks Jeffrey Silverman

commit 133b5929a12c9b9df06428890b994639b85fac76
Author: skodak <skodak>
Date:   Mon, 16 Feb 2009 04:02:50 +0900
Tag:    v2.0.0-rc1

MDL-18253 hopefully fixed weird float precision that breaks upgrade and gradebook

commit f2cbf2dc1e47c5f078b25fc8d0b725398efa08e5
Author: skodak <skodak>
Date:   Mon, 16 Feb 2009 03:45:15 +0900
Tag:    v2.0.0-rc1

MDL-18258 fixed legacy type and improved risky default course role hints

commit 69f34b96591895cc8dac0aa204059524d8444652
Author: skodak <skodak>
Date:   Mon, 16 Feb 2009 02:40:31 +0900
Tag:    v2.0.0-rc1

MDL-18039 xhtml strict fixes

commit e36005bef6744066e731af1b4c460a6128d63ded
Author: skodak <skodak>
Date:   Sun, 15 Feb 2009 20:30:45 +0900
Tag:    v2.0.0-rc1

MDL-18041 improved admin risk info

commit ee84498bd38a46d3dfe771cabb08a5114cf790a9
Author: skodak <skodak>
Date:   Sun, 15 Feb 2009 19:05:33 +0900
Tag:    v2.0.0-rc1

MDL-18155 mentioned possiblity to lock email field; merged from MOODLE_19_STABLE

commit e7dd3aac30246bd43c283b095186b063d1e3b558
Author: skodak <skodak>
Date:   Sun, 15 Feb 2009 18:55:48 +0900
Tag:    v2.0.0-rc1

MDL-18155 no warning if allowed email domains set; merged from MOODLE_19_STABLE

commit be22a5c16cdeb6198cc25855bb63b0f87e04f0ea
Author: skodak <skodak>
Date:   Sun, 15 Feb 2009 18:45:34 +0900
Tag:    v2.0.0-rc1

MDL-18078 adding docs links from detailed security overview report; merged from MOODLE_19_STABLE

commit 797ffad0c778c2c3e687bbf849e5a0827e0cdc36
Author: skodak <skodak>
Date:   Tue, 10 Feb 2009 02:51:01 +0900
Tag:    v2.0.0-rc1

MDL-18194 detect if driver install before trying to create db

commit 551fe0e5359ac33fca3c758c149f19992a4e008c
Author: skodak <skodak>
Date:   Mon, 09 Feb 2009 08:14:13 +0900
Tag:    v2.0.0-rc1

MDL-17458 standardised lang upgrade code + updating also parent language

commit ed8453a625f2858b921ec5010966b8c3f9bd026e
Author: skodak <skodak>
Date:   Mon, 09 Feb 2009 07:48:17 +0900
Tag:    v2.0.0-rc1

MDL-17573 fixed problem when en_utf8 sopecified as parent

commit 07f6711889bcb3ecd91ad545e86e60691d49a5e5
Author: skodak <skodak>
Date:   Mon, 09 Feb 2009 07:33:54 +0900
Tag:    v2.0.0-rc1

MDL-17573 added automatic downloading of parent languages

commit c33b83e77cbbf11392e63e2683b950154d8a12bc
Author: skodak <skodak>
Date:   Mon, 09 Feb 2009 06:32:33 +0900
Tag:    v2.0.0-rc1

MDL-9796 fixed error array when environment file broken; merged from MOODLE_19_STABLE

commit 450dcc603db217eea7ba060fef1b0e02a4bcf2d7
Author: skodak <skodak>
Date:   Sun, 08 Feb 2009 07:55:05 +0900
Tag:    v2.0.0-rc1

MDL-18138 added option to supply username as GET param - based on patch by Robert Allerstorfer; merged from MOODLE_19_STABLE

commit a91557ae6fb3bedd5758ef869bc2fe0f701d1703
Author: skodak <skodak>
Date:   Sun, 08 Feb 2009 07:41:59 +0900
Tag:    v2.0.0-rc1

MDL-18137 all cookies now secure if configured to be

commit f404df92b18ea686f21174d9d0e35d3421e8821e
Author: skodak <skodak>
Date:   Sun, 08 Feb 2009 07:15:15 +0900
Tag:    v2.0.0-rc1

MDL-18153 fixed typo - thanks Nicolas Martignoni

commit 64c368e3dfafb1fbdde44313d2781ec67683646b
Author: skodak <skodak>
Date:   Sun, 08 Feb 2009 05:03:25 +0900
Tag:    v2.0.0-rc1

MDL-18167 more distro hooks refactoring - agreed with Eloy

commit cc8727451fb72d8d9c088d044bf60987f2d5e045
Author: skodak <skodak>
Date:   Sun, 08 Feb 2009 03:55:21 +0900
Tag:    v2.0.0-rc1

MDL-17565 automatic download of parent lang + parent lang cleanup

commit 9ace50944f958185e13fe25accbc957fed48d5a9
Author: skodak <skodak>
Date:   Sun, 08 Feb 2009 02:56:40 +0900
Tag:    v2.0.0-rc1

MDL-14924 the same title now used on each upgrade/install page (Moodle - 2.0...) + the same footer with moodle logo now used during installation and upgrade - links to admin docs

commit 6724b0598b007dc168d0524aaa6966a2a2625148
Author: skodak <skodak>
Date:   Sun, 08 Feb 2009 02:07:05 +0900
Tag:    v2.0.0-rc1

MDL-18167 more hooks for distros

commit 4f9dba35a3afdd4e45cf4c372598fa2ce3b626d5
Author: skodak <skodak>
Date:   Sun, 08 Feb 2009 00:23:30 +0900
Tag:    v2.0.0-rc1

MDL-18167 let distros set default dataroot

commit 5167827bbbaf27ced1669a803b2be80acf1164d4
Author: skodak <skodak>
Date:   Sun, 08 Feb 2009 00:06:20 +0900
Tag:    v2.0.0-rc1

MDL-18167 allow distro packs skip dbtype selection

commit 5c1fb7d4d16684487dd9231500c6c281b6cfd0e1
Author: skodak <skodak>
Date:   Sat, 07 Feb 2009 23:08:44 +0900
Tag:    v2.0.0-rc1

MDL-18167 towareds reimplementing of win installer support

commit 4d928665b931ab788f96da53d71a6233207bf166
Author: skodak <skodak>
Date:   Sat, 07 Feb 2009 22:35:01 +0900
Tag:    v2.0.0-rc1

MDL-14924 language autorefresh and starting to reimplement welcome.html support + strings.txt cleanup

commit fa53493e48baf25c1e0bfdd73e2c74506843c299
Author: skodak <skodak>
Date:   Sat, 07 Feb 2009 20:49:56 +0900
Tag:    v2.0.0-rc1

MDL-14924 fixed typo - thanks Eloy

commit 3b09331066a91c51a2de1676ca8179ca7c90f64b
Author: skodak <skodak>
Date:   Sat, 07 Feb 2009 19:20:33 +0900
Tag:    v2.0.0-rc1

MDL-17458 rewritten installer

commit ccba465e78f76a33b93ab46c2bf315085d60959a
Author: skodak <skodak>
Date:   Tue, 03 Feb 2009 04:59:53 +0900
Tag:    v2.0.0-rc1

MDL-18112 making the php version error less harsh - now displayed only if php < 5.2.0, versions < 5.2.8 are detected during environment test

commit 2b900b0eeb5905318167e88d45ea7248c120e22a
Author: skodak <skodak>
Date:   Mon, 02 Feb 2009 22:15:25 +0900
Tag:    v2.0.0-rc1

MDL-18040 fixed adminrisk query too - now much faster

commit 770f0cea30dcfed18b76c7222a70c1114e340b12
Author: skodak <skodak>
Date:   Mon, 02 Feb 2009 02:45:32 +0900
Tag:    v2.0.0-rc1

MDL-17458 fixed headers used during installation

commit 2d6b0b04c1d2cdfc28945c6443448b97a2281f50
Author: skodak <skodak>
Date:   Mon, 02 Feb 2009 02:24:34 +0900
Tag:    v2.0.0-rc1

MDL-17458 scrolling to errors is not needed anymore, we stop after every error now

commit 844d58f737f0658196eef6ec5aa249d2dab25256
Author: skodak <skodak>
Date:   Mon, 02 Feb 2009 02:04:34 +0900
Tag:    v2.0.0-rc1

MDL-17458 more installation improvements and cleanup

commit 712b48cc693ac9f02a12c49444a30ea24f7c48a5
Author: skodak <skodak>
Date:   Mon, 02 Feb 2009 01:50:29 +0900
Tag:    v2.0.0-rc1

MDL-17427 more cleanup

commit ce359507868aae08a1600939f36c43c044b249a7
Author: skodak <skodak>
Date:   Mon, 02 Feb 2009 01:42:56 +0900
Tag:    v2.0.0-rc1

MDL-17427 fixed regressions

commit 58045d100f5b04729d1307a1f4a8c94984c63fbd
Author: skodak <skodak>
Date:   Mon, 02 Feb 2009 01:36:54 +0900
Tag:    v2.0.0-rc1

MDL-10275 fixed string case

commit fe27230c348fd567c0c226abe4350121a1e9a767
Author: skodak <skodak>
Date:   Mon, 02 Feb 2009 01:33:09 +0900
Tag:    v2.0.0-rc1

MDL-10275 temporarily disabling old installer, stay tuned - new one will be ready soon wink

commit c808379ef80324f14f08cfb074e28aa53d328c4c
Author: skodak <skodak>
Date:   Mon, 02 Feb 2009 01:20:59 +0900
Tag:    v2.0.0-rc1

MDL-10275 moved the rest of environment tests from install.php to admin/index.php; please note that there is no need to update installer lacg packs becuase install.php will not have environment checks anymore soon wink

commit fbf2c91e439b570f1f78990953227348da385452
Author: skodak <skodak>
Date:   Sun, 01 Feb 2009 22:37:42 +0900
Tag:    v2.0.0-rc1

MDL-10275 added fatal PHP config setting test on each page, replaces some tests done in installer

commit b3d960e64a90ff01efa563b12b999e4dea985bfb
Author: skodak <skodak>
Date:   Sun, 01 Feb 2009 22:36:07 +0900
Tag:    v2.0.0-rc1

fixed whitespace

commit 9050958240b09cba95b6537973c70e162f60e55a
Author: skodak <skodak>
Date:   Sun, 01 Feb 2009 21:52:30 +0900
Tag:    v2.0.0-rc1

MDL-10275 moving all installation time environment tests into /admin/index.php - this will simplify install.php a LOT and will make installation/upgrade more consistent + fixed a bug in enviroment if docroot not set

commit cd3acbf27e111567437ca7f0964aec4082712113
Author: skodak <skodak>
Date:   Sun, 01 Feb 2009 19:19:13 +0900
Tag:    v2.0.0-rc1

MDL-17850 support for customised site settings defaults in /local/defaults.php

commit 038a29d580da935049c8e3e2cfcd75fba4ebf692
Author: skodak <skodak>
Date:   Sun, 01 Feb 2009 06:38:12 +0900
Tag:    v2.0.0-rc1

MDL-17808 more lastname support when resetting passwords; merged from MOODLE_19_STABLE

commit 795a08adb751f47ee279c1f221ceab486222de12
Author: skodak <skodak>
Date:   Sun, 01 Feb 2009 05:07:32 +0900
Tag:    v2.0.0-rc1

MDL-17458 upgrade logging implemented + a lot more refactoring + exceptions implemented in install/upgrade code + lang pack cleanup + some more improvements

commit 88582df4967fd7664cd47e3e70d3550970db3552
Author: skodak <skodak>
Date:   Fri, 30 Jan 2009 07:54:41 +0900
Tag:    v2.0.0-rc1

MDL-17458 refactored guest and admin user creation + refactored roles install + added protection for installation hijacking + added reliable session test right before editting of admin account

commit db9d4a3d0a3bc32b56e29f9a9b090e8b49151a13
Author: skodak <skodak>
Date:   Fri, 30 Jan 2009 06:17:52 +0900
Tag:    v2.0.0-rc1

MDL-17427 moving upgrade code from adminlib to upgradelib + new upgrade logging functions

commit dc6f76b95978c4791de57480b2796eb9e399fbaf
Author: skodak <skodak>
Date:   Fri, 30 Jan 2009 05:21:33 +0900
Tag:    v2.0.0-rc1

MDL-17427 oops - forgot to add version field, sorry

commit 0cb93a7e459356bf80ea0d50f32f8feff1081047
Author: skodak <skodak>
Date:   Fri, 30 Jan 2009 04:58:47 +0900
Tag:    v2.0.0-rc1

MDL-17427 another round of refactoring of upgrade related functions - this should be final now I hope wink

commit 1f20942c3bba6aa713dffce7fd74d40d138c8049
Author: skodak <skodak>
Date:   Fri, 30 Jan 2009 04:50:02 +0900
Tag:    v2.0.0-rc1

MDL-17427 new upgrade log table

commit 43995076c6727f637743ef9f3e1a18b957cc680a
Author: skodak <skodak>
Date:   Thu, 29 Jan 2009 07:45:07 +0900
Tag:    v2.0.0-rc1

MDL-18040 rewritten XSS query, I hope this will be much faster

commit 08ff9f81db19884eff6cb9be35caf8bd17d4a06e
Author: skodak <skodak>
Date:   Wed, 28 Jan 2009 15:44:41 +0900
Tag:    v2.0.0-rc1

MDL-17458 fixed lang selection in sessionless db installer

commit da5e6f3a29d4736811033cef7c9711f227e02712
Author: skodak <skodak>
Date:   Wed, 28 Jan 2009 02:39:32 +0900
Tag:    v2.0.0-rc1

MDL-18057 fixed XSS test; merged from MOODLE_19_STABLE

commit 828b6d1067f933fde8c10721cc9370e60e5ac113
Author: skodak <skodak>
Date:   Wed, 28 Jan 2009 01:21:56 +0900
Tag:    v2.0.0-rc1

MDL-18040 adding warning that the security report processing may take a long time

commit 244714c28a2ab7457db966ebd118161a00db5e71
Author: skodak <skodak>
Date:   Wed, 28 Jan 2009 00:06:40 +0900
Tag:    v2.0.0-rc1

MDL-18055 adding timeout protection to security report; merged from MOODLE_19_STABLE

commit ca1237e942adafe8e5bfad76950f8c2bb3fd4d04
Author: skodak <skodak>
Date:   Tue, 27 Jan 2009 18:58:49 +0900
Tag:    v2.0.0-rc1

MDL-18015 improved lang strings - thanks Andrea!

commit 34e9457e30ecd4c463c0fcc9b724ffc68c763486
Author: skodak <skodak>
Date:   Mon, 19 Jan 2009 17:13:56 +0900
Tag:    v2.0.0-rc1

MDL-17942 fixed incorrect mysql setting name

commit b9fb71030f38e17b0fc6b2c3639240066a62875f
Author: skodak <skodak>
Date:   Mon, 19 Jan 2009 17:03:55 +0900
Tag:    v2.0.0-rc1

MDL-17942 reimplemented detection of mysql max_packet_size problems

commit 3b50631d7f35e16d801ccd097bd5db105e32c36f
Author: skodak <skodak>
Date:   Mon, 19 Jan 2009 16:25:12 +0900
Tag:    v2.0.0-rc1

MDL-17942 fixed session regeneration

commit 200f26cf18b44007157a5c33446436d243fac055
Author: skodak <skodak>
Date:   Mon, 19 Jan 2009 08:12:14 +0900
Tag:    v2.0.0-rc1

MDL-17942 improved mysql truncation prevention

commit 64d69e966c3fdf9ec86ccc55dd77fa7277d445cd
Author: skodak <skodak>
Date:   Mon, 19 Jan 2009 08:06:52 +0900
Tag:    v2.0.0-rc1

MDL-17942 lot more session refactoring

commit ad76d18475653c65f780a92afd4a36f71e4a8925
Author: skodak <skodak>
Date:   Mon, 19 Jan 2009 05:30:54 +0900
Tag:    v2.0.0-rc1

MDL-17942 yet more session refactoring

commit e8656befac1ad4719024a1d760f4706b49f8172b
Author: skodak <skodak>
Date:   Mon, 19 Jan 2009 03:00:44 +0900
Tag:    v2.0.0-rc1

MDL-17942 more session refactoring

commit 27d41812c3738f376b4cb35dcea516b6b8921854
Author: skodak <skodak>
Date:   Mon, 19 Jan 2009 02:37:56 +0900
Tag:    v2.0.0-rc1

MDL-17942 $CFG->respectsessionsettings obsoleted by db sessions - can not be used anymore

commit 88fdd846f640221e39c65c50f66bb706b7492c25
Author: skodak <skodak>
Date:   Sun, 18 Jan 2009 21:20:55 +0900
Tag:    v2.0.0-rc1

MDL-17942 fixed gc regressions, added gc after deleting users and similar cases

commit dd9e22f8711c13f6766508fd10b0ebafc1588c0a
Author: skodak <skodak>
Date:   Sun, 18 Jan 2009 20:19:40 +0900
Tag:    v2.0.0-rc1

MDL-17942 implemented gc and timeouts for db sessions

commit 19a4a32e536956bac4294c86d465ae31d26b5659
Author: skodak <skodak>
Date:   Sun, 18 Jan 2009 08:24:31 +0900
Tag:    v2.0.0-rc1

MDL-17942 fixed some incorrect uses of exceptions and typos

commit ac173d3ebe2662411ce8627f9debf86d8a2e6ba7
Author: skodak <skodak>
Date:   Sun, 18 Jan 2009 08:16:20 +0900
Tag:    v2.0.0-rc1

MDL-17267 simplified create_role - not adding assign and override perm to admin accounts, they have it now always

commit 35d6a2a43d6cc1234b65e395cdc237a69a9a3c62
Author: skodak <skodak>
Date:   Sun, 18 Jan 2009 05:25:58 +0900
Tag:    v2.0.0-rc1

MDL-17617 - installation session related improvements; logout fixes + other improvements

commit 7fb90df0734282111c81932a0f3a676fb7a5b7fa
Author: skodak <skodak>
Date:   Sun, 18 Jan 2009 03:47:54 +0900
Tag:    v2.0.0-rc1

MDL-17617 - fixed regressions - missing $ch

commit aa944588ff5ac076cb2ac7eabf58d718ce8090e8
Author: skodak <skodak>
Date:   Sun, 18 Jan 2009 03:46:28 +0900
Tag:    v2.0.0-rc1

MDL-17617 - fixed regressions - missing $ch

commit d7d86462bb3d87603d79ad3ebb74747e6bf437eb
Author: skodak <skodak>
Date:   Sun, 18 Jan 2009 02:44:48 +0900
Tag:    v2.0.0-rc1

MDL-14992 adding links to oracle locking info - thanks Eloy

commit fc12e1f7271cada990746ae1dda50ae5ee086690
Author: skodak <skodak>
Date:   Sun, 18 Jan 2009 02:44:30 +0900
Tag:    v2.0.0-rc1

MDL-14992 adding links to oracle locking info - thanks Eloy

commit 56949c17dea75acea1d8609e5deaf98a2cc554f7
Author: skodak <skodak>
Date:   Sun, 18 Jan 2009 00:25:08 +0900
Tag:    v2.0.0-rc1

MDL-14992 refactored use of session_write_close()

commit ef159e5f99355f3eeb021cee0ed993c2f2462164
Author: skodak <skodak>
Date:   Sat, 17 Jan 2009 23:48:37 +0900
Tag:    v2.0.0-rc1

MDL-14992  towards better db sessions

commit 45871c088ec9c0b8c227133282953ca88b939a90
Author: skodak <skodak>
Date:   Sat, 17 Jan 2009 23:35:04 +0900
Tag:    v2.0.0-rc1

MDL-14992sid rewriting improvement

commit 5e9dd0177843e57915c517924a2dedd7245e178b
Author: skodak <skodak>
Date:   Sat, 17 Jan 2009 23:31:29 +0900
Tag:    v2.0.0-rc1

MDL-14992 pg session locking (8.2 and later only), refactoring and db session not default yet in new installs

commit a644e212df6e59a41075ce8d853a27e93a769936
Author: skodak <skodak>
Date:   Sat, 17 Jan 2009 21:15:57 +0900
Tag:    v2.0.0-rc1

MDL-14992 towards better db sessions

commit 3b1a9849bfb551c5654b923c7e83b41a20764146
Author: skodak <skodak>
Date:   Sat, 17 Jan 2009 21:12:48 +0900
Tag:    v2.0.0-rc1

MDL-14992 pg sessions advisory locks accept only integers sad trying to find a workaround

commit 7f79aaeaad5a96e7fddec8831e52bc111035e520
Author: skodak <skodak>
Date:   Sat, 17 Jan 2009 08:02:24 +0900
Tag:    v2.0.0-rc1

MDL-14992 towards better db sessions - session locking for mysql

commit 5b687a10601f5385248ed96bbcd6731f8d080de5
Author: skodak <skodak>
Date:   Sat, 17 Jan 2009 07:07:10 +0900
Tag:    v2.0.0-rc1

MDL-14992 towards better db sessions

commit eee3bd3f48ff909aa5d1ff0a392961279ee335e4
Author: skodak <skodak>
Date:   Sat, 17 Jan 2009 06:37:47 +0900
Tag:    v2.0.0-rc1

MDL-14992 towards better db sessions

commit 17d93489910bf46d03d1af54f163365bbe567ea9
Author: skodak <skodak>
Date:   Sat, 17 Jan 2009 05:43:17 +0900
Tag:    v2.0.0-rc1

MDL-14992 towards better db sessions

commit 0a2092a307ff6d72a58ace098d4d612d2c47810d
Author: skodak <skodak>
Date:   Sat, 17 Jan 2009 02:27:36 +0900
Tag:    v2.0.0-rc1

MDL-14992 towards better db sessions

commit d7c2ac150e14eea2e4bc0458b63aa0a203ca7c23
Author: skodak <skodak>
Date:   Fri, 16 Jan 2009 22:57:24 +0900
Tag:    v2.0.0-rc1

MDL-17457 implemented lical/install.php and some other minor refactoring

commit 0e8aa7acc4c50d49ec02f8ff7967963cc1e33c8c
Author: skodak <skodak>
Date:   Fri, 16 Jan 2009 22:54:44 +0900
Tag:    v2.0.0-rc1

MDL-17458 minor coding style improvements

commit 53bf751e9e2ae32305a18481eed2faf2ad396cb7
Author: skodak <skodak>
Date:   Fri, 16 Jan 2009 07:41:20 +0900
Tag:    v2.0.0-rc1

MDL-17458 minor cleanup

commit fe175806049cc67dc2fcc14f30a05e4e420aab01
Author: skodak <skodak>
Date:   Fri, 16 Jan 2009 07:19:35 +0900
Tag:    v2.0.0-rc1

MDL-17458 removed obsoleted example.com check from admin/index.php - now handled in default config or new setup.php code

commit 099f393f83a76991ac2a1e1e5109703f3e849b3a
Author: skodak <skodak>
Date:   Fri, 16 Jan 2009 07:14:40 +0900
Tag:    v2.0.0-rc1

fixed whitespace

commit 18818abf4c65996019bf0193bd7ddfae2219892b
Author: skodak <skodak>
Date:   Fri, 16 Jan 2009 07:09:57 +0900
Tag:    v2.0.0-rc1

MDL-17458 $CFG->rolesactive cleanup + other cleanup in upgrade code

commit 0361508976056d341433dc8ff8dd627125cb7fb1
Author: skodak <skodak>
Date:   Fri, 16 Jan 2009 06:36:48 +0900
Tag:    v2.0.0-rc1

MDL-17457 moved all STATEMENTS into install.php

commit 9b0b537b695d6982b7c1348f2b1e162bcd03bd60
Author: skodak <skodak>
Date:   Fri, 16 Jan 2009 03:30:26 +0900
Tag:    v2.0.0-rc1

MDL-17222 imrpoved configuration links

commit ad673afece1ec75d633eff78d9c5df2067a0667d
Author: skodak <skodak>
Date:   Fri, 16 Jan 2009 02:22:50 +0900
Tag:    v2.0.0-rc1

MDL-12886 adding killswitch for webservices - again!

commit c05ede98672be6cc809352b5b7ffd2660b2f2d98
Author: skodak <skodak>
Date:   Thu, 15 Jan 2009 03:45:40 +0900
Tag:    v2.0.0-rc1

MDL-17898 do not store real object instances into sessions in XMLDB editor

commit f61a032afcff7c5caec8f4fc1f746fa54e9ed97b
Author: skodak <skodak>
Date:   Thu, 15 Jan 2009 03:32:57 +0900
Tag:    v2.0.0-rc1

MDL-14992 towards new moodle db sessions

commit 3f57bd454a346a49cf6e80c1ed6631d887ebef90
Author: skodak <skodak>
Date:   Thu, 15 Jan 2009 02:08:29 +0900
Tag:    v2.0.0-rc1

MDL-14992 towards new moodle db sessions

commit d9e233af760febbad6e6b823a7a71cf68f82a6e5
Author: skodak <skodak>
Date:   Thu, 15 Jan 2009 01:26:00 +0900
Tag:    v2.0.0-rc1

MDL-12886 adding killswitch for webservices

commit d6bc965bb861e4d31d7cf8f838bde2976cfa7ea7
Author: skodak <skodak>
Date:   Wed, 14 Jan 2009 06:13:16 +0900
Tag:    v2.0.0-rc1

MDL-17878 basic UI for looking at config log

commit 440d0a5ae5f3fb0e910ff1e49ddf477ca442e79c
Author: skodak <skodak>
Date:   Wed, 14 Jan 2009 04:07:41 +0900
Tag:    v2.0.0-rc1

MDL-17880 removed debug code, grr

commit 5ac9b67c38df063b39afc29060b818abf043e120
Author: skodak <skodak>
Date:   Wed, 14 Jan 2009 04:03:51 +0900
Tag:    v2.0.0-rc1

MDL-17878 new table for logging of changes in admin settings - only changes done through admin UI are logged, grrrrrrrrrrrrrr

commit 301bf0b29cf33b55e4be901872d3071cc49f4304
Author: skodak <skodak>
Date:   Wed, 14 Jan 2009 04:02:00 +0900
Tag:    v2.0.0-rc1

MDL-17878 new table for logging of changes in admin settings - only changes done through admin UI are logged

commit c1a6529be1256e6f12d016889c697d292a86a57e
Author: skodak <skodak>
Date:   Tue, 13 Jan 2009 22:12:59 +0900
Tag:    v2.0.0-rc1

MDL-17880 fixed removing of leading 0 from strings when emulating bounds in DML

commit 1c82b3f2d93fe23079d7514678a996966d188749
Author: skodak <skodak>
Date:   Tue, 13 Jan 2009 20:40:43 +0900
Tag:    v2.0.0-rc1

MDL-17458 fixed some buttons and upgrade strings

commit 61f9c4b4f4f72a6fc5ea4208b3db7b935ccdbb97
Author: skodak <skodak>
Date:   Tue, 13 Jan 2009 18:04:09 +0900
Tag:    v2.0.0-rc1

MDL-17868 detection of incorrect hadnling of floats in version numbers - this should prevent dataloss in case it does not work as expected; merged from MOODLE_19_STABLE

commit 9c82ff2acd62a0a227e5b768fc9fd7608f453772
Author: skodak <skodak>
Date:   Tue, 13 Jan 2009 06:13:28 +0900
Tag:    v2.0.0-rc1

MDL-17457 migrated all modules to new db/install.php; added upgrade.txt file for devs converting contrib modules

commit c20ce8742aab87ea8a368c9200ff415bccde2b08
Author: skodak <skodak>
Date:   Tue, 13 Jan 2009 04:36:59 +0900
Tag:    v2.0.0-rc1

MDL-17457 removed all statements from main install.xml, some more improvements

commit 117679db37186b0c292cf8ac09986507632315e5
Author: skodak <skodak>
Date:   Tue, 13 Jan 2009 03:10:50 +0900
Tag:    v2.0.0-rc1

MDL-17859 implemented caching in get_tables()

commit 1045a0074c2518b37ccf1aa4bc5a127960c82c05
Author: skodak <skodak>
Date:   Tue, 13 Jan 2009 01:52:53 +0900
Tag:    v2.0.0-rc1

MDL-17849 sql queries not printed by default during upgrade anymore, there is a new config.php only setting $CFG->upgradeshowsql instead

commit 5c144d605ecf6e14bc499bb8e78a355576f99c98
Author: skodak <skodak>
Date:   Tue, 13 Jan 2009 00:13:44 +0900
Tag:    v2.0.0-rc1

MDL-17845 now only one page per installs/upgrade big grin

commit 4d55255bf9b31aaacf2f4a9e33a59200bf460033
Author: skodak <skodak>
Date:   Mon, 12 Jan 2009 02:16:50 +0900
Tag:    v2.0.0-rc1

MDL-17855 fixed typo

commit 73fa96d5d22cdb4b04e6c811d9adc6b4c3bbc923
Author: skodak <skodak>
Date:   Mon, 12 Jan 2009 01:42:19 +0900
Tag:    v2.0.0-rc1

MDL-17854 removed PHP4isms from adminlib and friends

commit eb6a973cdfd00aef6b490d7049d23180d3ebdc1f
Author: skodak <skodak>
Date:   Mon, 12 Jan 2009 00:49:35 +0900
Tag:    v2.0.0-rc1

MDL-17847 moev backup_config to config_plugin table

commit db5af9346a2d2b6510a42c2425689dd1acda853b
Author: skodak <skodak>
Date:   Sun, 11 Jan 2009 20:19:52 +0900
Tag:    v2.0.0-rc1

MDL-16483 reverting changes done to admin/index.php, adding new /admin/report/unittest/test_tables script.php (not finished yet!)

commit 3e46c66a5d157ea4826687b30eb9d2dbffd48807
Author: skodak <skodak>
Date:   Sun, 11 Jan 2009 19:18:53 +0900
Tag:    v2.0.0-rc1

MDL-17427 - removed old file based logging from ugprade - going to add new upgrade logging later

commit 4d6d912a772aa4a5db7d8e9fa8528ed248569dda
Author: skodak <skodak>
Date:   Sun, 11 Jan 2009 18:44:42 +0900
Tag:    v2.0.0-rc1

MDL-17853 fixed typo, thanks Nicolas Martignoni

commit 1caea91efbdbf5e93c464ae7f9cbaa3887fe4d81
Author: skodak <skodak>
Date:   Sun, 11 Jan 2009 18:41:48 +0900
Tag:    v2.0.0-rc1

MDL-17457 moved a lot of code into lib/db/install.php + other refactoring and cleanup

commit ac110efc6f18df0f776c0f6b7595148c176f8ef1
Author: skodak <skodak>
Date:   Sun, 11 Jan 2009 07:13:12 +0900
Tag:    v2.0.0-rc1

MDL-17845 removed install/upgrade autopilot - not needed any more wink there are now only two upgrade pages, one for core, the second for all plugins

commit 704f4cdb7aa3aaf0e8de29a3bc7d250784a72297
Author: skodak <skodak>
Date:   Sun, 11 Jan 2009 07:01:20 +0900
Tag:    v2.0.0-rc1

MDL-17845 moved blocks code from /blocks/db/* to core

commit ab2eb65c88ec1a486bd5672540ad9b0e0c9cc16e
Author: skodak <skodak>
Date:   Sun, 11 Jan 2009 06:06:53 +0900
Tag:    v2.0.0-rc1

MDL-17846 moved blocks code from /blocks/db/* to core

commit 27bd819be5eac608c7aa2075116a0c7f139376f9
Author: skodak <skodak>
Date:   Sun, 11 Jan 2009 05:44:45 +0900
Tag:    v2.0.0-rc1

MDL-17848 oops, yet more cron compatibility fixes for console_write() wink I have added a new console_write_error() too

commit f1953d38f305f3042616b3c8b060f1e829c31ef5
Author: skodak <skodak>
Date:   Sun, 11 Jan 2009 05:03:08 +0900
Tag:    v2.0.0-rc1

MDL-17847 moved backup install.xml and upgrade.php to core

commit fbd0c5e31f14c62c0d3731493888eeb096c93f86
Author: skodak <skodak>
Date:   Sun, 11 Jan 2009 04:46:02 +0900
Tag:    v2.0.0-rc1

MDL-17848 general support for CLI scripts in weblib; grrr - fixed regression

commit 48f2e9fae43f3a2458d89e1ec022527fcabdb421
Author: skodak <skodak>
Date:   Sun, 11 Jan 2009 04:19:51 +0900
Tag:    v2.0.0-rc1

MDL-17848 general support for CLI scripts in weblib

commit 84ebf08dccdfba546f6b655a6b2d112ec5895280
Author: skodak <skodak>
Date:   Sun, 11 Jan 2009 01:06:53 +0900
Tag:    v2.0.0-rc1

MDL-16483 $CFG->unittestprefix not required anymore to run unit tests that do not need fake db; it should be saer to let admins modify the prefix in config.php instead of modifying it from php

commit efd8c7fc6bd8ca012b9c6b7d29e4b4410ed23bf4
Author: skodak <skodak>
Date:   Sat, 10 Jan 2009 23:13:34 +0900
Tag:    v2.0.0-rc1

MDL-17843 - db unit tests are now always included again; lang string not needed anymore

commit dbff568ed647116aae229a6190dbdbee0fe247ae
Author: skodak <skodak>
Date:   Sat, 10 Jan 2009 23:02:31 +0900
Tag:    v2.0.0-rc1

MDL-17842 removed slowtest support from unittest report - never used, not needed

commit 760ab567d0769762363ec6bcf20ebf82bb435ffa
Author: skodak <skodak>
Date:   Sat, 10 Jan 2009 22:54:11 +0900
Tag:    v2.0.0-rc1

MDL-16483 - partial unbreaking of eventlsib test

commit 58fa5d6f75be93925034fc9e840d8ed0acdbd5c9
Author: skodak <skodak>
Date:   Sat, 10 Jan 2009 22:47:26 +0900
Tag:    v2.0.0-rc1

MDL-16483 - renamed MoodleUnitTestCase to FakeDBUnitTestCase; MDL-17841 removed bogus remove lib/simpletest/slowcodetest.php

commit 9870944feb3db298d3758e68a327a7ddd61e939e
Author: skodak <skodak>
Date:   Sat, 10 Jan 2009 22:37:16 +0900
Tag:    v2.0.0-rc1

MDL-16483 - stopped using MoodleUnitTestCase in tests where $DB not needed

commit cc4245a3cd309b28e61767e71e019fc0f70e9a9b
Author: skodak <skodak>
Date:   Sat, 10 Jan 2009 22:23:37 +0900
Tag:    v2.0.0-rc1

MDL-16483 - stopped using MoodleUnitTestCase in tests where $DB not needed

commit a4081abfde18d6cf64c540d999d503160c63aeba
Author: skodak <skodak>
Date:   Sat, 10 Jan 2009 20:22:26 +0900
Tag:    v2.0.0-rc1

MDL-17840  moodle_readme.txt -> readme_moodle.txt

commit 8716a5e5f6bf310cddb4d605c11dedf4fb4e4fe6
Author: skodak <skodak>
Date:   Sat, 10 Jan 2009 20:17:42 +0900
Tag:    v2.0.0-rc1

MDL-17803 grrrrrrrr - there were two moodle readme files!

commit 6527149a614df4286357d2ee57f93c948b8acb5b
Author: skodak <skodak>
Date:   Sat, 10 Jan 2009 20:14:59 +0900
Tag:    v2.0.0-rc1

added details of our simpletest lib modification

commit b636fdfbc13bbb80445bc132e48e0e6a889cf045
Author: skodak <skodak>
Date:   Sat, 10 Jan 2009 06:41:47 +0900
Tag:    v2.0.0-rc1

MDL-14123 Full IPv6 support - replaced mnet ip_in_range() by standard ipv6 compatible address_in_subnet(); replaced $_SERVER['REMOTE_ADDR'] with standard getremoteaddr()

commit e70da470a7c1df21edf8c2f34562a991aafd2e6b
Author: skodak <skodak>
Date:   Sat, 10 Jan 2009 06:16:26 +0900
Tag:    v2.0.0-rc1

MDL-14123 Full IPv6 support - reimplemented address_in_subnet() + added more unittests

commit 65de686486174d04588156467ef50f1ec411d5f4
Author: skodak <skodak>
Date:   Fri, 09 Jan 2009 19:16:07 +0900
Tag:    v2.0.0-rc1

MDL-14123 cleanremoteaddr improvements and added unit tests

commit c5b8b31ad5b0737efde979fa4bec214a5ca2c2c3
Author: skodak <skodak>
Date:   Fri, 09 Jan 2009 00:01:19 +0900
Tag:    v2.0.0-rc1

MDL-17617 removed some uses of snoopy library

commit ac4fef1d98bbe38138d9ebcb192db3f537613093
Author: skodak <skodak>
Date:   Thu, 08 Jan 2009 23:53:23 +0900
Tag:    v2.0.0-rc1

MDL-15919, MDL-15920 - removing old zip/unzip support, the new zip ext in PHP 5.2.8 seems to work fine

commit 927eaa036d40f4fbe130f433cf5d3794bab81592
Author: skodak <skodak>
Date:   Thu, 08 Jan 2009 17:43:32 +0900
Tag:    v2.0.0-rc1

MDL-17405 moved unsetting of old flag to correct place, thanks Jerome

commit 11003188a9d283b908dcdc01fb6f238ffa685ae9
Author: skodak <skodak>
Date:   Thu, 08 Jan 2009 08:00:59 +0900
Tag:    v2.0.0-rc1

MDL-17799 proper log url sanitisation - big thanks to Full Name hacker wink

commit bc4c9800109ba09b50d33c8f18aafe66363ee4d1
Author: skodak <skodak>
Date:   Thu, 08 Jan 2009 04:56:30 +0900
Tag:    v2.0.0-rc1

MDL-17797 fixed cap definition - thanks Andrea Bicciolo; merged from MOODLE_19_STABLE

commit e128388f0bd25dc5cb9fd7fa4f3069f93e55c63f
Author: skodak <skodak>
Date:   Thu, 08 Jan 2009 04:52:24 +0900
Tag:    v2.0.0-rc1

MDL-17811 fixed typos, thanks James Riggs; merged from MOODLE_19_STABLE

commit a3c13b97d80a58aa5aa39586624a369a8a3dc7b2
Author: skodak <skodak>
Date:   Thu, 08 Jan 2009 04:03:38 +0900
Tag:    v2.0.0-rc1

MDL-17808 Use users lastname in password change confirmation mails, thanks Andreas Grupp

commit c643c2f5136a9a5c8357629879cd4e5dad2a2070
Author: skodak <skodak>
Date:   Thu, 08 Jan 2009 03:55:32 +0900
Tag:    v2.0.0-rc1

MDL-17806 fixed sql_bit_and use which returns number and that is why it is not suitable for SQL conditions; thanks penny! Fixed DML docs too.

commit 84b88cfde760fe1726fefba457ce550aea578ac5
Author: skodak <skodak>
Date:   Thu, 08 Jan 2009 00:31:54 +0900
Tag:    v2.0.0-rc1

MDL-11061 removed wwwroot tests from admin/index.php, now in setuplib.php

commit 37ccf1fec919957cea1aa7c725dab92bb3c16e90
Author: skodak <skodak>
Date:   Wed, 07 Jan 2009 18:54:09 +0900
Tag:    v2.0.0-rc1

MDL-17802 fixed wwwroot without any subdirectory issue

commit 45dda59af264b1b9b08ed56a08b9c38de57db9b6
Author: skodak <skodak>
Date:   Wed, 07 Jan 2009 07:18:01 +0900
Tag:    v2.0.0-rc1

MDL-14123 Full IPv6 support - reimplemented cleanremoteaddr(), it now accepts local ips too

commit 656be893014acf51086d80d97e173c1c7499b6c8
Author: skodak <skodak>
Date:   Wed, 07 Jan 2009 03:14:28 +0900
Tag:    v2.0.0-rc1

MDL-14123 Full IPv6 support - updating all db fields to theoretical 45 char limit

commit b62dff9939055fd71726dd5e8bc4e7c88c3568e2
Author: skodak <skodak>
Date:   Tue, 06 Jan 2009 21:46:55 +0900
Tag:    v2.0.0-rc1

MDL-17789 fixed typo

commit 991ec2ee51532f845afffe0ec7080d594fe2c7e7
Author: skodak <skodak>
Date:   Tue, 06 Jan 2009 21:33:32 +0900
Tag:    v2.0.0-rc1

MDL-17777 fixed request string encoding in ISS

commit f98cfb53d12cbbf569ec1908c41d95b3eb527d8c
Author: skodak <skodak>
Date:   Tue, 06 Jan 2009 21:31:20 +0900
Tag:    v2.0.0-rc1

MDL-17789 prevent potential XSS problems through PHP_SELF

commit f1e715ff88ac6beb7dd7ac2316a7bf3526973339
Author: skodak <skodak>
Date:   Tue, 06 Jan 2009 19:10:19 +0900
Tag:    v2.0.0-rc1

MDL-9276  reverse proxy and normal access can not be mixed - it would valiate the one address per moodle rule, sorry

commit 6bf25708b62873cbe4278dfab8d332a57e9628a8
Author: skodak <skodak>
Date:   Tue, 06 Jan 2009 08:42:51 +0900
Tag:    v2.0.0-rc1

DML 2.0 regression

commit c5b26d78be974979423aaa421009cdbb328d64e5
Author: skodak <skodak>
Date:   Tue, 06 Jan 2009 07:46:55 +0900
Tag:    v2.0.0-rc1

MDL-17777 slasharguments test not reimplemented yet sad

commit 1870f24166a96871245910c35cbe77578cb7ecb7
Author: skodak <skodak>
Date:   Tue, 06 Jan 2009 07:45:06 +0900
Tag:    v2.0.0-rc1

MDL-17787 removed unused health test and cleanup up config table - MoodleTest cookie not used anymore

commit 6d04a2fd0c2da6b6c8e083a194aa41177752f7ae
Author: skodak <skodak>
Date:   Tue, 06 Jan 2009 07:45:06 +0900
Tag:    v2.0.0-rc1

MDL-17787 removed unused health test and cleanup up config table - MoodleTest cookie not used anymore

commit 21517960b3152165f28fd96aaf22e92955350174
Author: skodak <skodak>
Date:   Tue, 06 Jan 2009 07:32:15 +0900
Tag:    v2.0.0-rc1

MDL-17777 improved IIS rewrite rule

commit 11e7b506ce9670c9a22114abc6bae4c71d121995
Author: skodak <skodak>
Date:   Tue, 06 Jan 2009 06:37:20 +0900
Tag:    v2.0.0-rc1

MDL-17754, MDL-11061, MDL-9276, MDL-17777, MDL-17787 - various url handling improvemetns; rewritten $FULLME and added $ME, $SCRIPT and $FULLSCRIPT; improved slashargument handling especially for IIS; removed legacy slasharguments functions obsoleted since 1.6; some other refactoring; reverse procy support, ssl appliance support

commit a91b910e4f09e60866d72a6bac44ce0734094b3b
Author: skodak <skodak>
Date:   Sat, 03 Jan 2009 23:28:02 +0900
Tag:    v2.0.0-rc1

MDL-17776 added new define CLI_SCRIPT that identifies all CLI scripts + cron (cli scripts do not have session and do not like HTML in output and are executed from command line, cron is an exception)

commit e8b7114d5e2f6db4195783c61b810ad4fc1456dc
Author: skodak <skodak>
Date:   Sat, 03 Jan 2009 22:16:59 +0900
Tag:    v2.0.0-rc1

MDL-17774 refactored USER switching in cron scripts - now standardised in cron_setup_user()

commit 7fdefb14825b392a623d03b3c7eb30eab5a818bb
Author: skodak <skodak>
Date:   Sat, 03 Jan 2009 22:03:05 +0900
Tag:    v2.0.0-rc1

MDL-17775 Chat ajax update.php not using sessions anymore

commit 9bda43e6be95a5e7db9358da308a765b16b59b06
Author: skodak <skodak>
Date:   Sat, 03 Jan 2009 08:49:29 +0900
Tag:    v2.0.0-rc1

MDL-16613 refactore session IP tracking; MDL-14213 improved message when IP changes; MDL-17754 SID is regenerated when terminating session and old session is deleted

commit 93f66983ccb2a2f82314f4794c04936d09d9f04e
Author: skodak <skodak>
Date:   Sat, 03 Jan 2009 07:56:48 +0900
Tag:    v2.0.0-rc1

MDL-17773 new get_login_url() function - fixes missing httpslogin tweaks

commit 27df7ae8a5b16e18a190c3e7cfa0a87a8703291f
Author: skodak <skodak>
Date:   Sat, 03 Jan 2009 06:27:18 +0900
Tag:    v2.0.0-rc1

MDL-17754 $USER object initialisation cleanup

commit eb85959b5cd510c73b9028eee103c03184805da7
Author: skodak <skodak>
Date:   Sat, 03 Jan 2009 06:20:00 +0900
Tag:    v2.0.0-rc1

MDL-16613 sesskey initialisation refactored

commit 1b813f5c2a54ea6d69f05da1eabffd7e5e11b5da
Author: skodak <skodak>
Date:   Sat, 03 Jan 2009 06:05:16 +0900
Tag:    v2.0.0-rc1

MDL-17772 fixed guest access; MDL-17754 $USER object initialisation cleanup

commit b7b64ff2e0b4adddd4b457c64a7fcea7daa592c0
Author: skodak <skodak>
Date:   Sat, 03 Jan 2009 05:32:05 +0900
Tag:    v2.0.0-rc1

MDL-17754 next round of session related refactoring

commit 85f6b737a41475c6a6a42834577237f13705a917
Author: skodak <skodak>
Date:   Sat, 03 Jan 2009 00:29:20 +0900
Tag:    v2.0.0-rc1

MDL-17767 yet more loginas refactoring

commit 6132768ecb2afa9920f528b622d6721b275a3cab
Author: skodak <skodak>
Date:   Sat, 03 Jan 2009 00:15:26 +0900
Tag:    v2.0.0-rc1

MDL-17767 loginas refactoring and simplification; full SESSION switching implemented

commit 542797b4e8d159fe480d3e9924b805080e6fc69d
Author: skodak <skodak>
Date:   Fri, 02 Jan 2009 23:53:02 +0900
Tag:    v2.0.0-rc1

MDL-17767 loginas internals refactoring - code moved to sessionlib.php

commit 8d1964c4f840f1b923b3991891a1de433f68f4aa
Author: skodak <skodak>
Date:   Fri, 02 Jan 2009 22:58:12 +0900
Tag:    v2.0.0-rc1

MDL-17754 loginas internals refactoring - code moved to sessionlib.php

commit 0ad6b20cb2925432df93590433ec17d9dbfa2032
Author: skodak <skodak>
Date:   Fri, 02 Jan 2009 22:42:43 +0900
Tag:    v2.0.0-rc1

MDL-17754 session code refactoring; removing test cookie which will be replaced by wwwroot checks

commit d877685831af1c37dd6f85a68f8fd7d83a5ffa43
Author: skodak <skodak>
Date:   Fri, 02 Jan 2009 19:51:26 +0900
Tag:    v2.0.0-rc1

MDL-16613 sesskey cleanup

commit 973d2660e6d550895587da5a141e2b7693255e59
Author: skodak <skodak>
Date:   Fri, 02 Jan 2009 19:51:26 +0900
Tag:    v2.0.0-rc1

MDL-16613 sesskey cleanup

commit e821d24c722872a9587ec291aec704db3a4afc97
Author: skodak <skodak>
Date:   Fri, 02 Jan 2009 19:43:12 +0900
Tag:    v2.0.0-rc1

MDL-16613 sesskey cleanup

commit 34a2faed92a3438316b2f6f00a5b4a08e85b0513
Author: skodak <skodak>
Date:   Fri, 02 Jan 2009 19:43:12 +0900
Tag:    v2.0.0-rc1

MDL-16613 sesskey cleanup

commit 81911e4d34aba56a50a31be91f51119290021efa
Author: skodak <skodak>
Date:   Fri, 02 Jan 2009 19:36:27 +0900
Tag:    v2.0.0-rc1

MDL-16613 sesskey cleanup

commit d4a1fcaf11a02d65b73f2423fdd23b94858f43fe
Author: skodak <skodak>
Date:   Fri, 02 Jan 2009 19:36:25 +0900
Tag:    v2.0.0-rc1

MDL-16613 sesskey cleanup

commit c7d45f6da00b9c58100267fe50138dfe54d618d5
Author: skodak <skodak>
Date:   Fri, 02 Jan 2009 08:55:20 +0900
Tag:    v2.0.0-rc1

MDL-17226 reverted incorrect fix

commit 664826585700daab1686e55a00d945dbfba02490
Author: skodak <skodak>
Date:   Fri, 02 Jan 2009 07:53:43 +0900
Tag:    v2.0.0-rc1

MDL-16262 recovery of broken single simple discussions after old reset

commit af53d23f6888e1d2ca08f4d8ac2d651318dff437
Author: skodak <skodak>
Date:   Fri, 02 Jan 2009 07:43:00 +0900
Tag:    v2.0.0-rc1

MDL-16262 fixed resetting of single simple discussions

commit 1033221c21d82b4c085c44de37822db9740eab58
Author: skodak <skodak>
Date:   Fri, 02 Jan 2009 01:05:37 +0900
Tag:    v2.0.0-rc1

MDL-15172 lowered timeoout and adding warning that users must not click continue in middle of course import - this is a silly workaround, unfortunately I did not find better solution

commit d1aa1e4855b24a4d8202ddd887182995ee9a6901
Author: skodak <skodak>
Date:   Thu, 01 Jan 2009 23:25:29 +0900
Tag:    v2.0.0-rc1

MDL-17758 fixed hardcoded /admin/ links

commit a327c3176ab97ac57df208225c8cdbce7394b8b4
Author: skodak <skodak>
Date:   Thu, 01 Jan 2009 01:10:49 +0900
Tag:    v2.0.0-rc1

MDL-17203 ooops, forgot to bump up main version number

commit 7baf68d8a71c841ebc0545bdb37c2723d018c30e
Author: skodak <skodak>
Date:   Thu, 01 Jan 2009 00:57:27 +0900
Tag:    v2.0.0-rc1

MDL-17203 longer default salt; merged from MOODLE_19_STABLE

commit 804656ff9bfee884b93af0a06cb08cdf56c98795
Author: skodak <skodak>
Date:   Thu, 01 Jan 2009 00:53:31 +0900
Tag:    v2.0.0-rc1

MDL-17203 prevent disclosing of sensitive information

commit b20c631896a73eec5b7df1cfb61b283625b45eb3
Author: skodak <skodak>
Date:   Thu, 01 Jan 2009 00:50:46 +0900
Tag:    v2.0.0-rc1

MDL-17203 hash salt added to calendar export

commit dbf9d4cb37fc411b857351554b7fa603aa525d6c
Author: skodak <skodak>
Date:   Wed, 31 Dec 2008 23:10:44 +0900
Tag:    v2.0.0-rc1

MDL-17203 new option for disabling of calendar export

commit 81f2bb81229f43fa3e1dcbc9f135e558029e09b1
Author: skodak <skodak>
Date:   Wed, 31 Dec 2008 21:24:19 +0900
Tag:    v2.0.0-rc1

MDL-14992 new database based session table - not used yet

commit af9b269cb8157f8fb35b5cc08ddd91f6ae6aaeb8
Author: skodak <skodak>
Date:   Wed, 31 Dec 2008 04:17:39 +0900
Tag:    v2.0.0-rc1

MDL-15928 PHP 5.2.8 has new zip support - all know problems seem to be solved - yay!

commit d993468db01981fadafaed32ccf4f6a843068855
Author: skodak <skodak>
Date:   Wed, 31 Dec 2008 01:29:38 +0900
Tag:    v2.0.0-rc1

MDL-17556 fixed whitespace

commit 27134b7ddeeadb5bec3e5db3d8477bd32ef21af6
Author: skodak <skodak>
Date:   Tue, 30 Dec 2008 06:46:59 +0900
Tag:    v2.0.0-rc1

MDL-17682 added default value for city field

commit 9e1bb31035ba1e1daa034d8d20c35cad76fd4eca
Author: skodak <skodak>
Date:   Tue, 30 Dec 2008 06:32:20 +0900
Tag:    v2.0.0-rc1

MDL-17724 fixed group/grouping renaming now allows case change

commit 920337d1d074bae99e9f4ca00b84d19baa495718
Author: skodak <skodak>
Date:   Tue, 30 Dec 2008 06:18:02 +0900
Tag:    v2.0.0-rc1

MDL-17637 fixed adobe XSS protection

commit bba9b20e0ea6259c4495f4d0d0b828395f5de0af
Author: skodak <skodak>
Date:   Tue, 30 Dec 2008 05:21:01 +0900
Tag:    v2.0.0-rc1

MDL-17677 fixed string locations - patch by Vlas Voloshin; merged from MOODLE_19_STABLE

commit 7f51af40c5659a45b82f7ac0e1a6acabd51986c7
Author: skodak <skodak>
Date:   Tue, 30 Dec 2008 04:57:47 +0900
Tag:    v2.0.0-rc1

MDL-17746 fixed debugdisplay typo in cron - patch by Tomasz Muras

commit d942a35a26ed55ab92ba721dada68f3974af02af
Author: skodak <skodak>
Date:   Tue, 30 Dec 2008 04:13:56 +0900
Tag:    v2.0.0-rc1

MDL-17222 Security overview report - not finished yet, work in progress

commit ce5a068b2f0ae87687e30c6229237f271c24fd04
Author: skodak <skodak>
Date:   Mon, 29 Dec 2008 03:42:35 +0900
Tag:    v2.0.0-rc1

MDL-17738 fixed uninitialised setting

commit 48dcaf5892330b60324e30751515b0899ec5e0ea
Author: skodak <skodak>
Date:   Thu, 18 Dec 2008 03:10:58 +0900
Tag:    v2.0.0-rc1

MDL-14876 fixed regressions in user subscriptions - $cm used incorrectly instead of $cm->id; merged from MOODLE_19_STABLE

commit 1a5b427e4433efc853f437d13e1cec2b64f09205
Author: skodak <skodak>
Date:   Fri, 12 Dec 2008 19:50:25 +0900
Tag:    v2.0.0-rc1

MDL-17589 fixed handling of missing caps in admin tree; merged from MOODLE_19_STABLE

commit 9d4e4c3da080d856c7a51e2d8b525b76af258364
Author: skodak <skodak>
Date:   Fri, 12 Dec 2008 03:06:01 +0900
Tag:    v2.0.0-rc1

MDL-17611 removing XSS risk from mod/feedback:complete, because this capability is meant to be allowed in student roles

commit d02bcc3c2457a4a28ff7436c4182082cf5d08449
Author: skodak <skodak>
Date:   Wed, 10 Dec 2008 08:55:47 +0900
Tag:    v2.0.0-rc1

MDL-17479, MDL-16426, MDL-16063, MDL-16013, MDL-15658, MDL-15556, MDL-15161, MDL-14925, MDL-13742, MDL-11557 - not sure which one wink fixed DML syntax

commit c144ca1e6ffb58606c7a96d52c176e519d1f84c0
Author: skodak <skodak>
Date:   Wed, 10 Dec 2008 08:52:20 +0900
Tag:    v2.0.0-rc1

MDL-17115 fixed new DML syntax

commit 5f501fe105819325502dc1ef4afb5a3b84f29788
Author: skodak <skodak>
Date:   Wed, 10 Dec 2008 08:50:18 +0900
Tag:    v2.0.0-rc1

MDL-15107 DML syntax fix

commit ecb45a9e40b2e822e3ad3b06ba6500ae1776b9f8
Author: skodak <skodak>
Date:   Wed, 10 Dec 2008 08:46:03 +0900
Tag:    v2.0.0-rc1

MDL-17275 fixed DML syntax

commit 2c4eb0064ba9b550a39fd89072343232dce08e62
Author: skodak <skodak>
Date:   Wed, 10 Dec 2008 07:24:07 +0900
Tag:    v2.0.0-rc1

MDL-17491 oracle dml: towards full support

commit 67da7e65d27e712a4e7f1c7c96dd538559e68668
Author: skodak <skodak>
Date:   Wed, 10 Dec 2008 07:17:18 +0900
Tag:    v2.0.0-rc1

MDL-13978 fixed code to use new DML syntax

commit 351d5250c011704589f561c7f2956ea8b532a871
Author: skodak <skodak>
Date:   Wed, 10 Dec 2008 07:15:03 +0900
Tag:    v2.0.0-rc1

MDL12333 fixed code to use new DML syntax

commit 84f06d9c722cbfce76be9b9b9bf820ff10c86a6e
Author: skodak <skodak>
Date:   Wed, 10 Dec 2008 07:13:08 +0900
Tag:    v2.0.0-rc1

MDL-17567 sibolleth: fixed code to use new DML syntax

commit 64c6d5db623da13fd57afdd2a4334ec657d7cf8c
Author: skodak <skodak>
Date:   Wed, 10 Dec 2008 05:30:02 +0900
Tag:    v2.0.0-rc1

MDL-17479 category search: replaced old update capability; merged from MOODLE__STABLE

commit fa11779376d7c270b2cf2b36edb23d8f1fcca5c0
Author: skodak <skodak>
Date:   Wed, 10 Dec 2008 01:35:28 +0900
Tag:    v2.0.0-rc1

MDL-17502 oops, I have overlooked Tim already fixed this - sorry; merged from MOODLE_19_STABLE

commit 3ce50127b91456191608479653679ebe8a0f96af
Author: skodak <skodak>
Date:   Wed, 10 Dec 2008 01:25:38 +0900
Tag:    v2.0.0-rc1

MDL-17502 accesslib: added warning if incorrect parameters supplied to has_all_capabilities() and fixed parameters in course lib code

commit 418b74993de9a3b99d1efee9ff34d028ec93f93b
Author: skodak <skodak>
Date:   Tue, 09 Dec 2008 18:03:37 +0900
Tag:    v2.0.0-rc1

MDL-17491 oracle dml: problem notes

commit d0b2acde4f9fe6c9052cd7c0a7900ba617bb6cf3
Author: skodak <skodak>
Date:   Tue, 09 Dec 2008 05:16:49 +0900
Tag:    v2.0.0-rc1

MDL-17559 user edit: fixed undefined email property warnings; merged from MOODLE_19_STABLE

commit fe197e66dc421dc996a30ec1f8defccf6006dd7d
Author: skodak <skodak>
Date:   Mon, 08 Dec 2008 07:24:43 +0900
Tag:    v2.0.0-rc1

MDL-17519 - restore: preventing group member duplicates; merged from MOODLE_19_STABLE

commit 745c0ee508cc8448b4cb4052bf7958e733841dd1
Author: skodak <skodak>
Date:   Mon, 08 Dec 2008 07:13:39 +0900
Tag:    v2.0.0-rc1

MDL-17537 course request: shortname in course_request is now the same length as in course table - 100 chars

commit fd01125fc2644b942e4155b724c49356fceaa369
Author: skodak <skodak>
Date:   Mon, 08 Dec 2008 06:32:01 +0900
Tag:    v2.0.0-rc1

MDL-17547 added missing param type; merged from MOODLE_19_STABLE

commit 826725329a51e44be56665cdd7b8ad97c188b380
Author: skodak <skodak>
Date:   Sun, 07 Dec 2008 06:20:42 +0900
Tag:    v2.0.0-rc1

MDL-15785 new options for enforcing of  enrolment key commplexity and requirements

commit 36641dd264ea890ae73006b67d6ce1b17cd98eed
Author: skodak <skodak>
Date:   Sun, 07 Dec 2008 05:43:45 +0900
Tag:    v2.0.0-rc1

MDL-17372 fixed regression in 3rd party admin reports; merged from MOODLE_19_STABLE

commit cea67da005c992f244da2d6a009342f6e27eef18
Author: skodak <skodak>
Date:   Sun, 07 Dec 2008 02:44:57 +0900
Tag:    v2.0.0-rc1

MDL-11265 added shorter log retention periods and a warning that it might have some side effects

commit 66e75f8d5129470b96bcdea564e7c10e35c7ed70
Author: skodak <skodak>
Date:   Fri, 05 Dec 2008 09:10:27 +0900
Tag:    v2.0.0-rc1

MDL-17491 experimental native oracle driver - still bugy and incomplete, this will require more core changes, grrrrrr

commit 995821591d09f9aca16ec18da1cdb0babc973a0d
Author: skodak <skodak>
Date:   Fri, 05 Dec 2008 08:19:37 +0900
Tag:    v2.0.0-rc1

MDL-17534 simpletest: temporary fix for exception problems

commit 9d833e931cdd5e19d08220e13bc68ba5542e2378
Author: skodak <skodak>
Date:   Fri, 05 Dec 2008 08:16:35 +0900
Tag:    v2.0.0-rc1

MDL-17522 improved dml tests, fixed use of reserved word "number"

commit 00552218394b95cc0a057289e8245e937130da4e
Author: skodak <skodak>
Date:   Fri, 05 Dec 2008 00:06:28 +0900
Tag:    v2.0.0-rc1

MDL-17522 no db specific tests - they all must work the same!

commit 3ff8bf266b162e77b17c4c29b98efe78d1d2587e
Author: skodak <skodak>
Date:   Thu, 04 Dec 2008 20:52:53 +0900
Tag:    v2.0.0-rc1

MDL-17522 improved dml tests, fixed sql LIMIT support in native drivers

commit 189f3ee9bf0d2a6a4c02e506a3afb65b1b9c8fce
Author: skodak <skodak>
Date:   Tue, 02 Dec 2008 19:07:03 +0900
Tag:    v2.0.0-rc1

MDL-14679 enforce prefix for native pg driver

commit 1638ad53176bb13f4457aa15cba3c1e6de9c957a
Author: skodak <skodak>
Date:   Tue, 02 Dec 2008 19:01:01 +0900
Tag:    v2.0.0-rc1

MDL-14679 removed unnecessary CFG from native drivers

commit 0d79e2ec2da2ea2085d46429e9900c40a7d545d8
Author: skodak <skodak>
Date:   Tue, 02 Dec 2008 07:38:40 +0900
Tag:    v2.0.0-rc1

MDL-17392 - mailstop typo - credit goes to Daniel Neis, thanks; merged from MOODLE_19_STABLE

commit 53bd22559d1c70f7e5fd0088e2180a6d609453d1
Author: skodak <skodak>
Date:   Tue, 02 Dec 2008 07:06:33 +0900
Tag:    v2.0.0-rc1

MDL-17486 added option to make my courses list in user profile hidden

commit 5ff311f0b7770562aeeae25dda89c51f54c2feba
Author: skodak <skodak>
Date:   Tue, 02 Dec 2008 05:45:46 +0900
Tag:    v2.0.0-rc1

MDL-11261 hiddenuserfields/lastaccess now fully respected on participants page

commit 7dfd669a03b31df5fd2f781c38b364c06320ca3d
Author: skodak <skodak>
Date:   Tue, 02 Dec 2008 05:02:12 +0900
Tag:    v2.0.0-rc1

MDL-11261 setting hidden user lastaccess now works on outline report

commit 3c7da16d2d7c7e5253e8e404dc34254c7af60d33
Author: skodak <skodak>
Date:   Tue, 02 Dec 2008 04:19:29 +0900
Tag:    v2.0.0-rc1

MDL-17485 roles: fixed use and definition of review use of moodle/user:viewuseractivitiesreport

commit 96cdaa40442fb76db641414a7afaa749d73d23a5
Author: skodak <skodak>
Date:   Mon, 01 Dec 2008 06:33:58 +0900
Tag:    v2.0.0-rc1

MDL-11259 stats report: do not show links to logs if not having required capability

commit 283ebb71479bb2f7b84e0a8a93989ae44a33a8fd
Author: skodak <skodak>
Date:   Mon, 01 Dec 2008 00:42:48 +0900
Tag:    v2.0.0-rc1

MDL-11984 blocks: new capability block/online_users:viewlist which may be used to restrict viewing of list of online users, if cap not allowed only number of users dispalyed, I hope this will be also faster because only one query used now (insetad of two); for BC reasons enabled by default in all legacy roles

commit d86f4473e596aada76ab737847541f9cdf07469c
Author: skodak <skodak>
Date:   Sun, 30 Nov 2008 23:09:24 +0900
Tag:    v2.0.0-rc1

MDL-17372 moving the categories out of the if cap block - cap report needs to add page there

commit 358e2a0bd2c76e221b02f8634cf319892b69adac
Author: skodak <skodak>
Date:   Sun, 30 Nov 2008 21:04:27 +0900
Tag:    v2.0.0-rc1

MDL-17464 profile reports are now respecting course report caps

commit 7035aa3a4a7199cf47bae97145ceecb633ccb93e
Author: skodak <skodak>
Date:   Sun, 30 Nov 2008 01:43:18 +0900
Tag:    v2.0.0-rc1

MDL-17372 new course reports string - role definition improvement; merged from MOODLE_19_STABLE; fixed merging

commit 0d13085755aca866d6e651238ba549ad38116b8c
Author: skodak <skodak>
Date:   Sun, 30 Nov 2008 01:41:20 +0900
Tag:    v2.0.0-rc1

MDL-17463 chnging progress report cap to new standard

commit 9b1ad47be8d477a6d312c238b16458de999423da
Author: skodak <skodak>
Date:   Sun, 30 Nov 2008 01:33:58 +0900
Tag:    v2.0.0-rc1

MDL-17372 new course reports string - role definition improvement; merged from MOODLE_19_STABLE

commit e0f81e94a6523802551b7f6792e7037847e15443
Author: skodak <skodak>
Date:   Sun, 30 Nov 2008 01:15:40 +0900
Tag:    v2.0.0-rc1

MDL-17465 - separate live log capability adn admin tree link

commit c25cedf2a59b6acbf90f00fc2d6b5477ebb7681b
Author: skodak <skodak>
Date:   Sun, 30 Nov 2008 00:09:50 +0900
Tag:    v2.0.0-rc1

MDL-17463 - renamed outline to activity report - merged from MOODLE_19_STABLE

commit a2e4bf7f236a46f0337b3c56bd8f0eca2f4a6b0e
Author: skodak <skodak>
Date:   Sat, 29 Nov 2008 23:22:10 +0900
Tag:    v2.0.0-rc1

MDL-17463 - reparate capabilities for course and admin reports

commit 088a4df8fcf84e271655426c7b55ca7c8a2a37b1
Author: skodak <skodak>
Date:   Sat, 29 Nov 2008 22:32:56 +0900
Tag:    v2.0.0-rc1

MDL-14679 improved limit handling

commit dfca83b7b1e310e50b381846ead863c7487355ab
Author: skodak <skodak>
Date:   Sat, 29 Nov 2008 03:24:47 +0900
Tag:    v2.0.0-rc1

MDL-16865 course defaults default settings are applied later when other settings already present, this fixes warnings during install and other potential problems

commit eb7f89bc155da88cdd7895ff10bf2dae00e784f9
Author: skodak <skodak>
Date:   Fri, 28 Nov 2008 21:54:15 +0900
Tag:    v2.0.0-rc1

MDL-17419 misconfigured openssl extension blocks installation - openssl.cnf missing??

commit a1442d4e3e614bae7aa449c47ba0d20bd2ebde72
Author: skodak <skodak>
Date:   Fri, 28 Nov 2008 18:16:24 +0900
Tag:    v2.0.0-rc1

MDL-17436 fixed pg issue with char <> num comparison

commit f63d6374a1d00541851a0d9bccbac2249068effb
Author: skodak <skodak>
Date:   Fri, 28 Nov 2008 18:15:16 +0900
Tag:    v2.0.0-rc1

MDL-11090 merging forgotten version.php which breaks upgrade badly

commit b63a6a6338d5c7f8b6edd75c9a5f098cff67c9f8
Author: skodak <skodak>
Date:   Fri, 28 Nov 2008 17:04:23 +0900
Tag:    v2.0.0-rc1

MDL-17372 admin reports: Added full plugin support for admin reports - fixed sorting regression, plugins now loaded as last category

commit 214b1cf7a866a30fee55b0f660bfc74cd6c5af77
Author: skodak <skodak>
Date:   Fri, 28 Nov 2008 07:46:34 +0900
Tag:    v2.0.0-rc1

MDL-17428 Do not include in the middle of file in global scope

commit a7b4fc7f281dec7cd114b38937d772f7ad3726cb
Author: skodak <skodak>
Date:   Fri, 28 Nov 2008 07:28:56 +0900
Tag:    v2.0.0-rc1

MDL-17399 workaround for missing mysqli ext

commit 3c67721aa1d530d26fad722fc7a84a20a836f131
Author: skodak <skodak>
Date:   Fri, 28 Nov 2008 07:14:34 +0900
Tag:    v2.0.0-rc1

MDL-17405 moving Data mod upgrade notification to proper place (upgrade.php) - better notification will be implemented in MDL-17427

commit 95f04461477db78143450c031da806864b41b7d4
Author: skodak <skodak>
Date:   Fri, 28 Nov 2008 05:30:14 +0900
Tag:    v2.0.0-rc1

MDL-17372 course reports: Added full plugin support for course reports

commit a0005f678fd552edc4690196173b0dce9cdcfa4f
Author: skodak <skodak>
Date:   Thu, 27 Nov 2008 04:27:40 +0900
Tag:    v2.0.0-rc1

MDL-17372 admin reports: Added full plugin support for admin reports; added specail capability for unittest execution, minor refactoring

commit d994ced22b713c7dc541dc23207fe66e32094620
Author: skodak <skodak>
Date:   Thu, 27 Nov 2008 04:27:39 +0900
Tag:    v2.0.0-rc1

MDL-17372 admin reports: Added full plugin support for admin reports; added specail capability for unittest execution, minor refactoring

commit 828a673d9deaafb47aa2613ba87cd1ff63ca2d3a
Author: skodak <skodak>
Date:   Wed, 26 Nov 2008 18:05:04 +0900
Tag:    v2.0.0-rc1

MDL-15262 fixing previous incorrect merging

commit 78a0635ccd548fc93d85629c5f10226b7d566d2d
Author: skodak <skodak>
Date:   Wed, 26 Nov 2008 17:51:08 +0900
Tag:    v2.0.0-rc1

MDL-17408 DML: new sql_modulo() method used in course sorting

commit 415c4f78f3b99fcbdfd4d0a385eb05f1d2c2f058
Author: skodak <skodak>
Date:   Wed, 26 Nov 2008 17:44:57 +0900
Tag:    v2.0.0-rc1

MDL-17408 DML: new sql_modulo() method for oracle

commit e6df37346f50f1c6432514878c1fc10b1b5a3be9
Author: skodak <skodak>
Date:   Wed, 26 Nov 2008 17:19:45 +0900
Tag:    v2.0.0-rc1

MDL-17408 DML: new sql_modulo() method + test

commit b0a196ed692c905bee667a6d64f2fe6ff9e7abb0
Author: skodak <skodak>
Date:   Wed, 26 Nov 2008 07:49:46 +0900
Tag:    v2.0.0-rc1

MDL-14679 DML: fixed $rs typos

commit d55132a76912d9e478cc0cb03ebce07aad7da5ad
Author: skodak <skodak>
Date:   Mon, 24 Nov 2008 20:58:59 +0900
Tag:    v2.0.0-rc1

MDL-17378 DML: fixed pg < 8.3 regression - found by sam, thanks

commit 7fdcb779424c3daabff5e378843a2a944bffad79
Author: skodak <skodak>
Date:   Mon, 24 Nov 2008 18:31:43 +0900
Tag:    v2.0.0-rc1

MDL-17377 DML: prefixless database regression in new native drivers

commit e6b854a01cfcf915947480f96744b599d5e20952
Author: skodak <skodak>
Date:   Mon, 24 Nov 2008 16:38:07 +0900
Tag:    v2.0.0-rc1

MDL-17374 DML: improved BC in pg driver

commit 54e79bc3ff0dffc35422cd39d6f7bd3c717da0cf
Author: skodak <skodak>
Date:   Sun, 23 Nov 2008 04:42:20 +0900
Tag:    v2.0.0-rc1

MDL-15461 fixed DML conversion typos

commit 082ae8215e17d620f0be2f645c4cc724ee4495cb
Author: skodak <skodak>
Date:   Sun, 23 Nov 2008 04:32:16 +0900
Tag:    v2.0.0-rc1

MDL-15837 more dml unit tests

commit 6ff835b79e636371c5718d4ed92b10db7b05c828
Author: skodak <skodak>
Date:   Sun, 23 Nov 2008 01:48:34 +0900
Tag:    v2.0.0-rc1

MDL-15837 improved dml unit testing

commit ce1526061c645892f5f942072a77445e647a04d2
Author: skodak <skodak>
Date:   Sat, 22 Nov 2008 10:16:52 +0900
Tag:    v2.0.0-rc1

MDL-17317 DML: more exceptions - now in connect too

commit 758ba89a63975b312e7d10340a06bd7b7739580a
Author: skodak <skodak>
Date:   Sat, 22 Nov 2008 07:35:21 +0900
Tag:    v2.0.0-rc1

MDL-17347 reintroduced duplicate tests in get_records_sql()

commit be415e95be3060f65bba826377f2b3ac8540c21b
Author: skodak <skodak>
Date:   Sat, 22 Nov 2008 06:40:50 +0900
Tag:    v2.0.0-rc1

MDL-17354 moved reset_sequence into dbmanager

commit 3eae57b74eafd679be28c0b1ecffbf4243207ed8
Author: skodak <skodak>
Date:   Sat, 22 Nov 2008 05:42:28 +0900
Tag:    v2.0.0-rc1

MDL-17353 native drivers are now default instead of obsoleted adodb drivers

commit 22d77567a9ffce4d0e771e18fe35940c398437ae
Author: skodak <skodak>
Date:   Sat, 22 Nov 2008 05:09:13 +0900
Tag:    v2.0.0-rc1

MDL-17317 DML: Exceptions used by all drivers now smile expect some more commits/cleanup soon

commit 3e51b51d05e6fc8b804d4adb6915b6dee83d001e
Author: skodak <skodak>
Date:   Thu, 20 Nov 2008 08:20:46 +0900
Tag:    v2.0.0-rc1

MDL-17317 lets make Netbeans happy, it is not clever enough to detect undefined vars properly wink

commit 12fab7081eb8df4efdd799692952d776c0798e88
Author: skodak <skodak>
Date:   Thu, 20 Nov 2008 06:53:37 +0900
Tag:    v2.0.0-rc1

fooMDL-16698 formslib filenamager element: forum converted to use new filemanaer element (no JS/picker integration for now sorry)

commit 9710752d03b9982ad72e43691faedd8ddf664161
Author: skodak <skodak>
Date:   Thu, 20 Nov 2008 05:32:18 +0900
Tag:    v2.0.0-rc1

MDL-16698 formslib editor element: tweaked maxfiles option

commit 241431cdccad9c03237fa91afeacecaec08e3ef6
Author: skodak <skodak>
Date:   Thu, 20 Nov 2008 05:27:18 +0900
Tag:    v2.0.0-rc1

MDL-16596 areafiles element renamed to "filemanager"

commit 4664b66c73969b55639a83c98535d77753cc0a36
Author: skodak <skodak>
Date:   Thu, 20 Nov 2008 05:24:44 +0900
Tag:    v2.0.0-rc1

MDL-16596 areafiles improvements

commit 57a7e643c0f22659ab25040a6127991b66f7fdbb
Author: skodak <skodak>
Date:   Thu, 20 Nov 2008 05:23:29 +0900
Tag:    v2.0.0-rc1

MDL-16698 formslib: skeleton of new editor element - no JS or html editor integration yet

commit ac0250434edf98a3a40024f2eb04c25b43f9692e
Author: skodak <skodak>
Date:   Thu, 20 Nov 2008 05:21:27 +0900
Tag:    v2.0.0-rc1

MDL-16698 formslib: skeleton of new editor element - no JS or html editor integration yet

commit cefe1408a24467ab73d61774133b06d5942f0b12
Author: skodak <skodak>
Date:   Thu, 20 Nov 2008 05:02:02 +0900
Tag:    v2.0.0-rc1

MDL-16698 formslib: skeleton of new editor element - no JS or html editor integration yet

commit e8a7edd7d69a768f8cfcb257ce8d576e7fb82762
Author: skodak <skodak>
Date:   Thu, 20 Nov 2008 01:46:41 +0900
Tag:    v2.0.0-rc1

MDL-17236 html block: proper cleanup of html

commit 38d044fc9150086d2781a84db0eb37066b2585a7
Author: skodak <skodak>
Date:   Thu, 20 Nov 2008 00:11:49 +0900
Tag:    v2.0.0-rc1

MDL-17310 scorm: Install asks for scorm &auth questions on install rather than just front page settings - whitespace

commit 6b12d2373d8c0eef7422553d92852df66701268d
Author: skodak <skodak>
Date:   Thu, 20 Nov 2008 00:10:45 +0900
Tag:    v2.0.0-rc1

MDL-17310 scorm: Install asks for scorm &auth questions on install rather than just front page settings

commit 76d56ed5c46148f97b5dd02b0d289a8e192ed37f
Author: skodak <skodak>
Date:   Thu, 20 Nov 2008 00:06:50 +0900
Tag:    v2.0.0-rc1

MDL-17310 scorm: Install asks for scorm &auth questions on install rather than just front page settings

commit 0ecff22d84f9d1db923c8dc96ecd99d922ef38d2
Author: skodak <skodak>
Date:   Wed, 19 Nov 2008 23:43:38 +0900
Tag:    v2.0.0-rc1

MDL-17267 fixed regression caused by my last commit

commit 627d326ade5da27f4781acdab7fa520dcc65e920
Author: skodak <skodak>
Date:   Wed, 19 Nov 2008 18:46:09 +0900
Tag:    v2.0.0-rc1

MDL-17274 security: register globals not supported- now we are preventing upgrades and installs too

commit 979f8aa6cf65d1639560be02ce1b8218ae3c67a4
Author: skodak <skodak>
Date:   Wed, 19 Nov 2008 06:45:12 +0900
Tag:    v2.0.0-rc1

MDL-17143 $CFG->profilesforenrolledusersonly does not belong into advanced user edit form - it was removing description if user had only create user cap

commit 26c46d0ed6a636b3f04f65abbac333812a6d8ff9
Author: skodak <skodak>
Date:   Tue, 18 Nov 2008 18:56:59 +0900
Tag:    v2.0.0-rc1

MDL-17267 roles, install: fixed allow role assign table duplicates problem during install - see tracker for more details

commit 73f27e1656055431673bf9c340316013f6fd1e39
Author: skodak <skodak>
Date:   Mon, 17 Nov 2008 16:55:10 +0900
Tag:    v2.0.0-rc1

MDL-17251 foxed incorrect set_field

commit d21c50373af7fbbb75a3c082364ea70654c74dab
Author: skodak <skodak>
Date:   Fri, 07 Nov 2008 03:55:54 +0900
Tag:    v2.0.0-rc1

MDL-17129 dml/ddl: improved handling of dml exception in dml

commit ba63f3775be108157bb59bd6428c9f9aeea75fce
Author: skodak <skodak>
Date:   Fri, 07 Nov 2008 03:36:50 +0900
Tag:    v2.0.0-rc1

MDL-17130 dml: removed lambda-style functions - they might be a major scalability problem in future

commit 591ffe1a6ad942d8630120671bd91af9ef1d3ef8
Author: skodak <skodak>
Date:   Wed, 05 Nov 2008 19:45:45 +0900
Tag:    v2.0.0-rc1

MDL-17129 dml/ddl: improved ddl exceptions when changing db structure

commit b6f526be054e23d6470646789890a2d2f8d90771
Author: skodak <skodak>
Date:   Wed, 05 Nov 2008 18:13:38 +0900
Tag:    v2.0.0-rc1

MDL-17110 snoopy: added import info

commit 86ca52b21d6f68e760f16969fd7173014e8260a3
Author: skodak <skodak>
Date:   Wed, 05 Nov 2008 18:13:17 +0900
Tag:    v2.0.0-rc1

MDL-17110 snoopy: added import info

commit cbc08f3bfc7aa715197789c8d04ac6be6a63bf93
Author: skodak <skodak>
Date:   Wed, 05 Nov 2008 09:12:30 +0900
Tag:    v2.0.0-rc1

MDL-17130 dml: eliminated $CFG->dbfamily

commit ba98912f8ca13e2b99405d1bbfe33abcc796ac34
Author: skodak <skodak>
Date:   Wed, 05 Nov 2008 09:05:41 +0900
Tag:    v2.0.0-rc1

MDL-17020 pgsql: silenced php warnings

commit 6e22a695d86e09dbd38e4d12487899c9c5b19759
Author: skodak <skodak>
Date:   Wed, 05 Nov 2008 09:05:18 +0900
Tag:    v2.0.0-rc1

MDL-17129 dml: fixed dml exception handling in unit tests

commit c23b0ea11bf53ca80bfae8d1211379912d1e708a
Author: skodak <skodak>
Date:   Wed, 05 Nov 2008 08:07:14 +0900
Tag:    v2.0.0-rc1

MDL-17129 dml: implemented exceptions in new drivers, yay!

commit d8f27d7bd27bd40aba9324ede9e4173a9becda49
Author: skodak <skodak>
Date:   Wed, 05 Nov 2008 07:29:18 +0900
Tag:    v2.0.0-rc1

MDL-16920 mysqli: refactored driver to use new query logging

commit a6283e9127dfd1735cbe4f815c73e1a8194dddca
Author: skodak <skodak>
Date:   Wed, 05 Nov 2008 07:25:23 +0900
Tag:    v2.0.0-rc1

MDL-16920 mysqli: refactored driver to use new query logging

commit d139b067018e0a0a087e61a2023456560474d5df
Author: skodak <skodak>
Date:   Wed, 05 Nov 2008 06:55:39 +0900
Tag:    v2.0.0-rc1

MDL-17020 pgsql: new port dboption

commit 9214025e3e2f0a65b4a6b29b76915bdd4f46e1fe
Author: skodak <skodak>
Date:   Wed, 05 Nov 2008 06:50:13 +0900
Tag:    v2.0.0-rc1

MDL-17129 basic dml exceptions

commit 23a766143d3110676cdf8411f46b5fff302c8389
Author: skodak <skodak>
Date:   Mon, 03 Nov 2008 16:55:46 +0900
Tag:    v2.0.0-rc1

MDL-17110 snoopy: imported new version 1.2.4

commit c765b6b73f0e199eff284b428e4412037f65ae32
Author: skodak <skodak>
Date:   Mon, 03 Nov 2008 06:37:41 +0900
Tag:    v2.0.0-rc1

fixed my silly typo from db conversion

commit cb4709dccdc51a9a4c2d52fbc3d2cd3fd8580fec
Author: skodak <skodak>
Date:   Sun, 02 Nov 2008 07:30:18 +0900
Tag:    v2.0.0-rc1

MDL-17027: protect user profile images if $CFG->forcelogin enabled; merged from MOODLE_19_STABLE

commit 25a79c16a1d5ef504877f6519a736c7462bbdcb7
Author: skodak <skodak>
Date:   Sun, 02 Nov 2008 04:37:07 +0900
Tag:    v2.0.0-rc1

MDL-17065 user: profile iamges of deleted users are not accessible anymore; merged from MOODLE_19_STABLE

commit 0cde3ede1c0f13515a293ac6979eaba9278cd592
Author: skodak <skodak>
Date:   Sun, 02 Nov 2008 04:28:31 +0900
Tag:    v2.0.0-rc1

MDL-11789 fixed regressions preventing file caching when default used; merged from MOODLE_19_STABLE

commit a857b7ea3828d53eaac2856045fe8d9a48dd274e
Author: skodak <skodak>
Date:   Sun, 02 Nov 2008 03:58:29 +0900
Tag:    v2.0.0-rc1

MDL-17099 htmlpurifier: new version from upstream

commit b50f80dd6fad30cafd45f579757263deabea2ead
Author: skodak <skodak>
Date:   Sun, 02 Nov 2008 02:54:04 +0900
Tag:    v2.0.0-rc1

CONTRIB-849 phpPgAdmin integration hook; merged from MOODLE_19_STABLE

commit 1500142bfb6fe5877172da9b517eb74846da9881
Author: skodak <skodak>
Date:   Thu, 30 Oct 2008 08:55:16 +0900
Tag:    v2.0.0-rc1

MDL-14990 dml: towards proper logging/perf infrastructure

commit 2f17b76d4b278669c631beb95bd3e9d93983e7ef
Author: skodak <skodak>
Date:   Wed, 29 Oct 2008 18:24:45 +0900
Tag:    v2.0.0-rc1

MDL-17057 dml: fixed regression changed by removed dbpersist parameter - sorrrry

commit 5f772e4afa97bc663ff85a6c4fcca5b5054a495b
Author: skodak <skodak>
Date:   Wed, 29 Oct 2008 16:16:49 +0900
Tag:    v2.0.0-rc1

MDL-17055 fixed pg regression - removed redundant sorting

commit bb5f11ece7b9e21366d2d84bfef1dd996070ebf4
Author: skodak <skodak>
Date:   Wed, 29 Oct 2008 07:31:26 +0900
Tag:    v2.0.0-rc1

MDL-14990 dml: towards proper logging/perf infrastructure

commit 9a4f9e334a173654712f708bddbf9fca3f50c996
Author: skodak <skodak>
Date:   Wed, 29 Oct 2008 00:37:15 +0900
Tag:    v2.0.0-rc1

MDL-17020 dml: native pgsql driver - fixed error detection on connect

commit 1fe1d10454f045ce0fbf80e0163be57673d1d524
Author: skodak <skodak>
Date:   Wed, 29 Oct 2008 00:21:01 +0900
Tag:    v2.0.0-rc1

MDL-16930 dml: exceptions instead of print_error

commit 655bbf511db7581b0c3475ff3fbdcfae6ddb366f
Author: skodak <skodak>
Date:   Wed, 29 Oct 2008 00:11:10 +0900
Tag:    v2.0.0-rc1

MDL-16669 dml: improved sql_substring(), added unit tests

commit d669160891000b33fbdf51b816f2655ce0c694d2
Author: skodak <skodak>
Date:   Tue, 28 Oct 2008 21:14:09 +0900
Tag:    v2.0.0-rc1

MDL-15070 dml: recordset rewinding now forbidden - not all databases support it, sorry

commit 7063c802fad73509ca40d641c264b259d36d9bb1
Author: skodak <skodak>
Date:   Tue, 28 Oct 2008 21:04:10 +0900
Tag:    v2.0.0-rc1

MDL-17020 dml: native pgsql driver - minor coding style improvement

commit dd2ce45907cc0b08c5d8ef92354d84e3f22f0327
Author: skodak <skodak>
Date:   Tue, 28 Oct 2008 21:03:04 +0900
Tag:    v2.0.0-rc1

MDL-17020 dml: native pgsql driver - socket and persistent connection support

commit 6cc9771844178c1a6888004f972fb2e420fd9dc0
Author: skodak <skodak>
Date:   Tue, 28 Oct 2008 21:02:13 +0900
Tag:    v2.0.0-rc1

MDL-14990 dml: added __destruct method, will be needed for logging

commit beaa43db85e1bfda11de1394ec682b3c66e73f9f
Author: skodak <skodak>
Date:   Tue, 28 Oct 2008 07:21:34 +0900
Tag:    v2.0.0-rc1

MDL-17036 dml:  dbpersist moved into dboptions

commit 298d9250d93c558230367064fb291923121eab67
Author: skodak <skodak>
Date:   Tue, 28 Oct 2008 06:57:45 +0900
Tag:    v2.0.0-rc1

MDL-17020 dml: native pgsql driver - fixed wrong handling of binary fields in get_column()

commit 2958a49b75c0fbc1248843d31a82443b07d6558d
Author: skodak <skodak>
Date:   Tue, 28 Oct 2008 05:59:21 +0900
Tag:    v2.0.0-rc1

MDL-17020 dml: native pgsql driver - transactions minor changes

commit fa76662bb299d55de51c0d2a9284aa0384d354f1
Author: skodak <skodak>
Date:   Tue, 28 Oct 2008 05:58:37 +0900
Tag:    v2.0.0-rc1

MDL-14679 dml/native_mysqli transactions support

commit fb76304b3bc760d6d035e4478dfbf93a878f8e7d
Author: skodak <skodak>
Date:   Tue, 28 Oct 2008 05:21:04 +0900
Tag:    v2.0.0-rc1

MDL-17020 dml: native pgsql driver - implementation and unittests of transactions

commit 0bd364c1d775c206f90bad03ffd8dfbf67106fcd
Author: skodak <skodak>
Date:   Tue, 28 Oct 2008 00:54:36 +0900
Tag:    v2.0.0-rc1

MDL-17020 dml: native pgsql driver - ddl unittest more robust - fixed typo, thanks ELoy!

commit a65b0be43f7088ea6f942a93c98d0ea3d98b1c0a
Author: skodak <skodak>
Date:   Tue, 28 Oct 2008 00:50:32 +0900
Tag:    v2.0.0-rc1

MDL-17020 dml: native pgsql driver - ddl unittest more robust

commit d246cdd2f9244568b7fcad1eca64f1e7bf821878
Author: skodak <skodak>
Date:   Tue, 28 Oct 2008 00:42:52 +0900
Tag:    v2.0.0-rc1

MDL-17020 dml: native pgsql driver - support for bytea updating

commit db7aea38184700ac9c08e1968d9460e48365bc41
Author: skodak <skodak>
Date:   Tue, 28 Oct 2008 00:31:11 +0900
Tag:    v2.0.0-rc1

MDL-17020 dml: native pgsql driver - support for bytea reading

commit 30fff7b74f3ffbfc30b31c8755584cd1a6bbb7e4
Author: skodak <skodak>
Date:   Tue, 28 Oct 2008 00:30:38 +0900
Tag:    v2.0.0-rc1

MDL-17020 dml: native pgsql driver - improved get_record and get_field - this should be faster

commit 80ffbad34bfe4f19815ac3b27b414847f5d2a8a0
Author: skodak <skodak>
Date:   Mon, 27 Oct 2008 21:33:09 +0900
Tag:    v2.0.0-rc1

MDL-17020 dml: native pgsql driver - fixing/improving unittests; fixed column names in indexes

commit 334ce0266ded0d77bd957c4b4a922fceb5367fa8
Author: skodak <skodak>
Date:   Mon, 27 Oct 2008 21:10:24 +0900
Tag:    v2.0.0-rc1

MDL-17020 dml: native pgsql driver - fixing/improving unittests

commit 9eb86c4a0dde6881970e7b98775bba6da5631863
Author: skodak <skodak>
Date:   Mon, 27 Oct 2008 21:01:15 +0900
Tag:    v2.0.0-rc1

MDL-17020 dml: native pgsql driver - fixing/improving unittests

commit 935956b8c292030498db0971cff7f4783ba8b779
Author: skodak <skodak>
Date:   Mon, 27 Oct 2008 21:00:04 +0900
Tag:    v2.0.0-rc1

MDL-17020 dml: native pgsql driver - $ bound syntax fully implemented, we do not need string for exception anymore

commit e4f9c142f17ac6e016bef072ef899e71843d670c
Author: skodak <skodak>
Date:   Mon, 27 Oct 2008 20:43:17 +0900
Tag:    v2.0.0-rc1

MDL-17020 dml: native pgsql driver - more resource freeing

commit 158622bd641ca19c98f48816b810c92fe0e20adc
Author: skodak <skodak>
Date:   Mon, 27 Oct 2008 07:36:13 +0900
Tag:    v2.0.0-rc1

MDL-17020 dml: native pgsql driver - still buggy, works only partially

commit 312dab0dec4d4a1df484b979938e6aa3c69bb8e9
Author: skodak <skodak>
Date:   Sun, 26 Oct 2008 22:00:53 +0900
Tag:    v2.0.0-rc1

MDL-14679 dml/native_mysqli recordset cleanup

commit 3f0c17b8efed1a4868d08d3dec87bf16e9481e17
Author: skodak <skodak>
Date:   Sun, 26 Oct 2008 21:45:05 +0900
Tag:    v2.0.0-rc1

MDL-17020 dml: dollar bound query syntax support

commit d5d0890c309266b9f99cd0a6f7cb01a367052112
Author: skodak <skodak>
Date:   Sun, 26 Oct 2008 03:40:35 +0900
Tag:    v2.0.0-rc1

MDL-14679 dml/native_mysqli fixed sql concat

commit 2aeb3bcbdb8e955aabe2afc9e1b2cd0e8fffe074
Author: skodak <skodak>
Date:   Sun, 26 Oct 2008 03:37:59 +0900
Tag:    v2.0.0-rc1

MDL-14679 dml/native_mysqli adding lang strings

commit c65845cca112c5a7aaeb9f1f5c31bd503d5f402b
Author: skodak <skodak>
Date:   Sun, 26 Oct 2008 03:31:40 +0900
Tag:    v2.0.0-rc1

MDL-14679 dml/native_mysqli fixed decimal columns - unittests now complete without errors!

commit 75dfa4a35d728352c36abe12b294b1774ccbe14e
Author: skodak <skodak>
Date:   Sun, 26 Oct 2008 03:26:55 +0900
Tag:    v2.0.0-rc1

MDL-14679 dml/native_mysqli implemented blob type

commit e21847e5304a2b173a6ac96fb4f74d4c9d82df82
Author: skodak <skodak>
Date:   Sun, 26 Oct 2008 03:12:17 +0900
Tag:    v2.0.0-rc1

MDL-14679 dml/native_mysqli fixed recordsets handling

commit 12e09c6b8b99dfed11d6b8b86cecea8d59be0125
Author: skodak <skodak>
Date:   Sun, 26 Oct 2008 03:01:54 +0900
Tag:    v2.0.0-rc1

MDL-14679 dml/native_mysqli fixed column cache

commit 7da83e81af8aa47502bb325fe6518bb37d1c930d
Author: skodak <skodak>
Date:   Sun, 26 Oct 2008 01:52:38 +0800
Tag:    v2.0.0-rc1

MDL-16029 extralocations deprecated

commit 6a68d8c0e10dc37bf4c2e1ce9805e5ed09083822
Author: skodak <skodak>
Date:   Sun, 26 Oct 2008 01:43:45 +0800
Tag:    v2.0.0-rc1

MDL-16930 dml: converting print_error to exceptions

commit 49459eb03ac460efac8b4e12f856dda92d58900b
Author: skodak <skodak>
Date:   Sat, 25 Oct 2008 01:56:35 +0800
Tag:    v2.0.0-rc1

MDL-16930 dml - towards exceptions

commit 9b0e2d6652bfcd19c8432faaa35e28db5a41e63b
Author: skodak <skodak>
Date:   Sat, 25 Oct 2008 01:54:58 +0800
Tag:    v2.0.0-rc1

fixed syntax error wink

commit f53db007f68f8ae296588a3aae7d7e407b19149b
Author: skodak <skodak>
Date:   Sat, 25 Oct 2008 01:53:15 +0800
Tag:    v2.0.0-rc1

MDL-16785 bogus grades inserted when formulas used - credit Michael Spall and Ann Adamcik; merged from MOODLE_19_STABLE

commit 6d89eff0875a1b238b6203b91a30f67d47da4dfd
Author: skodak <skodak>
Date:   Sun, 19 Oct 2008 06:46:17 +0800
Tag:    v2.0.0-rc1

MDL-16930 ddl - exceptions cleanup

commit 0487f9e2c9e568ea56912e258073f51c9d196707
Author: skodak <skodak>
Date:   Sun, 19 Oct 2008 06:35:42 +0800
Tag:    v2.0.0-rc1

MDL-14679 dml/native_mysqli improvements

commit 7466a42fb4a8eeaf0ba03706cc95d7e82b51b78b
Author: skodak <skodak>
Date:   Sat, 18 Oct 2008 06:43:42 +0800
Tag:    v2.0.0-rc1

MDL-14679 dml/native_mysqli new experimental native driver for mysqli - not fully finished yet, seems to work fine

commit a14e283a897e8ec0883dda27d174339c0a1c5627
Author: skodak <skodak>
Date:   Fri, 17 Oct 2008 14:38:25 +0800
Tag:    v2.0.0-rc1

MDL-16861 packer: redoing last commit smile

commit 1aa957947a1154297d38245bfe9c5d09c45eade1
Author: skodak <skodak>
Date:   Fri, 17 Oct 2008 14:33:45 +0800
Tag:    v2.0.0-rc1

MDL-16861 packer? undoing last commit, does not seem correct

commit fa6081b3d01483c5bd6eb4b5d28cb21665d3c794
Author: skodak <skodak>
Date:   Fri, 17 Oct 2008 04:46:45 +0800
Tag:    v2.0.0-rc1

MDL-16903 mod/forum: undefined course context when forum subscription not allowed; merged from MOODLE_19_STABLE

commit 000067553ce194f0ab145508a2d3b216e07efbc1
Author: skodak <skodak>
Date:   Wed, 15 Oct 2008 04:36:04 +0800
Tag:    v2.0.0-rc1

MDL-16881 gradebook: overview report does not ignore hidden grades if user can not view them; merged from MOODLE_19_STABLE

commit 0143840c108907c9c74ab47f87fe729c079569b0
Author: skodak <skodak>
Date:   Tue, 14 Oct 2008 06:43:26 +0800
Tag:    v2.0.0-rc1

MDL-14972 groupings and groupmembers only help icons; merged from MOODLE_19_STABLE

commit 267e9b3521962626e003a061e3feba262ad1225e
Author: skodak <skodak>
Date:   Tue, 14 Oct 2008 06:41:24 +0800
Tag:    v2.0.0-rc1

MDL-14972 new help files for groupings and groupmembersonly - most of the credit goes to Helen wink merged from MOODLE_19_STABLE

commit d79088cfee3e20e6d0fd80801f73ac9b8847621b
Author: skodak <skodak>
Date:   Tue, 14 Oct 2008 04:14:30 +0800
Tag:    v2.0.0-rc1

MDL-10301 Applying language patch; merging from MOODLE_19_STABLE

commit cc44433620bbf70b5e127504f9ef7b2ebacd533e
Author: skodak <skodak>
Date:   Tue, 14 Oct 2008 03:39:27 +0800
Tag:    v2.0.0-rc1

MDL-16839 forms:  workaround for problematic hard frozen values; merged from MOODLE_19_STABLE

commit 01bc9ff1564136e66972606f53e87a7e5cce7006
Author: skodak <skodak>
Date:   Thu, 09 Oct 2008 04:56:38 +0800
Tag:    v2.0.0-rc1

MDL-15262 using hardFreeze instead of static, because we need this info to b returned from form; the new change* caps are not in effect when adding new courses - merged from MOODLE_19_STABLE + fixed regression in coursename/shortname automatic numbering

commit cd7f72c0b6cbce6f624a2884c1523fa53422d99d
Author: skodak <skodak>
Date:   Thu, 09 Oct 2008 04:07:42 +0800
Tag:    v2.0.0-rc1

MDL-15262 adding xss risks to new course update related caps; merged from MOODLE_19_STABLE

commit 5e99b9d70e4e779a35742d01f99beb2e1dd078ea
Author: skodak <skodak>
Date:   Thu, 09 Oct 2008 04:03:15 +0800
Tag:    v2.0.0-rc1

MDL-15262 fixed major regressions for non-legacy roles with course:update enabled; merged from MOODLE_19_STABLE

commit 4a965824a03b4435273ae37ae06f0a6a02a6cbbc
Author: skodak <skodak>
Date:   Thu, 09 Oct 2008 03:10:22 +0800
Tag:    v2.0.0-rc1

MDL-16738 fixed + array operator overriding the same numeric keys - credit goes to Vince Gángó; merged from MOODLE_19_STABLE

commit c69b02bbdfc4e01ca33350c4d9fdbc78ce462c4d
Author: skodak <skodak>
Date:   Thu, 09 Oct 2008 02:53:28 +0800
Tag:    v2.0.0-rc1

MDL-14840 trimming scale options - the spaces should not be there in the first place (to be addressed later MDL-16832) - credit goes to Mike Corb and Dan Marsden; merged from MOODLE_19_STABLE

commit 7f46236fcdbc81a111cee8dbdfbfd65b1ae95c5a
Author: skodak <skodak>
Date:   Wed, 08 Oct 2008 15:16:12 +0800
Tag:    v2.0.0-rc1

MDL-16765 - undoing MDL-14303 and adding different fix; merged from MOODLE_19_STABLE

commit 1f3ffe3308363caf31b7a155d154ba3026df45a3
Author: skodak <skodak>
Date:   Wed, 08 Oct 2008 07:05:09 +0800
Tag:    v2.0.0-rc1

MDL-16819 fixed regression in last commit, sorry

commit b7658fa0de451cbb3ffe76471b9d3a9a7abe1f64
Author: skodak <skodak>
Date:   Wed, 08 Oct 2008 06:09:33 +0800
Tag:    v2.0.0-rc1

MDL-15800 merged changes from MOODLE_19_STABLE

commit d7531392f727c2dc76fdd39f428eddb076d78975
Author: skodak <skodak>
Date:   Tue, 07 Oct 2008 06:29:36 +0800
Tag:    v2.0.0-rc1

MDL-15431 User icon and Guest icon mixed up on compressed Course list; merged from MOODLE_19_STABLE

commit 779ad29f99e6891c8fc35c431f9cf8ee211d7ebb
Author: skodak <skodak>
Date:   Tue, 07 Oct 2008 06:07:37 +0800
Tag:    v2.0.0-rc1

MDL-16799 - Unit tests failing on events testing - caused by handler caching; merged from MOODLE_19_STABLE

commit d6094653ef25ce77c4593ab874353e1d66ab6918
Author: skodak <skodak>
Date:   Mon, 06 Oct 2008 17:29:26 +0800
Tag:    v2.0.0-rc1

MDL-14696 Option to unenrol user from course when assigned to a role at a higher context; merged from MOODLE_19_STABLE

commit 6dfd522656206bfebadb4752e2d34e24455aee54
Author: skodak <skodak>
Date:   Thu, 25 Sep 2008 15:41:30 +0800
Tag:    v2.0.0-rc1

MDL-15682 fixed isset() test

commit 9971cc0ce11431b811f8f0e72a2e17f18ba59593
Author: skodak <skodak>
Date:   Thu, 25 Sep 2008 15:12:27 +0800
Tag:    v2.0.0-rc1

MDL-16617 fixed forum name filtering - thanks Mark Nielsen; merged from mOODLE_19_STABLE

commit 3c24a39108b8e6b0c6ce74adfdb2ada97e1d948d
Author: skodak <skodak>
Date:   Thu, 25 Sep 2008 05:39:47 +0800
Tag:    v2.0.0-rc1

MDL-15810 whitelist _blank target in htmlpurifier cleaning; merged from MOODLE_19_STABLE

commit 67d7aa437aaa1abda657d250fd16cd47d4ba0786
Author: skodak <skodak>
Date:   Thu, 25 Sep 2008 05:32:10 +0800
Tag:    v2.0.0-rc1

MDL-16668  import htmlpurifier 3.1.1 to HEAD

commit 165a2c9efe7257fa1f89fd913a152c45b0c8beae
Author: skodak <skodak>
Date:   Thu, 25 Sep 2008 05:04:53 +0800
Tag:    v2.0.0-rc1

fixed typo

commit db4a3d8ffe80f68ab8f025c1819c28b513556e72
Author: skodak <skodak>
Date:   Thu, 25 Sep 2008 05:03:36 +0800
Tag:    v2.0.0-rc1

MDL-16666 removing all use_html_editor() instances

commit 9ab17a328f891382d08578b22f9835493fa5d4c3
Author: skodak <skodak>
Date:   Thu, 25 Sep 2008 02:47:40 +0800
Tag:    v2.0.0-rc1

MDL-16598 Admin config setting to make enrolment key hint optional

commit bff34a6747a958e68ae0ddb2dd293bc3f1cb1d38
Author: skodak <skodak>
Date:   Thu, 25 Sep 2008 01:00:49 +0800
Tag:    v2.0.0-rc1

MDL-16365 domain restrictions are now optional when changing email address; merged from MOODLE_19_STABLE

commit 4313348e3626d3fea1804d165d30e2300e6edac3
Author: skodak <skodak>
Date:   Wed, 24 Sep 2008 05:22:04 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixed some more addslashes()

commit 4370f063b36f1a010ab7a753b28efd1a05cb8593
Author: skodak <skodak>
Date:   Wed, 24 Sep 2008 05:15:41 +0800
Tag:    v2.0.0-rc1

MDL-16644 removing stripslahses() and friends

commit decf9db153f635cf0eb04f63fedd3a97c99e0e81
Author: skodak <skodak>
Date:   Wed, 24 Sep 2008 05:15:16 +0800
Tag:    v2.0.0-rc1

MDL-16644 removing stripslahses() MDL-16645 proper form value quoting

commit 2fd0e9fe5821522f96949fe88816677303df6929
Author: skodak <skodak>
Date:   Wed, 24 Sep 2008 05:09:46 +0800
Tag:    v2.0.0-rc1

MDL-16644 removing striplsahses() and friends

commit d63339082aa02debe7b473cab345a83030284480
Author: skodak <skodak>
Date:   Wed, 24 Sep 2008 04:51:47 +0800
Tag:    v2.0.0-rc1

MDL-16554 no striplashes in HEAD anymore

commit 4b39c2d8777b9f9811352fd6782825bfb7462cf5
Author: skodak <skodak>
Date:   Wed, 24 Sep 2008 04:31:37 +0800
Tag:    v2.0.0-rc1

MDL-16629 removed legacy unfinished multiple editors code

commit 306a52882b5f595b6e733dad3c0fb164789c2ef6
Author: skodak <skodak>
Date:   Wed, 24 Sep 2008 04:28:50 +0800
Tag:    v2.0.0-rc1

MDL-16629 removing unfinished multiple editors code

commit 2dbc9c102c22c3d84eb5d5629de822fb78fc871a
Author: skodak <skodak>
Date:   Wed, 24 Sep 2008 04:27:37 +0800
Tag:    v2.0.0-rc1

MDL-16627 removing obsoleted HTMLArea

commit 65ddc75009430ce255cca76e425316d04b2e3ce4
Author: skodak <skodak>
Date:   Wed, 24 Sep 2008 03:03:54 +0800
Tag:    v2.0.0-rc1

MDL-16642 tinymce library import must be primarily maintained in cvs, not wiki

commit 5fc9760399284ad0d74288cbbde25facc44df1e3
Author: skodak <skodak>
Date:   Tue, 23 Sep 2008 23:19:21 +0800
Tag:    v2.0.0-rc1

MDL-16626 simplified editor selection, going to change it a bit more later

commit 53b20fe35a0bcff3c17418e9639a0167c6589f1d
Author: skodak <skodak>
Date:   Tue, 23 Sep 2008 23:12:07 +0800
Tag:    v2.0.0-rc1

MDL-16637 removing obsoleted spellchecker support

commit 293c2041ee942032d135b829ec38382b1619f22d
Author: skodak <skodak>
Date:   Tue, 23 Sep 2008 22:53:21 +0800
Tag:    v2.0.0-rc1

MDL-16628 editortogglebutton removed

commit 7da51bfdc360a2a112f53556e20ba4f8c4b7a14a
Author: skodak <skodak>
Date:   Tue, 23 Sep 2008 22:51:55 +0800
Tag:    v2.0.0-rc1

MDL-16627 removing obsoleted HTMLArea

commit f4c46179bfbce857d2604103e1300e683e7cd7fc
Author: skodak <skodak>
Date:   Tue, 23 Sep 2008 22:49:19 +0800
Tag:    v2.0.0-rc1

MDL-16636 removing print_header() emulation hack

commit 9d7b40b95b7367abdebd2cc411c0544aaeae5112
Author: skodak <skodak>
Date:   Tue, 23 Sep 2008 22:47:10 +0800
Tag:    v2.0.0-rc1

MDL-16629 removed legacy unfinished multiple editors code

commit f6ac3e0a3de05b96088da49502ed2b6515cc9013
Author: skodak <skodak>
Date:   Tue, 23 Sep 2008 22:45:58 +0800
Tag:    v2.0.0-rc1

readding uploadlib for now

commit 09af05ba196f8b2bcf72dbf8c3532b03059cc342
Author: skodak <skodak>
Date:   Tue, 23 Sep 2008 22:34:58 +0800
Tag:    v2.0.0-rc1

MDL-16629 removed legacy unfinished multiple editors code

commit 6bebbe4503b88c423619662158517175865f5f54
Author: skodak <skodak>
Date:   Tue, 23 Sep 2008 22:16:31 +0800
Tag:    v2.0.0-rc1

MDL-16627 removing obsoleted HTMLArea

commit adb7cbb43868d40d2e87f6106d61ab891e63a15f
Author: skodak <skodak>
Date:   Tue, 23 Sep 2008 06:56:56 +0800
Tag:    v2.0.0-rc1

MDL-16596 minor constructor improvements

commit efde411a7699f33f65a385b7e94d2582285accc1
Author: skodak <skodak>
Date:   Mon, 22 Sep 2008 05:30:26 +0800
Tag:    v2.0.0-rc1

MDL-16596 fixed comment

commit a83ad94625b2b3c62d0979801ed9c2c63b07d211
Author: skodak <skodak>
Date:   Mon, 22 Sep 2008 05:29:41 +0800
Tag:    v2.0.0-rc1

MDL-16596 support for total maxbytes per draft area - proper server-side validation still missing; some minor refactoring

commit 45d0b8729c96e7d3a0b53501d925205b593a430a
Author: skodak <skodak>
Date:   Mon, 22 Sep 2008 04:48:05 +0800
Tag:    v2.0.0-rc1

MDL-16596 support for restricting of subdirectory browsing/upload - getter and setter methods

commit b5b188ce33f46c644cf9945a1df765329139aa5f
Author: skodak <skodak>
Date:   Mon, 22 Sep 2008 04:45:07 +0800
Tag:    v2.0.0-rc1

MDL-16596 support for restricting of subdirectory browsing/upload

commit 84c18f4d2c92507f9cb677ccfc8564bc755df788
Author: skodak <skodak>
Date:   Mon, 22 Sep 2008 03:54:40 +0800
Tag:    v2.0.0-rc1

MDL-16596 improved and simplified draftarea browsing

commit 4b6b5ce7d91005decd6bf82dffdc98c9601be97d
Author: skodak <skodak>
Date:   Mon, 22 Sep 2008 03:53:46 +0800
Tag:    v2.0.0-rc1

MDL-16596 adding missing get_parent_directory() method

commit 8b1ed8bf8fbda065417a8dae54d2b9ce5de7d2c7
Author: skodak <skodak>
Date:   Sun, 21 Sep 2008 23:54:48 +0800
Tag:    v2.0.0-rc1

MDL-16596 adding missing get_pathnamehash() method

commit b933a13955973165bcb8a76e95f6c0953b06d45f
Author: skodak <skodak>
Date:   Sun, 21 Sep 2008 23:37:07 +0800
Tag:    v2.0.0-rc1

MDL-16596 reworked areafiles element

commit cd5be217db3583eca8c02706d4f2cedcf4ba7c31
Author: skodak <skodak>
Date:   Sun, 21 Sep 2008 18:35:39 +0800
Tag:    v2.0.0-rc1

MDL-16596 file listing methods now return arrays index with pathnamehash (useful when looking for existing files); create from stored file now supports directories too - very useful when moving files between areas

commit 6ed19c74641908bda98004afb08a6fa333ccdf45
Author: skodak <skodak>
Date:   Sun, 21 Sep 2008 18:33:58 +0800
Tag:    v2.0.0-rc1

MDL-16596 adding missing get_pathnamehash() method

commit ac84a07da8bbb8a18861feba8f48ed79997f4ce8
Author: skodak <skodak>
Date:   Sun, 21 Sep 2008 18:32:30 +0800
Tag:    v2.0.0-rc1

MDL-16596 always force download of draft files - this prevents problems when editing area with file suploaded by otehr users

commit 8546def3b6c1d8229c1db83dcf693dc59bbe7f7b
Author: skodak <skodak>
Date:   Sun, 21 Sep 2008 04:56:21 +0800
Tag:    v2.0.0-rc1

MDL-16596 basic areafiles formslib element

commit a78bee285d610e0cd13f7ff2b360a45900e10bd3
Author: skodak <skodak>
Date:   Sun, 14 Sep 2008 16:40:23 +0800
Tag:    v2.0.0-rc1

MDL-16433 themes and javascript files are not blocked by running upgrade anymore

commit 8429163db991a34532932f96c47ee38ffb31a219
Author: skodak <skodak>
Date:   Sun, 14 Sep 2008 16:22:44 +0800
Tag:    v2.0.0-rc1

MDL-16493 file and picture element migrated; waiting for file picker to mature, presets not finished yet

commit 91b59e05ed0fbf1f0e3253b781e8c283d18b3c99
Author: skodak <skodak>
Date:   Sun, 14 Sep 2008 15:39:41 +0800
Tag:    v2.0.0-rc1

MDL-16491 fixed typos, versions were not saved in upgrade savepoints

commit 797f19e881e658a48a0f3d5a429eb075a9b13215
Author: skodak <skodak>
Date:   Sun, 14 Sep 2008 03:38:44 +0800
Tag:    v2.0.0-rc1

MDL-14589 image resizing and conversion support

commit 0bd47adcd0d36129b8b42ef81501dcfa200d4fa9
Author: skodak <skodak>
Date:   Fri, 12 Sep 2008 16:22:41 +0800
Tag:    v2.0.0-rc1

MDL-14589 no file browsing if not logged-in

commit b8d9c71915247f57579d0488362d40e190fd1f16
Author: skodak <skodak>
Date:   Fri, 12 Sep 2008 07:11:24 +0800
Tag:    v2.0.0-rc1

MDL-15906 file picker improvements - it now keeps current file after failed server side validation or submission (input element used instead of button element)

commit 9c98b43986992ee2bce30ff25610940528714655
Author: skodak <skodak>
Date:   Fri, 12 Sep 2008 03:54:39 +0800
Tag:    v2.0.0-rc1

MDL-16468 never mail deleted users; merged from MOODLE_19_STABLE

commit 9528568bf0b88989df6e4b85ec7e4a9be9712ce2
Author: skodak <skodak>
Date:   Tue, 09 Sep 2008 16:30:00 +0800
Tag:    v2.0.0-rc1

MDL-16088 scorm new file api conversion

commit 106f3b6779528c6e91130c3cc5f2219376fcc526
Author: skodak <skodak>
Date:   Tue, 09 Sep 2008 07:16:48 +0800
Tag:    v2.0.0-rc1

MDL-16394 user profile browsing and serving improvements

commit 7e55d513a1f661418438a5137eeab89302d98034
Author: skodak <skodak>
Date:   Mon, 08 Sep 2008 07:22:23 +0800
Tag:    v2.0.0-rc1

MDL-16072 fixed area browsing

commit 3445b3828130cfdb7f069e7b747fe1967ce7569a
Author: skodak <skodak>
Date:   Mon, 08 Sep 2008 07:21:31 +0800
Tag:    v2.0.0-rc1

MDL-14589 fixed undefined itemid

commit aa9bcfcd508cea109dee2af0359bf65b3c701301
Author: skodak <skodak>
Date:   Mon, 08 Sep 2008 07:20:51 +0800
Tag:    v2.0.0-rc1

MDL-16075 adding missing lang strings

commit a060b744e8d7d8255e0ac9093e76ade625a0fd7e
Author: skodak <skodak>
Date:   Mon, 08 Sep 2008 06:37:32 +0800
Tag:    v2.0.0-rc1

MDL-16072 adding missing lang strings

commit 9fcb74407c3a8bbb85341ade49ef7126acfafa65
Author: skodak <skodak>
Date:   Mon, 08 Sep 2008 06:35:37 +0800
Tag:    v2.0.0-rc1

MDL-15906 filepicker support in all file functions in formslib

commit a4e936d47dfbad3ff64eb56ceebac8ad78dcf751
Author: skodak <skodak>
Date:   Mon, 08 Sep 2008 06:35:03 +0800
Tag:    v2.0.0-rc1

MDL-14589 adding missing lang strings

commit 7983d682314ca5806e01e79a7b67c34d2d5c1fa1
Author: skodak <skodak>
Date:   Mon, 08 Sep 2008 06:34:18 +0800
Tag:    v2.0.0-rc1

MDL-14589 sample function for draft area files migration and relinking

commit a20c017def12e8fee4bf13101bb95e3834ed76eb
Author: skodak <skodak>
Date:   Mon, 08 Sep 2008 06:23:10 +0800
Tag:    v2.0.0-rc1

MDL-14589 /. files are not created anymore when browsing empty areas, yay!

commit 4287fc0df5b3530f0407f571b5221668c69f70fc
Author: skodak <skodak>
Date:   Sun, 07 Sep 2008 21:30:46 +0800
Tag:    v2.0.0-rc1

MDL-15906 filepicker support in all file functions in formslib

commit 96fef79f5f72988bd36b5270cf4e235d159e813d
Author: skodak <skodak>
Date:   Sun, 07 Sep 2008 18:06:26 +0800
Tag:    v2.0.0-rc1

MDL-14589 /. files are not created anymore when browsing empty areas, yay!

commit cfe94468179ebec6fb5e74e6cdb618507dc4e3cd
Author: skodak <skodak>
Date:   Sun, 07 Sep 2008 17:57:35 +0800
Tag:    v2.0.0-rc1

MDL-14589 list of user areas is read only

commit c6800efef14707470b0665b61e7ece0afd491f5c
Author: skodak <skodak>
Date:   Sun, 07 Sep 2008 06:04:42 +0800
Tag:    v2.0.0-rc1

MDL-16368 commenting out unfinished code for now

commit ec8b711fb35026e33bdf6eed1b57f327fddebc2c
Author: skodak <skodak>
Date:   Sun, 07 Sep 2008 05:33:07 +0800
Tag:    v2.0.0-rc1

MDL-15919 do not modify $file_record parameters when creating new files

commit 4149edbd645dc30dd9ea6f60d2136df5a623c295
Author: skodak <skodak>
Date:   Sun, 07 Sep 2008 05:16:59 +0800
Tag:    v2.0.0-rc1

MDL-15919 oops, reverting previous commit - not finished yet

commit d8c1ec431285fe66b98ae34feaf104e94e38fb8e
Author: skodak <skodak>
Date:   Sun, 07 Sep 2008 05:15:52 +0800
Tag:    v2.0.0-rc1

MDL-15919 fixed scriptname param

commit 84dabeef01b9dccabea3b659d302b010ee54694f
Author: skodak <skodak>
Date:   Sun, 07 Sep 2008 02:18:36 +0800
Tag:    v2.0.0-rc1

MDL-16374 support for file browsing in modules

commit 38b4de52584014d89b79e0efd44a3a4dd8a7a192
Author: skodak <skodak>
Date:   Sun, 07 Sep 2008 02:07:17 +0800
Tag:    v2.0.0-rc1

MDL-16374 support for file browsing in modules

commit 787a016fd28b2c6d2c857e7d32e19d5c31467d07
Author: skodak <skodak>
Date:   Sun, 07 Sep 2008 01:00:43 +0800
Tag:    v2.0.0-rc1

MDL-16374 support for file browsing in modules

commit d6f7cbfd9838478c2f3cf5122b15a1a188967231
Author: skodak <skodak>
Date:   Sun, 07 Sep 2008 01:00:43 +0800
Tag:    v2.0.0-rc1

MDL-16374 support for file browsing in modules

commit 6e73ac4214192be8e9a1c81164f54df2a8c94c34
Author: skodak <skodak>
Date:   Sat, 06 Sep 2008 18:09:33 +0800
Tag:    v2.0.0-rc1

MDL-14589 added new method for creating stored file from url (please note it is limited by available memory)

commit c78a05585b9f3dab8dcfbee517ff38360b0b3d7a
Author: skodak <skodak>
Date:   Thu, 04 Sep 2008 05:16:54 +0800
Tag:    v2.0.0-rc1

MDL-15919 support for archive fixing & fixed inline docs a bit

commit 2aea0c5e85e4a0b9fe598b362e78abb5b86cdefd
Author: skodak <skodak>
Date:   Wed, 03 Sep 2008 16:47:36 +0800
Tag:    v2.0.0-rc1

MDL-14589 new file not found general function

commit d2d9ba7d64e8cb1177683bc912d952e4904fd666
Author: skodak <skodak>
Date:   Wed, 03 Sep 2008 15:48:19 +0800
Tag:    v2.0.0-rc1

MDL-14326 fixed incorrect requires

commit bc32c04d26777b6d782c193824e2c748f6a113f9
Author: skodak <skodak>
Date:   Wed, 03 Sep 2008 06:22:46 +0800
Tag:    v2.0.0-rc1

MDL-14326 fixed DML conversion regression

commit 878af9ade68ef7939bcaa6198a79964db0c4edc7
Author: skodak <skodak>
Date:   Wed, 03 Sep 2008 06:20:35 +0800
Tag:    v2.0.0-rc1

MDL-14679 DML conversion regression

commit b229ac31b1648e68bd7f109970d797d8329dfb4b
Author: skodak <skodak>
Date:   Wed, 03 Sep 2008 06:10:11 +0800
Tag:    v2.0.0-rc1

MDL-12224 no more {$CFG->prefix} in HEAD

commit 57d769e712f0e49cde991f8a49b2372945390322
Author: skodak <skodak>
Date:   Wed, 03 Sep 2008 05:47:08 +0800
Tag:    v2.0.0-rc1

MDL-14826 reverting commit, MDL-16292 solves this issue; merged from MOODLE_19_STABLE

commit 3b49f849d8c832bd360251f62a22f39b5a956d18
Author: skodak <skodak>
Date:   Wed, 03 Sep 2008 05:20:45 +0800
Tag:    v2.0.0-rc1

MDL-15635 dtl refactoring and basic export and transfer ui (the import UI will be part of install process soon) - based largely on code by Andrei Bautu - thanks!

commit 8aff848213fc2efe4a2047f936631cc1dbe73bba
Author: skodak <skodak>
Date:   Wed, 03 Sep 2008 04:32:03 +0800
Tag:    v2.0.0-rc1

MDL-14589 minor database driver loading refactoring

commit 5ca18631bc8bdba47fad5d87ef115a7c757052ff
Author: skodak <skodak>
Date:   Tue, 02 Sep 2008 14:03:37 +0800
Tag:    v2.0.0-rc1

MDL-16029 removing recently added support for $extralocation from print_error(), thanks TIm for pointing out this is not the recommended way anymore

commit 3eefe57bd10aeca34da74a09cf7c60349957a64d
Author: skodak <skodak>
Date:   Tue, 02 Sep 2008 04:04:18 +0800
Tag:    v2.0.0-rc1

removing forgotten grrr debug code wink

commit c018fde2df3079c319285fca505723f107272cc5
Author: skodak <skodak>
Date:   Mon, 01 Sep 2008 23:31:09 +0800
Tag:    v2.0.0-rc1

MDL-16029 Added $extralocations in the function print_error; merged from MOODLE_19_STABLE

commit 7089931743374295ce7a5165ad0c1f794a19536d
Author: skodak <skodak>
Date:   Mon, 01 Sep 2008 22:54:57 +0800
Tag:    v2.0.0-rc1

MDL-16292 print_error not backwards compatible with error(get_string('xx', 'moodle')); merged from MOODLE_19_STABLE

commit e6b2b5bbe09b3898b4d1b0cd30d5084a5d9e8eb3
Author: skodak <skodak>
Date:   Mon, 01 Sep 2008 16:16:41 +0800
Tag:    v2.0.0-rc1

MDL-15218 reset change password secret if somebody just tries to guess it; merged from MOODLE_19_STABLE

commit 01dd8ed95d428dc9e228269211a726135318c716
Author: skodak <skodak>
Date:   Mon, 01 Sep 2008 15:18:03 +0800
Tag:    v2.0.0-rc1

MDL-15948 inform that curl is required for recaptcha; merged from MOODLE_19_STABLE

commit c57e90153a526a3ad51a340bd591bb051f8a6892
Author: skodak <skodak>
Date:   Mon, 01 Sep 2008 06:23:53 +0800
Tag:    v2.0.0-rc1

MDL-15267 PHP5 strict object warning, whitespace fixes

commit 552c374e80d4620cccb08439a7064332133a9528
Author: skodak <skodak>
Date:   Mon, 01 Sep 2008 04:45:10 +0800
Tag:    v2.0.0-rc1

MDL-16283 fixed notice; merged from MOODLE_19_STABLE

commit e85a924fec54a3c4aaea019aedb258a07bdc847c
Author: skodak <skodak>
Date:   Sun, 31 Aug 2008 02:54:57 +0800
Tag:    v2.0.0-rc1

MDL-15635 DTL refactoring, adding release field to xml file

commit ebf20af07d31557df67b40da3238669f78958f9f
Author: skodak <skodak>
Date:   Sun, 31 Aug 2008 02:48:39 +0800
Tag:    v2.0.0-rc1

MDL-15635 dml library inclusion refactoring

commit 598b38f7435ef706a387e8cd9f75b4fc0e83dc5e
Author: skodak <skodak>
Date:   Sun, 31 Aug 2008 02:47:22 +0800
Tag:    v2.0.0-rc1

MDL-15635 library inclusion refactoring

commit a47c84c4bbb84aa27fdca262808e5f63fb95fa15
Author: skodak <skodak>
Date:   Sun, 31 Aug 2008 02:46:18 +0800
Tag:    v2.0.0-rc1

MDL-15635 sqlite fixes - by Andrei Bautu

commit 7cd18ebabf4e03b0df333eea49f7447cd1e5b5d0
Author: skodak <skodak>
Date:   Fri, 29 Aug 2008 05:32:03 +0800
Tag:    v2.0.0-rc1

MDL-15670 Database export/import library - by Andrei Bautu, minor tweaks only - big thanks!

commit b50371da1d7bcc1ba8babe5b67cd528e95948d64
Author: skodak <skodak>
Date:   Fri, 29 Aug 2008 01:42:49 +0800
Tag:    v2.0.0-rc1

MDL-16238 improved SQL - see tracker for details, merged from MOODLE_19_STABLE + DML conversion updates

commit 14482ff99e847b88a5ae1c4d5e4cde5a7c841fed
Author: skodak <skodak>
Date:   Thu, 28 Aug 2008 15:26:24 +0800
Tag:    v2.0.0-rc1

MDL-16245 fixed forgotten get_record()

commit 1160eb5af215efa0b95c5d5b974279644f53bff6
Author: skodak <skodak>
Date:   Thu, 28 Aug 2008 15:23:05 +0800
Tag:    v2.0.0-rc1

MDL-15420 fixed wrong show submission to others test; merged from MOODLE_19_STABLE

commit 10f19c4925f5643f38280b9cddf1a257ec36bfbd
Author: skodak <skodak>
Date:   Thu, 28 Aug 2008 15:08:08 +0800
Tag:    v2.0.0-rc1

MDL-15876 I hope the multicheckbox now works 100% smile

commit 91537a888d790f39e734a63c06f6439b2b7877bf
Author: skodak <skodak>
Date:   Thu, 28 Aug 2008 04:52:48 +0800
Tag:    v2.0.0-rc1

MDL-16236 & operator is often not needed in PHP5 in method definition

commit d7d875359f92490a8f7731e32ca78d1281b80bac
Author: skodak <skodak>
Date:   Thu, 28 Aug 2008 04:48:16 +0800
Tag:    v2.0.0-rc1

MDL-16235 yet more wink

commit 0d5d12bde37d5022020ff0aa58d04ad47b353422
Author: skodak <skodak>
Date:   Thu, 28 Aug 2008 04:43:06 +0800
Tag:    v2.0.0-rc1

MDL-16235 whitespace terror big grin

commit 61fceb866d4f9d3e3ab7599ad8c1ff88e1389d6c
Author: skodak <skodak>
Date:   Thu, 28 Aug 2008 04:22:33 +0800
Tag:    v2.0.0-rc1

MDL-16234 defaults support in plugin_supports()

commit 1eda5201247799215a887a27907155b3c46190c3
Author: skodak <skodak>
Date:   Thu, 28 Aug 2008 00:34:23 +0800
Tag:    v2.0.0-rc1

MDL-16223, MDL-16222 - error string improvements

commit d857e8b627d4a11a7aeddb8b259d239bee588b4c
Author: skodak <skodak>
Date:   Thu, 28 Aug 2008 00:33:50 +0800
Tag:    v2.0.0-rc1

MDL-16223, MDL-16222 - module context now available in xxx_add_instance() module method and $mform is passed as second parameter; $cm is updated/inserted before the activity insert/update hook; other related refactoring and cleanup; error string improvements

commit 455a8fede86c9f8a7622a3acf6ff1c100d84f7a5
Author: skodak <skodak>
Date:   Wed, 27 Aug 2008 23:50:33 +0800
Tag:    v2.0.0-rc1

MDL-15497 fixed notice when deleting forum

commit 4e6a816a983f6b78d529e673675ae4991ee252d0
Author: skodak <skodak>
Date:   Wed, 27 Aug 2008 23:48:46 +0800
Tag:    v2.0.0-rc1

fixed whitespace

commit cd9224ab5107640cfb84aee4e3d9a967f781d617
Author: skodak <skodak>
Date:   Wed, 27 Aug 2008 23:47:25 +0800
Tag:    v2.0.0-rc1

MDL-16226 coding style improvements, added deleting of module files

commit 3ba7053455b480c8be221a9e7076dab81918b455
Author: skodak <skodak>
Date:   Wed, 27 Aug 2008 23:11:20 +0800
Tag:    v2.0.0-rc1

MDL-16226 coding style improvements, added deleting of module files, improved validation of params

commit fa686bc4e0ffc3633e3db48a23ccd1640386bab9
Author: skodak <skodak>
Date:   Wed, 27 Aug 2008 19:46:48 +0800
Tag:    v2.0.0-rc1

MDL-16220 allow deleting of all files attached to context

commit a1b892ccec048a184c665690bcf9f776ca9902b8
Author: skodak <skodak>
Date:   Wed, 27 Aug 2008 19:31:37 +0800
Tag:    v2.0.0-rc1

MDL-16226 get_coursemodule_xx() improvements

commit 6311eb61e4662d9c3bfbf17e0c0f4b75ae6a01d2
Author: skodak <skodak>
Date:   Wed, 27 Aug 2008 16:23:07 +0800
Tag:    v2.0.0-rc1

MDL-16220 allow deleting of all files attached to context

commit 8f3f6cc3faa7513287e9f38fd6909e6ea4ce7787
Author: skodak <skodak>
Date:   Wed, 27 Aug 2008 03:49:54 +0800
Tag:    v2.0.0-rc1

MDL-13766 rerunning latest repo upgrade block, the 2008082600 was not correct in upgrade.php, should have been 2008082601

commit c6dc4709c612ae7e8305155ca323809448354c5f
Author: skodak <skodak>
Date:   Wed, 27 Aug 2008 03:44:04 +0800
Tag:    v2.0.0-rc1

MDL-13766 optimised upgrade - no need to create & modify repository table and delete it afterwards

commit 8b4ca8f74e21444cfb9fd1805cfd3986882857cc
Author: skodak <skodak>
Date:   Tue, 26 Aug 2008 14:54:43 +0800
Tag:    v2.0.0-rc1

MDL-16208 fixed deleting of orphaned module tables

commit 633239f6196ba470f4bb06326156d96ae02edb38
Author: skodak <skodak>
Date:   Tue, 26 Aug 2008 14:41:37 +0800
Tag:    v2.0.0-rc1

MDL-16115 strict fixes for admin settings unmask field too

commit 90658eefb0b3c60c41f9119a413008031b7a12db
Author: skodak <skodak>
Date:   Tue, 26 Aug 2008 13:45:07 +0800
Tag:    v2.0.0-rc1

MDL-16166 centralised enabling of subsystems, fixed some warnings and general cleanup

commit f4caf0df5e75a5355269311b23b55c6cecdcc354
Author: skodak <skodak>
Date:   Tue, 26 Aug 2008 06:02:49 +0800
Tag:    v2.0.0-rc1

MDL-15669 Check db schema vs install.xml - code by Andrei Bautu, with minor changes only (more strict checking)

commit 5bfa6da067ad4c02a055b1f8add0d8170c691010
Author: skodak <skodak>
Date:   Tue, 26 Aug 2008 05:10:11 +0800
Tag:    v2.0.0-rc1

MDL-15668 XML schema for XML db image file - credit goes to Andrei Bautu

commit 94898738ffef002245f8780b285bdaaec3dcc331
Author: skodak <skodak>
Date:   Tue, 26 Aug 2008 05:00:47 +0800
Tag:    v2.0.0-rc1

MDL-15671, MDL-15717 DB->import_record() support - code based on patch by Andrei Bautu; added new param to raw insert; unit tests included

commit b3d0062f585b7bb0afae7699b8ba28de07edcf6e
Author: skodak <skodak>
Date:   Mon, 25 Aug 2008 21:19:22 +0800
Tag:    v2.0.0-rc1

removing TODO: yes we want public raw insert methods, they are already used for log inserts wink

commit e16e38818ec846715ba4020125ece90a367a52dd
Author: skodak <skodak>
Date:   Mon, 25 Aug 2008 20:52:49 +0800
Tag:    v2.0.0-rc1

MDL-15671 support for table sequence resetting - code by Andrei Bautu (with minor modifications)

commit 241bcec5fa06d4ffc1d16e4a2b7a6c24bb6dcfdf
Author: skodak <skodak>
Date:   Fri, 22 Aug 2008 05:40:29 +0800
Tag:    v2.0.0-rc1

MDL-16164 improved use of forms in notes code and some other minor cleanup

commit 600be0625e51e7189f3987edc4c7f624b28cdcae
Author: skodak <skodak>
Date:   Fri, 22 Aug 2008 04:43:25 +0800
Tag:    v2.0.0-rc1

MDL-16163 disable mnet scripts properly if mnet not enabled

commit e562ecdc4bf0f7a8d65197271b92806c3051d804
Author: skodak <skodak>
Date:   Fri, 22 Aug 2008 04:29:42 +0800
Tag:    v2.0.0-rc1

MDL-16159 implemented missing access control and security code in course tags

commit bba0beaee246ca3982840892329013412be7f57c
Author: skodak <skodak>
Date:   Thu, 21 Aug 2008 23:29:42 +0800
Tag:    v2.0.0-rc1

MDL-15716 Tightened dataroot security checks and and 'loud' administrator warning

commit f4a13b36e784c58e9d089627dd6c176450bc8919
Author: skodak <skodak>
Date:   Thu, 21 Aug 2008 16:00:51 +0800
Tag:    v2.0.0-rc1

MDL-16115 Password unmask form fields do not work with XHTML strict headers

commit 8ba190827b05181be22fa69c429cf0e5ae62340b
Author: skodak <skodak>
Date:   Thu, 21 Aug 2008 04:33:51 +0800
Tag:    v2.0.0-rc1

MDL-16146 repository client javascript not xhtml strict - missing script type

commit de57d6f504a97b381dd9a37c636168307bd5c749
Author: skodak <skodak>
Date:   Thu, 21 Aug 2008 04:07:01 +0800
Tag:    v2.0.0-rc1

MDL-16146 repository client javascript not xhtml strict - missing CDATA

commit 6b04ddc50060e4c317bac740dbd5c270e2679ba4
Author: skodak <skodak>
Date:   Tue, 19 Aug 2008 06:36:33 +0800
Tag:    v2.0.0-rc1

MDL-16075, MDL-16072, MDL-15094 fixing last commit, missed version bumps in upgrade.php

commit c48068f87dcb04303f35e5bf481676675942e12d
Author: skodak <skodak>
Date:   Tue, 19 Aug 2008 06:33:36 +0800
Tag:    v2.0.0-rc1

MDL-16075 fixed pg problem

commit 39f13edb4b24b021ffacf39cace0e2c3b8bf257d
Author: skodak <skodak>
Date:   Tue, 19 Aug 2008 06:31:47 +0800
Tag:    v2.0.0-rc1

MDL-16072 fixed pg problem

commit f7f71f83bad8c8e6edc1cef0941c81a1e851aca6
Author: skodak <skodak>
Date:   Tue, 19 Aug 2008 06:26:38 +0800
Tag:    v2.0.0-rc1

MDL-15904 fixed pg problem

commit b8dddc9e37a153923013cb96642c63584ad147bc
Author: skodak <skodak>
Date:   Tue, 19 Aug 2008 04:56:58 +0800
Tag:    v2.0.0-rc1

MDL-16060 use old style slasharguments file.php link when launching scorm packages

commit 3f2b8c41290f0dbe0f7667b19a619d51eb8c2883
Author: skodak <skodak>
Date:   Tue, 19 Aug 2008 04:39:03 +0800
Tag:    v2.0.0-rc1

MDL-16108 force autocomplete off for unmaskable password fields; merged from MOODLE_19_STABLE

commit 4180c52cc020054b4689fb410be09219d14a7199
Author: skodak <skodak>
Date:   Tue, 19 Aug 2008 04:21:21 +0800
Tag:    v2.0.0-rc1

MDL-16108 force autocomplete off for unmaskable password fields; merged from MOODLE_18_STABLE

commit 86540fccb978b87126709ca9f171483d20631b7d
Author: skodak <skodak>
Date:   Mon, 18 Aug 2008 06:53:19 +0800
Tag:    v2.0.0-rc1

MDL-16003 changing to new adminroot style - thanks Tatsuya Shirai

commit 870707a47e170fa91f7372a7123d0756f5607aab
Author: skodak <skodak>
Date:   Mon, 18 Aug 2008 06:48:51 +0800
Tag:    v2.0.0-rc1

MDL-16024 adding spam risk to database approve capability; merged from MOODLE_19_STABLE

commit 2ff61921fe858e06cb69312dc406bcbc39de6a64
Author: skodak <skodak>
Date:   Mon, 18 Aug 2008 06:40:50 +0800
Tag:    v2.0.0-rc1

MDL-15586 fixed undefined $course

commit 73b3a208f55b668a3b6af9c9d1602fda196ace19
Author: skodak <skodak>
Date:   Mon, 18 Aug 2008 06:33:44 +0800
Tag:    v2.0.0-rc1

MDL-16051 fixed confirmed string in user filters; merged from MOODLE_19_STABLE

commit 20e9d26f839462efac4c0e09194ba3974782c819
Author: skodak <skodak>
Date:   Mon, 18 Aug 2008 06:23:19 +0800
Tag:    v2.0.0-rc1

MDL-16066 fixed apache log typo - thanks Neil Streeter

commit 0d18a9d6d75bb711eaa3ca9ab6931fcb29d44013
Author: skodak <skodak>
Date:   Mon, 18 Aug 2008 05:38:47 +0800
Tag:    v2.0.0-rc1

MDL-16075 File storage conversion of Glossary

commit 49bcd7372bf9aa0f9058b6988f6160b64f8ee848
Author: skodak <skodak>
Date:   Mon, 18 Aug 2008 05:27:43 +0800
Tag:    v2.0.0-rc1

MDL-16075 File storage conversion of Glossary

commit 20ec8cb100b6d5e15e5e81ea0c06c3df1a8a2b1b
Author: skodak <skodak>
Date:   Mon, 18 Aug 2008 04:18:30 +0800
Tag:    v2.0.0-rc1

MDL-16085 fixed typo -thanks John Ryan

commit 2a2a731a430da8634ef26378aa12127c631509bc
Author: skodak <skodak>
Date:   Mon, 18 Aug 2008 02:33:25 +0800
Tag:    v2.0.0-rc1

MDL-16072 fixed html type attachemnt embedding

commit 77318f4701a91acae5c6dd4bd7c6c6f5f325de53
Author: skodak <skodak>
Date:   Sun, 17 Aug 2008 20:10:16 +0800
Tag:    v2.0.0-rc1

MDL-15904 fixed assignment instance deleting

commit bb02e931c63b76423ac893673fad593c11f3cff5
Author: skodak <skodak>
Date:   Sun, 17 Aug 2008 20:09:46 +0800
Tag:    v2.0.0-rc1

MDL-15904 fixed assignment instance deleting

commit dc85b32c1e110c6fa2c0a4e4149984c0afb3f145
Author: skodak <skodak>
Date:   Sun, 17 Aug 2008 20:09:29 +0800
Tag:    v2.0.0-rc1

MDL-15904 fixed assignment instance deleting

commit de7295a032771d67e4988231d3ad1b565c812bc5
Author: skodak <skodak>
Date:   Sun, 17 Aug 2008 20:06:52 +0800
Tag:    v2.0.0-rc1

MDL-16072 converted forum reset

commit 75dfe83083855b9ca940aa06e226da47a0397706
Author: skodak <skodak>
Date:   Sun, 17 Aug 2008 20:06:04 +0800
Tag:    v2.0.0-rc1

MDL-15904 fixed assignment reset

commit 4e866d5e9bae03859aaa58c710d639b54905e74f
Author: skodak <skodak>
Date:   Sun, 17 Aug 2008 20:04:42 +0800
Tag:    v2.0.0-rc1

MDL-15904 fixed assignment reset

commit b6774c88374ae947aab53e69cc8054f43ede27fd
Author: skodak <skodak>
Date:   Sun, 17 Aug 2008 20:00:38 +0800
Tag:    v2.0.0-rc1

MDL-16072 converted forum reset

commit 272c2c92a19d2fd985c79114f3d40e48fac3ff01
Author: skodak <skodak>
Date:   Sun, 17 Aug 2008 19:18:21 +0800
Tag:    v2.0.0-rc1

MDL-16075 fixed glossary export regression

commit 1f0e77025d9b758f6d5066f451e2e98e42b50751
Author: skodak <skodak>
Date:   Sun, 17 Aug 2008 17:31:11 +0800
Tag:    v2.0.0-rc1

MDL-16072 memory related improvements

commit 46441679322aa38c2b5d56d9d36b14904291e445
Author: skodak <skodak>
Date:   Sun, 17 Aug 2008 05:28:30 +0800
Tag:    v2.0.0-rc1

comment typo

commit 0faf6791f4d60b0f93ce724740bc014ba05117a6
Author: skodak <skodak>
Date:   Sun, 17 Aug 2008 05:24:05 +0800
Tag:    v2.0.0-rc1

MDL-16072 File storage conversion Forum

commit 8eb1e0a15ca864605572f89f34aac676064750b5
Author: skodak <skodak>
Date:   Sun, 17 Aug 2008 05:21:23 +0800
Tag:    v2.0.0-rc1

MDL-15977 create_file_from_storedfile should accept an original file object

commit 26a9dc726b66b429a161d828b152e72f67b6e2db
Author: skodak <skodak>
Date:   Sun, 17 Aug 2008 03:49:23 +0800
Tag:    v2.0.0-rc1

whitespace fix

commit 71a5dbd770a688b5439a494593a8f7790dc660fb
Author: skodak <skodak>
Date:   Sun, 17 Aug 2008 03:12:25 +0800
Tag:    v2.0.0-rc1

MDL-15904 incorrect use of count sql fixed

commit 930f2962af93081b40dc32aec3d1f59d8fd52cdd
Author: skodak <skodak>
Date:   Sun, 17 Aug 2008 02:24:03 +0800
Tag:    v2.0.0-rc1

MDL-15904 simplified moddata cleanup

commit 591e205fb6eebfc032f22af2707e9807addafe4b
Author: skodak <skodak>
Date:   Sun, 17 Aug 2008 02:13:38 +0800
Tag:    v2.0.0-rc1

MDL-15904 oops - fixed assignment upgrade migration

commit 9e5fa330f33f012252a79fa18117443a912f3c23
Author: skodak <skodak>
Date:   Sun, 17 Aug 2008 01:23:19 +0800
Tag:    v2.0.0-rc1

MDL-14589 new file not found general function

commit 43c60e88af0847199d733c8be00d8366ac6e744b
Author: skodak <skodak>
Date:   Sat, 16 Aug 2008 23:54:54 +0800
Tag:    v2.0.0-rc1

comment typo

commit 18e353b0498e120ce2ff2de0035c7e76fc007d7d
Author: skodak <skodak>
Date:   Sat, 16 Aug 2008 21:59:23 +0800
Tag:    v2.0.0-rc1

comment typo

commit b91807e30ae05dd4f3994d0664409d44f1d801d5
Author: skodak <skodak>
Date:   Sat, 16 Aug 2008 21:32:37 +0800
Tag:    v2.0.0-rc1

MDL-15904 fixed problem in interrupted assignment file migration

commit 775f811a666cff1fdbe2d6e770f9668a95e361ab
Author: skodak <skodak>
Date:   Sat, 16 Aug 2008 20:16:01 +0800
Tag:    v2.0.0-rc1

MDL-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes

commit 6c0d09ee011f7b9ee330f95f9d8fe5f286326024
Author: skodak <skodak>
Date:   Tue, 12 Aug 2008 23:54:55 +0800
Tag:    v2.0.0-rc1

fixed comment typo

commit b27c485572aabdf7b14c87c4e5a9ad1237401ca1
Author: skodak <skodak>
Date:   Tue, 12 Aug 2008 23:52:58 +0800
Tag:    v2.0.0-rc1

MDL-16012 improved mime handling in zip packer, this does not fix the linked bug though

commit 7e1825b415a7477e3a5b887371a4d8b4ef2c7779
Author: skodak <skodak>
Date:   Tue, 12 Aug 2008 23:39:18 +0800
Tag:    v2.0.0-rc1

MDL-16008 fixed $CFG->release warning in isntaller

commit 29e3d7e2dc722cbb4643324999e603a560f960d7
Author: skodak <skodak>
Date:   Tue, 12 Aug 2008 23:33:16 +0800
Tag:    v2.0.0-rc1

MDL-16011 improved inline docs and removed obsoleted readfile_chunked()

commit f6f2f42daebd1e68ac176a43878f1b6fb76c0618
Author: skodak <skodak>
Date:   Tue, 12 Aug 2008 23:16:06 +0800
Tag:    v2.0.0-rc1

MDL-16011 send_temp_file() now used in grades xml export

commit 45c0d224902c0fccf553615759a830568d4f49e8
Author: skodak <skodak>
Date:   Tue, 12 Aug 2008 23:09:46 +0800
Tag:    v2.0.0-rc1

MDL-16007 remoevd dontdie param from sent_temp_file()

commit 593bb2ebf572f5c52650dfe333ba6f72b51afeae
Author: skodak <skodak>
Date:   Tue, 12 Aug 2008 19:00:13 +0800
Tag:    v2.0.0-rc1

inline docs improvements

commit 4284e1cc17355a33f8ecb42fd300aeae405f1b88
Author: skodak <skodak>
Date:   Fri, 08 Aug 2008 21:11:32 +0800
Tag:    v2.0.0-rc1

MDL-14589 adding function get_contenthash() - thanks Penny

commit 145a0a317b8366bbe835329eaf761708e4ecc681
Author: skodak <skodak>
Date:   Fri, 08 Aug 2008 19:50:45 +0800
Tag:    v2.0.0-rc1

MDL-14589 more local --> stored renaming

commit 0b0bfa934578862e848c24fc58a864b69b173bba
Author: skodak <skodak>
Date:   Fri, 08 Aug 2008 18:22:59 +0800
Tag:    v2.0.0-rc1

MDL-15919, MDL-15920 reworked support for archiving

commit 3501d96b8b958f6406ab8ef4ab84db9390f39a17
Author: skodak <skodak>
Date:   Fri, 08 Aug 2008 17:34:12 +0800
Tag:    v2.0.0-rc1

MDL-14589 more local --> stored renaming

commit a0df358a470838311a54a81fe55dd946d8f4326a
Author: skodak <skodak>
Date:   Thu, 07 Aug 2008 21:36:20 +0800
Tag:    v2.0.0-rc1

MDL-15928 reverting previous commit - we might still need the binary zips because PHP ext is buggy on 64bit OS

commit b48f3e0682a6a8c17c9ae5d372358a777e088aa4
Author: skodak <skodak>
Date:   Thu, 07 Aug 2008 04:51:14 +0800
Tag:    v2.0.0-rc1

MDL-14589 improved method names

commit 5ce29396ff91271799bc70d02435e359d92c7433
Author: skodak <skodak>
Date:   Wed, 06 Aug 2008 19:28:17 +0800
Tag:    v2.0.0-rc1

MDL-15928 comment improvement

commit 44df8fa94c814a7e55ce5bce458d08ffc7ae08f1
Author: skodak <skodak>
Date:   Wed, 06 Aug 2008 13:07:46 +0800
Tag:    v2.0.0-rc1

MDL-15941 block view permissions override regression fixed

commit ed94cb66c603b07a5582ef48e113a176bfa69b21
Author: skodak <skodak>
Date:   Tue, 05 Aug 2008 00:45:08 +0800
Tag:    v2.0.0-rc1

MDL-15928 switched to zip PHP extensions

commit 4b5dd7f1436b11c9ff4a9f22f5066da43647d04e
Author: skodak <skodak>
Date:   Mon, 04 Aug 2008 21:25:27 +0800
Tag:    v2.0.0-rc1

MDL-15928 prevent parsing errors when zip ext missing

commit 744b64ff5d513d7f6f36bdb87a71a84bd481be19
Author: skodak <skodak>
Date:   Mon, 04 Aug 2008 21:21:38 +0800
Tag:    v2.0.0-rc1

MDL-14589 filedir location now fully configurable through file storage constructor

commit b1897a6d68b11c46916b0d5bcd33d6685d1ad748
Author: skodak <skodak>
Date:   Mon, 04 Aug 2008 05:37:50 +0800
Tag:    v2.0.0-rc1

MDL-15920 initial zipping support

commit 1ba7534cc71bde8d8a934bd24ef90e2ad2892efb
Author: skodak <skodak>
Date:   Mon, 04 Aug 2008 05:08:15 +0800
Tag:    v2.0.0-rc1

MDL-14589 fixed file manager link

commit ee03a6514e6fb9c5816365d21a3628e20fafa21b
Author: skodak <skodak>
Date:   Mon, 04 Aug 2008 01:05:09 +0800
Tag:    v2.0.0-rc1

MDL-14589 implemented directory listing

commit cf7ec8e9786372d9e128d891199b44b0a35d5d18
Author: skodak <skodak>
Date:   Mon, 04 Aug 2008 01:03:39 +0800
Tag:    v2.0.0-rc1

MDL-14589 course cat areas not writable

commit 0c6d2dd41a3c95b53a862a73a53637dee35ebf59
Author: skodak <skodak>
Date:   Sun, 03 Aug 2008 02:59:00 +0800
Tag:    v2.0.0-rc1

MDL-15919 deprecated old unzip_files()

commit d4858e5cd10f870f7654ce1ffcbb54d662d88ed2
Author: skodak <skodak>
Date:   Sun, 03 Aug 2008 02:49:23 +0800
Tag:    v2.0.0-rc1

MDL-15919 minor tmpfile cleanup fixes

commit 7c53e3e5de399d9de5458e00751c441a3ed44802
Author: skodak <skodak>
Date:   Sun, 03 Aug 2008 02:42:38 +0800
Tag:    v2.0.0-rc1

MDL-15919 unzipping support

commit 17d9269f59a7fdb089e65547398108cea1fda93b
Author: skodak <skodak>
Date:   Sun, 03 Aug 2008 02:33:11 +0800
Tag:    v2.0.0-rc1

MDL-15919 unzipping support

commit 6c0e2d08a98f4fe91e435afc82ce78a8b974be28
Author: skodak <skodak>
Date:   Sat, 02 Aug 2008 20:45:02 +0800
Tag:    v2.0.0-rc1

MDL-14589 improved file handling operations & towards zipping support

commit a49709851e8cb7f1b21c4aa13c86590248699aef
Author: skodak <skodak>
Date:   Fri, 01 Aug 2008 17:44:37 +0800
Tag:    v2.0.0-rc1

MDL-15410 Require PHP 5.2.4 instead of 5.2.0 in HEAD because PHP 5.2.0 has many known problems sad

commit db4f63e93cf2da99bbc47c63a1e4854c9c8bf267
Author: skodak <skodak>
Date:   Fri, 01 Aug 2008 07:06:58 +0800
Tag:    v2.0.0-rc1

MDL-15897 PARAM_SAFEDIR now alias of PARAM_ALPHANUMEXT

commit bed7993115d265f75ce3167764fd22cc0954f9e8
Author: skodak <skodak>
Date:   Fri, 01 Aug 2008 07:03:50 +0800
Tag:    v2.0.0-rc1

MDL-15897 deprecated PARAM_CLEANFILE - we now support unicode everywhere

commit 172dd12c63311698a99865ddde36e4f84e95ad72
Author: skodak <skodak>
Date:   Fri, 01 Aug 2008 06:15:30 +0800
Tag:    v2.0.0-rc1

MDL-14589 initial file storage implementation, temporary file manager, migration of course files; blog conversion MDL-15905; assignment conversion MDL-15904; fromslib  related file improvements MDL-15906

commit 1e908abea49b7084b580d422205f3b9c55f21d2f
Author: skodak <skodak>
Date:   Fri, 01 Aug 2008 05:48:29 +0800
Tag:    v2.0.0-rc1

MDL-15901 completion disabled by default

commit 6e73ae1008249b947c8659ea57f8c2c83d89562b
Author: skodak <skodak>
Date:   Fri, 01 Aug 2008 04:10:55 +0800
Tag:    v2.0.0-rc1

MDL-15897 param cleaning improvements - see tracker

commit dfc5838ea1e9d7cae8b42d8905d7dc2323ab9e6d
Author: skodak <skodak>
Date:   Thu, 31 Jul 2008 17:41:12 +0800
Tag:    v2.0.0-rc1

MDL-15893 tinymce integration does not use session anymore, there is still problem with CSS (editor changes text size outside of it)

commit 7b3c273b1d1cb5124de30506278c0acee1dd282d
Author: skodak <skodak>
Date:   Wed, 30 Jul 2008 17:10:02 +0800
Tag:    v2.0.0-rc1

MDL-15883 initialise mnet from admin/index.php

commit fb8634e50c6972e248826a175e351aa110f8a878
Author: skodak <skodak>
Date:   Sun, 27 Jul 2008 00:50:33 +0800
Tag:    v2.0.0-rc1

MDL-15846 add option to prevent course welcome emails + support for searching in enrolment page

commit 8eb1d25ffe7038ab89e078f1322b12bfcd48651e
Author: skodak <skodak>
Date:   Sat, 26 Jul 2008 23:15:25 +0800
Tag:    v2.0.0-rc1

MDL-11844 new option for conditional stripping of tags from activity names

commit 9009a99006e1eceb09443fcabfef5fca016e5a61
Author: skodak <skodak>
Date:   Sat, 26 Jul 2008 19:36:35 +0800
Tag:    v2.0.0-rc1

MDL-13353 Course page does not validate when a lable containing <p> tags is hidden; merged from MOODLE_19_STABLE

commit cf34d0eaa252cce79bd84b3a48d147cf04084edc
Author: skodak <skodak>
Date:   Sat, 26 Jul 2008 19:29:00 +0800
Tag:    v2.0.0-rc1

MDL-5018 added thead and tfoot to allowed tags; merged from MOODLE_19_SATLE

commit 408d53277f8e9d6113a65ba806df38d492d714b4
Author: skodak <skodak>
Date:   Sat, 26 Jul 2008 06:44:17 +0800
Tag:    v2.0.0-rc1

MDL-15823 format_string() improvements; merged from MOODLE_19_STABLE

commit d927c5b4ef4d082516927b8401e36586ad9c7c0b
Author: skodak <skodak>
Date:   Fri, 25 Jul 2008 07:14:58 +0800
Tag:    v2.0.0-rc1

MDL-15821 do not show profile link in admin block if using guest account; merged from MOODLE_19_STABLE

commit 7507f325ba4bb2bdb6477a841361d5ed7f42a641
Author: skodak <skodak>
Date:   Fri, 25 Jul 2008 06:58:03 +0800
Tag:    v2.0.0-rc1

MDL-15820 fixed some install noise on dev sites; merged from MOODLE_19_STABLE

commit f432bebff284b3e0409228c399fccdfcf5dc0b8f
Author: skodak <skodak>
Date:   Fri, 25 Jul 2008 05:59:13 +0800
Tag:    v2.0.0-rc1

MDL-11421 context levels fixed in capability definitions, sorting of caps by name, plug-ins may report used core caps, fixed some risks; merged from MOODLE_19_STABLE

commit 7f2a7c3ccaf924ff52f62f6647d55e362cfb15ac
Author: skodak <skodak>
Date:   Fri, 25 Jul 2008 05:45:18 +0800
Tag:    v2.0.0-rc1

MDL-14731 we can not rely on internal connection by default

commit 09803dfcb074d9e8346a2e429b55481bd90e8136
Author: skodak <skodak>
Date:   Thu, 24 Jul 2008 19:41:06 +0800
Tag:    v2.0.0-rc1

MDL-15809 fixed js errors on group members page; merged from MOODLE_19_STABLE

commit d854aaa6b61794e771156b9bdb3678d18925c6a4
Author: skodak <skodak>
Date:   Thu, 24 Jul 2008 19:13:01 +0800
Tag:    v2.0.0-rc1

MDL-15804 yet more space for editor area; merged from MOODLE_19_STABLE

commit 9da321f728a245ab229691e5c9cae789bd76c437
Author: skodak <skodak>
Date:   Thu, 24 Jul 2008 14:02:31 +0800
Tag:    v2.0.0-rc1

MDL-15804 smaller online assignment text box size; merged from MOODLE_19_STABLE

commit 3a0c6cca332fbeced9276422e50efa9abea58d72
Author: skodak <skodak>
Date:   Thu, 24 Jul 2008 00:10:06 +0800
Tag:    v2.0.0-rc1

MDL-8521 new feature - safe overrides, see tracker for details; merged from MOODLE_19_STABLE

commit 177d5493bbaed6ecaa0971129b1146adb69df32e
Author: skodak <skodak>
Date:   Sat, 19 Jul 2008 16:07:51 +0800
Tag:    v2.0.0-rc1

MDL-15712 fixed groups regressions - credit goes to Daniel Servos

commit 8e378ec0452e711b4ab9fb95c8fc4957e446eedf
Author: skodak <skodak>
Date:   Mon, 14 Jul 2008 04:28:08 +0800
Tag:    v2.0.0-rc1

MDL-15071 improved error logging - credit goes to Andrei Bautu

commit 6321dbf098a5f809bdf83d4aaf30a57c151f76dc
Author: skodak <skodak>
Date:   Mon, 14 Jul 2008 04:27:51 +0800
Tag:    v2.0.0-rc1

MDL-15071 added missing breaks - credit goes to Andrei Bautu

commit 0549c245e16d04aeb248c8bb9d73581d72055a89
Author: skodak <skodak>
Date:   Mon, 14 Jul 2008 04:27:14 +0800
Tag:    v2.0.0-rc1

MDL-15071 new method for installing of table from xmld structure - credit goes to Andrei Bautu

commit ad0373df557722bfb7d29a4c1c32a35361f9a6b7
Author: skodak <skodak>
Date:   Sun, 13 Jul 2008 19:42:37 +0800
Tag:    v2.0.0-rc1

MDL-15071 undoing part of previous commit, let's wait for Eloy

commit 8e768c6d64edc227ca3d57a9f7dd8d5a077d4557
Author: skodak <skodak>
Date:   Sun, 13 Jul 2008 18:52:45 +0800
Tag:    v2.0.0-rc1

MDL-15071 Fixes a regular expression in xmldb_object which breaks sentences with empty strings, it is possible to specify record id in statement (needed for database moving) - by Andrei Bautu

commit 28a40b5ca2cbb16fa185a9771b49baae93cad134
Author: skodak <skodak>
Date:   Sun, 13 Jul 2008 18:14:42 +0800
Tag:    v2.0.0-rc1

MDL-15071 coding style improvement by Index: sql_generator.php by Andrei Bautu

commit 943de432e121bfe89388c1c22514180ede74429c
Author: skodak <skodak>
Date:   Sun, 13 Jul 2008 18:12:20 +0800
Tag:    v2.0.0-rc1

MDL-15071 fixes of the SQLite layer by Andrei Bautu

commit 64000c47aad14beb8a4ca9fa7ecd696b893ae510
Author: skodak <skodak>
Date:   Fri, 11 Jul 2008 15:50:25 +0800
Tag:    v2.0.0-rc1

MDL-13811 email change conf on by default; merged from MOODLE_19_STABLE

commit a43733550c473afedc6763ff6c7bb58417b1e8dd
Author: skodak <skodak>
Date:   Thu, 10 Jul 2008 16:36:44 +0800
Tag:    v2.0.0-rc1

MDL-10586 fixed coding style; merged from MOODLE_19_STABLE

commit eb0efd502f567cdaecbab42a1de0062f6d52abb8
Author: skodak <skodak>
Date:   Wed, 09 Jul 2008 22:53:32 +0800
Tag:    v2.0.0-rc1

merging previous commit to HEAD

commit 54a606e91c37730dd864d9715c0b4f20594706e5
Author: skodak <skodak>
Date:   Wed, 09 Jul 2008 18:35:25 +0800
Tag:    v2.0.0-rc1

MDL-15469 adding fclose before write to already open file; merged from MOODLE_19_STABLE

commit 123d1acd3429a02c84781bdc43affd5b29b86415
Author: skodak <skodak>
Date:   Tue, 08 Jul 2008 06:35:23 +0800
Tag:    v2.0.0-rc1

MDL-13383 fixed restore form; merged from MOODLE_19_STABLE

commit 739da48c01cacea24d2e8fada94c18f3cdf2caca
Author: skodak <skodak>
Date:   Tue, 08 Jul 2008 05:51:01 +0800
Tag:    v2.0.0-rc1

MDL-15561 unsubscribe all option implemented

commit b373260475c92f0e717a488f4e52196a946ef7d5
Author: skodak <skodak>
Date:   Mon, 07 Jul 2008 22:34:40 +0800
Tag:    v2.0.0-rc1

MDL-15413 warn admins if display_errors enabled

commit fe074586b5c3c7dca16bb53528334ee6c75a4fed
Author: skodak <skodak>
Date:   Mon, 07 Jul 2008 07:54:07 +0800
Tag:    v2.0.0-rc1

MDL-13901 guest can not be selected in  "Default role for all users" in 1.9.x; merged from MOODLE_19_STABLE

commit ffc670d93109586c9c78ff366854dee88d493cf7
Author: skodak <skodak>
Date:   Mon, 07 Jul 2008 06:54:46 +0800
Tag:    v2.0.0-rc1

MDL-9983 role_unassign should not touch group members table directly - we need events; merged from MOODLE_19_STABLE

commit 96608a55bdc84f08e42b390f449f1cfa5abc9308
Author: skodak <skodak>
Date:   Mon, 07 Jul 2008 03:30:12 +0800
Tag:    v2.0.0-rc1

MDL-9983 role assignment related triggers; merged from MOODLE_19_STABLE

commit 1336c96edb50f48d5d31627cddb1733667414fea
Author: skodak <skodak>
Date:   Mon, 07 Jul 2008 02:58:46 +0800
Tag:    v2.0.0-rc1

MDL-15553 events_trigger() perf improvement; merged from MOODLE_19_STABLE

commit 2942a5cd34dfd407f26d4d94fc31ff0f5c664118
Author: skodak <skodak>
Date:   Mon, 07 Jul 2008 01:57:06 +0800
Tag:    v2.0.0-rc1

MDL-9983, MDL-13998 core events related cleanup; merged from MOODLE_19_STABLE

commit 05c38e2b7c17d9a41b4d0321216a2f14d72f4565
Author: skodak <skodak>
Date:   Sun, 06 Jul 2008 06:46:31 +0800
Tag:    v2.0.0-rc1

MDL-13811 reworked unsetting of preferences and minor tweaks

commit 4692da473fa9ac8a9295972b1c9de10b7c755ca6
Author: skodak <skodak>
Date:   Sun, 06 Jul 2008 04:57:35 +0800
Tag:    v2.0.0-rc1

MDL-12505 do not leak separate groups info in advanced search user selection and other fixes; merged from MOODLE_19_STABLE

commit 80775ff30c9f373bbd1d24682faf112eeb7bde9d
Author: skodak <skodak>
Date:   Sun, 06 Jul 2008 01:25:16 +0800
Tag:    v2.0.0-rc1

MDL-15548 fixed regression, thanks Gary!

commit 013578c1f658f247bd7c4a7fb91efdbb5c022047
Author: skodak <skodak>
Date:   Sun, 06 Jul 2008 00:14:08 +0800
Tag:    v2.0.0-rc1

MDL-14035 fixed user images on user report; merged from MOODLE_19_STABLE

commit c87c428e05c230f37117f28fa34cca1b76640180
Author: skodak <skodak>
Date:   Sat, 05 Jul 2008 23:34:54 +0800
Tag:    v2.0.0-rc1

MDL-11905 send temp file support; merged from MOODLE_19_STABLE

commit f5fc83e81892c8866be03fd5daeafb551d8df3c0
Author: skodak <skodak>
Date:   Sat, 05 Jul 2008 22:52:39 +0800
Tag:    v2.0.0-rc1

MDL-15516 prvent access to deleted profiles and other user areas

commit 9da3dfa4aca5240f06c8cd3e984bbb0bd5eb80de
Author: skodak <skodak>
Date:   Sat, 05 Jul 2008 22:18:30 +0800
Tag:    v2.0.0-rc1

MDL-13776 assignment attachment access now verified in module context; merged from MOODLE_19_STABLE

commit ff96219d2fdbbfb0cbcc1beeba6c25d7eebde0b2
Author: skodak <skodak>
Date:   Sat, 05 Jul 2008 21:20:21 +0800
Tag:    v2.0.0-rc1

MDL-15420 fixed commented out continue which was causing leaks of info about hidden activities wink; merged from MOODLE_19_STABLE

commit 045ee3527982ed2de88d7a3e569bcf50a744511e
Author: skodak <skodak>
Date:   Sat, 05 Jul 2008 21:08:07 +0800
Tag:    v2.0.0-rc1

MDL-14261 fixed access control issues for backup and unittest plugins; merged from MOODLE_19_STABLE

commit 961ca45fc023fd1c7008c6f2fae2fdb80b3e0511
Author: skodak <skodak>
Date:   Sat, 05 Jul 2008 20:54:38 +0800
Tag:    v2.0.0-rc1

fixed previous wrong merging

commit d02f193404d61168fcebce093d66eea3189f8b78
Author: skodak <skodak>
Date:   Sat, 05 Jul 2008 17:37:30 +0800
Tag:    v2.0.0-rc1

MDL-15304 fixed empty label names coming from restore; merged from MOODLE_19_STABLE

commit fe29d457511e543b22089e65efcfd6db689e8e3a
Author: skodak <skodak>
Date:   Sat, 05 Jul 2008 08:45:44 +0800
Tag:    v2.0.0-rc1

MDL-13942 do not interrupt restore if groupmembers missing; merged from MOODLE_19_STABLE

commit e9180ff8302ce71d0ca2189d4fe1d3bd6283c258
Author: skodak <skodak>
Date:   Sat, 05 Jul 2008 07:53:13 +0800
Tag:    v2.0.0-rc1

MDL-15544 Disable email signup in new installation - add danger warning

commit a38f12927e8787c6f04ba933226256268d62a629
Author: skodak <skodak>
Date:   Fri, 04 Jul 2008 07:01:32 +0800
Tag:    v2.0.0-rc1

MDL-15304, MDL-15526 fixing regression; merged from MOODLE_19_STABLE

commit a4a57da9e275d28b9a9fbe6f0ad4a1d8d3228909
Author: skodak <skodak>
Date:   Thu, 03 Jul 2008 22:09:27 +0800
Tag:    v2.0.0-rc1

MDL-15021 Deleted not fully setup separate admin settings; merged from MOODLE_18_STABLE but with better delete

commit 257d63dfd6cafae51b6af63870d48c26aaf22075
Author: skodak <skodak>
Date:   Thu, 03 Jul 2008 17:29:19 +0800
Tag:    v2.0.0-rc1

MDL-11145 include orphaned mnet ids from user table into mnetid selector; merged from MOODLE_19_STABLE

commit 290a47ae85f2d5b2b48add32f3bf41997091a233
Author: skodak <skodak>
Date:   Thu, 03 Jul 2008 06:47:57 +0800
Tag:    v2.0.0-rc1

MDL-15160 backup gradebook categories even when user not included; merged from MOODLE_19_STABLE

commit 9900dddde131fc715c967867113fc214669b59d2
Author: skodak <skodak>
Date:   Thu, 03 Jul 2008 06:32:56 +0800
Tag:    v2.0.0-rc1

MDL-15389 better explanation of spam dangers in user profiles - thanks Tim; merged from MOODLE_19_STABLE

commit f6c7db283b7b27b594a88db284c751cdc49ebec2
Author: skodak <skodak>
Date:   Thu, 03 Jul 2008 06:06:22 +0800
Tag:    v2.0.0-rc1

MDL-15390 improved subscribe me option when posting to forum - see tracker for more info; merged from MOODLE_19_STABLE

commit 559c9187f8e667983f0a9a6ec99d8d465cbc2137
Author: skodak <skodak>
Date:   Wed, 02 Jul 2008 06:26:38 +0800
Tag:    v2.0.0-rc1

MDL-15387 fixing regression spotted by John Beedell; merged from MOODLE_19_STABLE

commit 42f1bfe02a4040800f43d68370353001f3521a0f
Author: skodak <skodak>
Date:   Mon, 30 Jun 2008 21:24:42 +0800
Tag:    v2.0.0-rc1

fixed dml conversion typo

commit f62fdb21d79a79fc146bfcb95726b4ca77e50ad9
Author: skodak <skodak>
Date:   Sat, 28 Jun 2008 19:10:33 +0800
Tag:    v2.0.0-rc1

MDL-15455 fixed incomplete dml query conversion

commit 4889285be4a828492e7ab28e8bc84e03e24b56a2
Author: skodak <skodak>
Date:   Wed, 25 Jun 2008 15:36:37 +0800
Tag:    v2.0.0-rc1

MDL-15372 fixed comment typo

commit 511c9eb23b0ffebfa156cfd76f9aa4e4f6c8f18b
Author: skodak <skodak>
Date:   Wed, 25 Jun 2008 15:30:41 +0800
Tag:    v2.0.0-rc1

MDL-15372 fixed incorrect merging to HEAD causing fatal errors, because new dml api was not used

commit 31693d6fe7104d71909674ed4e2483f4d160d7ae
Author: skodak <skodak>
Date:   Wed, 25 Jun 2008 06:10:30 +0800
Tag:    v2.0.0-rc1

MDL-15398 reverting previous incorrect patch

commit 57eb939ee47c7cf5b82aff63d6acda98bdd1e45c
Author: skodak <skodak>
Date:   Wed, 25 Jun 2008 05:57:39 +0800
Tag:    v2.0.0-rc1

MDL-15304 fixed magic quotes issue merged from 19

commit 6553ec3c802252da53cd5e848c8f8d93580f93bc
Author: skodak <skodak>
Date:   Tue, 24 Jun 2008 05:23:28 +0800
Tag:    v2.0.0-rc1

MDL-15376 remove unchecked vars tests

commit 82dd4f426de3108f8e7ab9367b470beda12ffb64
Author: skodak <skodak>
Date:   Tue, 24 Jun 2008 05:18:08 +0800
Tag:    v2.0.0-rc1

removed < PHP 4.4.0 compatibility hack

commit 04264aeda42bff1ec344821a3cdafa5207db5c01
Author: skodak <skodak>
Date:   Mon, 23 Jun 2008 07:35:52 +0800
Tag:    v2.0.0-rc1

MDL-15343 mod upgrade savepoints implemented (the xmldb generator is not updated yet)

commit 16a5642c691da3b0979e9ab9a79101fb251df092
Author: skodak <skodak>
Date:   Mon, 23 Jun 2008 06:53:40 +0800
Tag:    v2.0.0-rc1

MDL-14679 var_export now used instead of addsingleslashes in installer; refactored the database setting initialisation

commit 98e1919368bbefbc9d3ad69f5b58f1dacf8095dd
Author: skodak <skodak>
Date:   Mon, 23 Jun 2008 06:32:16 +0800
Tag:    v2.0.0-rc1

MDL-15071 fixed typo

commit eccc4a07b309151da05a9a4af616f40d489dd803
Author: skodak <skodak>
Date:   Mon, 23 Jun 2008 06:05:59 +0800
Tag:    v2.0.0-rc1

MDL-15071 fixed problem introduced into submitted patch

commit 55946ffda6335ffff484c39b3a69daf415cc6edf
Author: skodak <skodak>
Date:   Mon, 23 Jun 2008 05:35:07 +0800
Tag:    v2.0.0-rc1

MDL-15071 new sqlite pdo driver by Andrei Bautu (with minor changes)

commit 17deeebc8f89388e957ce3db29df0a3bb3e62177
Author: skodak <skodak>
Date:   Mon, 23 Jun 2008 04:42:19 +0800
Tag:    v2.0.0-rc1

MDL-15071 sqlite compatibility fix - by Andrei Bautu

commit eee5d9bb85ff77ecc56d9adfcca796c2afe3c6f3
Author: skodak <skodak>
Date:   Mon, 23 Jun 2008 00:51:55 +0800
Tag:    v2.0.0-rc1

MDL-14956 DDL exceptions

commit eb099f327b3145d95e93f1be59e2b72a03aef866
Author: skodak <skodak>
Date:   Sun, 22 Jun 2008 20:35:15 +0800
Tag:    v2.0.0-rc1

MDL-14956 removed some tests from create table method - no need to check if something exists in table if table itself does not exist yet

commit 57f7b7cebef7d449ff3b9c7b76d03778426e1eb4
Author: skodak <skodak>
Date:   Sun, 22 Jun 2008 19:56:01 +0800
Tag:    v2.0.0-rc1

MDL-14992 ugly workaround for http://bugs.php.net/bug.php?id=39449

commit 4dd3bf0584808a9e87e57b480081a5a3ecc7b547
Author: skodak <skodak>
Date:   Sat, 21 Jun 2008 04:30:29 +0800
Tag:    v2.0.0-rc1

MDL-15320 fixed $cfg->library typo - thanks Andrei Bautu

commit 6566118c518e281275fc3d4b0e151452fee99e90
Author: skodak <skodak>
Date:   Fri, 20 Jun 2008 15:05:46 +0800
Tag:    v2.0.0-rc1

MDL-15320 support for other database driver types

commit ec22e38039f543c3de600e7dffa352989c9d3ba0
Author: skodak <skodak>
Date:   Wed, 18 Jun 2008 16:26:41 +0800
Tag:    v2.0.0-rc1

MDL-15273 basic read/write perf counter in moodle_database

commit edef70c9d03994d40558c66de5a95cedf9ef285c
Author: skodak <skodak>
Date:   Wed, 18 Jun 2008 16:26:40 +0800
Tag:    v2.0.0-rc1

MDL-15273 basic read/write perf counter in moodle_database

commit 11d075757e72221a1c9cf63abc8aaca06e6cdf9d
Author: skodak <skodak>
Date:   Tue, 17 Jun 2008 05:08:40 +0800
Tag:    v2.0.0-rc1

MDL-14789 meta_type now used instead of type

commit ab130a0b5fb6b695a3373821097b305719c8834a
Author: skodak <skodak>
Date:   Tue, 17 Jun 2008 05:01:54 +0800
Tag:    v2.0.0-rc1

MDL-15273 basic read/write perf counter in moodle_database

commit eb203ee412604a85f41f667fa37c14403845d700
Author: skodak <skodak>
Date:   Tue, 17 Jun 2008 00:39:09 +0800
Tag:    v2.0.0-rc1

MDL-14898 upgraded html purifier to 3.1.0 in HEAD

commit 38a4e1d6647487632afd98f1a5f1da9454122099
Author: skodak <skodak>
Date:   Mon, 16 Jun 2008 23:31:21 +0800
Tag:    v2.0.0-rc1

MDL-8246 new typo3 lib imported

commit 0cbe81112a30a0f0654cca8a62ed458352a8f8bc
Author: skodak <skodak>
Date:   Mon, 16 Jun 2008 22:25:53 +0800
Tag:    v2.0.0-rc1

MDL-14580 rewritten course sorting algorithms

commit 058c7d90210908584b2c660593fd47f2edfc6504
Author: skodak <skodak>
Date:   Mon, 16 Jun 2008 19:39:21 +0800
Tag:    v2.0.0-rc1

MDL-15094 fixed print_box() regression

commit 4787c6eb244d3490b09d9ae68b6dca37448ba4c2
Author: skodak <skodak>
Date:   Mon, 16 Jun 2008 19:34:19 +0800
Tag:    v2.0.0-rc1

MDL-15241 fixed plugin test

commit 12ad6ebaa8dc593c648d29a46e3d384e822a48bc
Author: skodak <skodak>
Date:   Mon, 16 Jun 2008 19:18:33 +0800
Tag:    v2.0.0-rc1

MDL-15251 fixed syntax errror

commit 74a28ec4714d017bfaa1f5b4a3c45eece1bfd587
Author: skodak <skodak>
Date:   Mon, 16 Jun 2008 16:33:00 +0800
Tag:    v2.0.0-rc1

fixed some funny unicode space

commit 633c33410fb69b274efb4d11f39804b6d2f57803
Author: skodak <skodak>
Date:   Mon, 16 Jun 2008 05:27:16 +0800
Tag:    v2.0.0-rc1

MDL-14129 fixed undefined $i variable

commit 16dcdc432ce4b6ac3237f135e1f142fef9d667d5
Author: skodak <skodak>
Date:   Sun, 15 Jun 2008 20:41:34 +0800
Tag:    v2.0.0-rc1

MDL-15249 improving cli installer

commit 0537d4a07147dbc039d8dc1a2805d0e6d7f89bdc
Author: skodak <skodak>
Date:   Sun, 15 Jun 2008 20:34:08 +0800
Tag:    v2.0.0-rc1

MDL-15094 removed remaining references to $db

commit 9d068cd64ad6d6979ccd6bb929d7c6cbac6c7419
Author: skodak <skodak>
Date:   Sun, 15 Jun 2008 20:23:53 +0800
Tag:    v2.0.0-rc1

MDL-15249 improving cli installer

commit c3175af5d5a3c73a64226f178867ccc54e5e659c
Author: skodak <skodak>
Date:   Sun, 15 Jun 2008 20:17:39 +0800
Tag:    v2.0.0-rc1

MDL-15094 lib/db/upgrade.php is required file

commit 6807d2b3c62fc7eae3776e7fef73dbc1b8f71c00
Author: skodak <skodak>
Date:   Sun, 15 Jun 2008 19:53:05 +0800
Tag:    v2.0.0-rc1

MDL-14905 towards functional DB tests

commit 6db04f11241e5026bb1b014f654b4be2c2d2c7e1
Author: skodak <skodak>
Date:   Sun, 15 Jun 2008 19:41:02 +0800
Tag:    v2.0.0-rc1

MDL-15094 protected adodb used instead of protected db - we will be able to search for obsoleted $db easier now

commit 3dce78e1252965b5f824f24825eb35fd5fdeb1d3
Author: skodak <skodak>
Date:   Sun, 15 Jun 2008 19:35:25 +0800
Tag:    v2.0.0-rc1

MDL-15247 lib/dmllib.php is now obsolete

commit 07e6860901d5534ac9dae189c6d94d6d4c1fb1f1
Author: skodak <skodak>
Date:   Sun, 15 Jun 2008 18:43:20 +0800
Tag:    v2.0.0-rc1

MDL-15094 added some overlook conversions - thanks to Eloy's script wink

commit 8b54b5cdb909925f867983bc7878fd0ed1f4b3c3
Author: skodak <skodak>
Date:   Sun, 15 Jun 2008 18:42:48 +0800
Tag:    v2.0.0-rc1

MDL-15094 fixed conversion typo

commit b1f93b15124f6428b9e92e3c2f4608fd68c40e42
Author: skodak <skodak>
Date:   Sun, 15 Jun 2008 18:32:50 +0800
Tag:    v2.0.0-rc1

MDL-15246 moving all remaining ddl function to adminlib, keeping old lib/ddllib.php only for BC withexisting code; fixed inline docs related to ddl

commit e81ebb9abef2744c23dfc9c0f45b023165adab07
Author: skodak <skodak>
Date:   Sun, 15 Jun 2008 18:15:51 +0800
Tag:    v2.0.0-rc1

MDL-15094 added some overlook conversions - thanks to Eloy's script wink

commit 004efe662938a38ce47575cfb43276a03f47fbc2
Author: skodak <skodak>
Date:   Sun, 15 Jun 2008 18:12:27 +0800
Tag:    v2.0.0-rc1

MDL-15245 converted dml searchlib

commit 4a5164ba537b56b9f3156e458c0c242ddab6cfd3
Author: skodak <skodak>
Date:   Sun, 15 Jun 2008 17:32:36 +0800
Tag:    v2.0.0-rc1

MDL-15094 added some overlook conversions - thanks to Eloy's script wink

commit 251387d087b50925e29df27426a795a74c0028c4
Author: skodak <skodak>
Date:   Sat, 14 Jun 2008 01:51:34 +0800
Tag:    v2.0.0-rc1

MDL-14956 basic exception support in Moodle + other minor related refactoring

commit f659219406b564f923da714f9cdc482721de447a
Author: skodak <skodak>
Date:   Fri, 13 Jun 2008 17:14:41 +0800
Tag:    v2.0.0-rc1

MDL-14679 magic quotes gpc are strongly discouraged now smile

commit d19c1ab67608f64b105a82d273d09a6fc7f05677
Author: skodak <skodak>
Date:   Fri, 13 Jun 2008 16:48:24 +0800
Tag:    v2.0.0-rc1

MDL-14905 towards functional DB tests

commit 068134542fe147b3a79b18fef77f1d144af16d8a
Author: skodak <skodak>
Date:   Fri, 13 Jun 2008 16:41:29 +0800
Tag:    v2.0.0-rc1

MDL-14905 towards functional DB tests

commit cc55f4f62449446278b0639f660bf9c85159dd2b
Author: skodak <skodak>
Date:   Fri, 13 Jun 2008 16:41:29 +0800
Tag:    v2.0.0-rc1

MDL-14905 towards functional DB tests

commit a230012cd82a5d93797940c62321d6ce323c6b39
Author: skodak <skodak>
Date:   Fri, 13 Jun 2008 16:35:29 +0800
Tag:    v2.0.0-rc1

MDL-14905 towards functional DB tests

commit 3b90a133bf23c12f26812d2877d3127b383e3e31
Author: skodak <skodak>
Date:   Fri, 13 Jun 2008 02:28:38 +0800
Tag:    v2.0.0-rc1

MDL-14905 towards functional DB tests

commit 5fe3f5c3770cde7d712a25cf45a4efbd67269e85
Author: skodak <skodak>
Date:   Thu, 12 Jun 2008 23:18:11 +0800
Tag:    v2.0.0-rc1

MDL-14905 towards functional DB tests

commit b572ce19dd147d0de39776abea8daa49be347350
Author: skodak <skodak>
Date:   Thu, 12 Jun 2008 22:13:51 +0800
Tag:    v2.0.0-rc1

MDL-8407 reverting last commit - needs to be merged properly

commit b936956e2f58970d359b3f7db8f0048c7ea70ccd
Author: skodak <skodak>
Date:   Thu, 12 Jun 2008 17:38:49 +0800
Tag:    v2.0.0-rc1

MDL-14905 towards functional DB tests

commit 2f2bcbc122892fb8f0ae1dff91a45d08759d78a1
Author: skodak <skodak>
Date:   Thu, 12 Jun 2008 06:51:36 +0800
Tag:    v2.0.0-rc1

MDL-14905 towards functional DB tests

commit 809df0e2b682492730b81265f28dc0c6cf238406
Author: skodak <skodak>
Date:   Wed, 11 Jun 2008 06:05:29 +0800
Tag:    v2.0.0-rc1

MDL-14905 towards functional DB tests

commit 0b00c4ce596ffb4f7839d9e14135e983713fe5e2
Author: skodak <skodak>
Date:   Wed, 11 Jun 2008 04:03:07 +0800
Tag:    v2.0.0-rc1

MDL-14905 towards functional DB tests

commit e6b4f00ed7ca3017b73d4de449fe92d2edead5e4
Author: skodak <skodak>
Date:   Wed, 11 Jun 2008 03:54:27 +0800
Tag:    v2.0.0-rc1

MDL-14905 towards functional DB tests

commit dfba1c3da1595b37a1fe231a2633bae3c4995d6d
Author: skodak <skodak>
Date:   Wed, 11 Jun 2008 03:45:26 +0800
Tag:    v2.0.0-rc1

MDL-15181 fixed mysql drop table regression

commit e4c033a9dd7762e6d4d372a5649e63630b5acfa8
Author: skodak <skodak>
Date:   Tue, 10 Jun 2008 04:22:11 +0800
Tag:    v2.0.0-rc1

MDL-15194 adodb separation, dml database creation support

commit 245ac557918d16144e69102e055a3e87ed0993b1
Author: skodak <skodak>
Date:   Tue, 10 Jun 2008 03:48:24 +0800
Tag:    v2.0.0-rc1

MDL-14679 last forgotten bits of dml conversion

commit 96d13878095555b96d1d65228fafdd0bedfb53e3
Author: skodak <skodak>
Date:   Tue, 10 Jun 2008 02:48:28 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards adodb separation

commit 294ce9870f0a55031f1345723efb54db858c0750
Author: skodak <skodak>
Date:   Tue, 10 Jun 2008 00:53:30 +0800
Tag:    v2.0.0-rc1

MDL-15189 magic quotes finally removed

commit 318e374544a836d899c30166afb704395c324c26
Author: skodak <skodak>
Date:   Mon, 09 Jun 2008 20:29:40 +0800
Tag:    v2.0.0-rc1

MDL-15112 converted some skipped dml stuff

commit dfee5a9a8a8289cfb6a4a86a3cd05ad4dc0e685c
Author: skodak <skodak>
Date:   Mon, 09 Jun 2008 20:18:13 +0800
Tag:    v2.0.0-rc1

MDL-15113 converted some skipped dml stuff

commit eb84a826d5c52cbf9fd4bad09fd9f1361ead897a
Author: skodak <skodak>
Date:   Mon, 09 Jun 2008 20:16:54 +0800
Tag:    v2.0.0-rc1

MDL-15102 dml converted questionlib

commit d9cde0edeb9dd0b8f61e7ad8f4f81cef5a37d610
Author: skodak <skodak>
Date:   Mon, 09 Jun 2008 20:02:20 +0800
Tag:    v2.0.0-rc1

MDL-15094 towards full dml conversion

commit 621fea38b85c0aa258d96a75e8e8f62e6bdeb459
Author: skodak <skodak>
Date:   Mon, 09 Jun 2008 03:37:17 +0800
Tag:    v2.0.0-rc1

MDL-15110 towards hotpot dml conversion

commit b7cf551827739105ba57d219dc276f102aec543f
Author: skodak <skodak>
Date:   Mon, 09 Jun 2008 00:07:11 +0800
Tag:    v2.0.0-rc1

MDL-15110 towards hotpot dml conversion

commit d3bf6f92f6b5d4042b5fba3b212cd5d621bc4848
Author: skodak <skodak>
Date:   Sun, 08 Jun 2008 23:49:36 +0800
Tag:    v2.0.0-rc1

MDL-15104 chat dml conversion

commit 6093e396122d45eb116eacd4a36eebeaff76774c
Author: skodak <skodak>
Date:   Sun, 08 Jun 2008 23:25:04 +0800
Tag:    v2.0.0-rc1

MDL-15094 fixed typo

commit deb3a60dc399b299a3fd61969e68c9ab22eaa330
Author: skodak <skodak>
Date:   Sun, 08 Jun 2008 22:43:39 +0800
Tag:    v2.0.0-rc1

MDL-15116 survery dml conversion

commit ae8c356614b4ebebddc7de605b8c8949c215b901
Author: skodak <skodak>
Date:   Sun, 08 Jun 2008 18:43:39 +0800
Tag:    v2.0.0-rc1

MDL-15109 glossary dml conversion

commit 0085fff8b2c99dcc773af5b7760d0a3336ffbc1e
Author: skodak <skodak>
Date:   Sun, 08 Jun 2008 06:22:06 +0800
Tag:    v2.0.0-rc1

MDL-15107 feedback dml conversion

commit f3c55e42ebd46fa2c6ccb9474c6e371c4db18b73
Author: skodak <skodak>
Date:   Sat, 07 Jun 2008 23:44:19 +0800
Tag:    v2.0.0-rc1

MDL-15108 some forgotten conversions

commit df884cd852749126710d026e6e78827529b11a43
Author: skodak <skodak>
Date:   Sat, 07 Jun 2008 23:41:25 +0800
Tag:    v2.0.0-rc1

MDL-15098 dml auth conversion

commit 21a7e260fc9535055f6595c618f5aef66ab4ab56
Author: skodak <skodak>
Date:   Sat, 07 Jun 2008 22:57:47 +0800
Tag:    v2.0.0-rc1

MDL-15181 temp table support in ddl/dml

commit b922e86b7a04c474130f973d37867a66e636947f
Author: skodak <skodak>
Date:   Sat, 07 Jun 2008 22:41:01 +0800
Tag:    v2.0.0-rc1

MDL-15181 temp table support in ddl/dml

commit 80e3b05ab36c94974fd063943cdc1436f347f725
Author: skodak <skodak>
Date:   Fri, 06 Jun 2008 22:11:20 +0800
Tag:    v2.0.0-rc1

MDL-15094 fixed stats

commit 223f34f6b4dbb3a473c8aae87dde9875e9e65ee0
Author: skodak <skodak>
Date:   Fri, 06 Jun 2008 21:58:00 +0800
Tag:    v2.0.0-rc1

fixed incorrect merging

commit e348793639c4e7945d93e94e6c9a2dcb02a9a847
Author: skodak <skodak>
Date:   Fri, 06 Jun 2008 16:39:44 +0800
Tag:    v2.0.0-rc1

MDL-15106 towards data mod dml conversion

commit 9c00b5d7d0c278c765364db2a67114838f89a065
Author: skodak <skodak>
Date:   Fri, 06 Jun 2008 16:04:22 +0800
Tag:    v2.0.0-rc1

MDL-15106 towards data mod dml conversion

commit 3223bc9e9bd2175d7e5c12ed2e4af400665fce2a
Author: skodak <skodak>
Date:   Fri, 06 Jun 2008 15:36:17 +0800
Tag:    v2.0.0-rc1

MDL-15106 towards data mod dml conversion

commit 9dd9cc2312f78c43143a4763732d051a24918d9e
Author: skodak <skodak>
Date:   Fri, 06 Jun 2008 15:08:18 +0800
Tag:    v2.0.0-rc1

fixed syntax error

commit 5183f0cc5b441c8262d842ff6bd617181a049d9a
Author: skodak <skodak>
Date:   Fri, 06 Jun 2008 04:35:28 +0800
Tag:    v2.0.0-rc1

MDL-15094 fixed stats regression and prefix cleanup

commit 68d3c35b3b352bd641f0e5aec4581d52724a7e89
Author: skodak <skodak>
Date:   Fri, 06 Jun 2008 04:30:09 +0800
Tag:    v2.0.0-rc1

MDL-15094 fixed stats regression

commit 2ac897cd40c45521a44c43562de174a04d975458
Author: skodak <skodak>
Date:   Fri, 06 Jun 2008 04:27:56 +0800
Tag:    v2.0.0-rc1

MDL-15108 some forgotten conversions

commit a656d95103a097f6e88677f39a562ad974a89fea
Author: skodak <skodak>
Date:   Fri, 06 Jun 2008 03:26:57 +0800
Tag:    v2.0.0-rc1

MDL-15106 towards data mod dml conversion

commit b13746a483263570d13a2f1a0323f51081214d95
Author: skodak <skodak>
Date:   Fri, 06 Jun 2008 03:00:35 +0800
Tag:    v2.0.0-rc1

comment fix

commit eaa8ad4990a5c6c699df18a621a0d69d8111a1fa
Author: skodak <skodak>
Date:   Fri, 06 Jun 2008 02:23:28 +0800
Tag:    v2.0.0-rc1

MDL-15094 some forgotten conversions

commit 1751f48f594d525285d426e654d866ec5ea72c66
Author: skodak <skodak>
Date:   Fri, 06 Jun 2008 02:21:44 +0800
Tag:    v2.0.0-rc1

MDL-15099 towards enrol dml conversion

commit cc38ff5d6da45cd6d3c4db0ab446d4e21731b6a9
Author: skodak <skodak>
Date:   Fri, 06 Jun 2008 02:07:41 +0800
Tag:    v2.0.0-rc1

MDL-15097 mnet conversion revisited

commit f67cab32ec863467b12f94ecdd671a602b0f6641
Author: skodak <skodak>
Date:   Fri, 06 Jun 2008 02:01:22 +0800
Tag:    v2.0.0-rc1

MDL-15094 some forgotten conversions

commit c2172d1eb45e5657ed975da034cd20327aa183b3
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 22:18:21 +0800
Tag:    v2.0.0-rc1

MDL-15099 towards enrol dml conversion

commit 70ca450a0128a291420d4c1c0697586cf1b98242
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 22:17:06 +0800
Tag:    v2.0.0-rc1

MDL-15094 some forgotten conversions

commit 99cd2d2868f143ce27b0456abc0bfc95921ac96d
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 22:11:54 +0800
Tag:    v2.0.0-rc1

MDL-15094 some forgotten conversions

commit fd1d37290fa757a0dd4e38b4281f0f518ddff4c7
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 22:10:55 +0800
Tag:    v2.0.0-rc1

comment fix

commit eb2ce497bc2799390ae10f536000cc41cb240c58
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 22:09:59 +0800
Tag:    v2.0.0-rc1

comment fix

commit 2ba8bdb84caf8973c39c545f4d3081778a63e0c5
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 22:09:34 +0800
Tag:    v2.0.0-rc1

MDL-15094 some more updates

commit ea1e551da63e9c318d21886c80e838605c588aeb
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 22:08:58 +0800
Tag:    v2.0.0-rc1

MDL-15100 gradebook conversion

commit d907d51a556a9f3deea63748c64dff0fdd1d4060
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 22:06:39 +0800
Tag:    v2.0.0-rc1

MDL-15099 towards enrol dml conversion

commit 76b0191ca871691bfd7c9e05ec15780e8d0aa499
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 21:55:37 +0800
Tag:    v2.0.0-rc1

MDL-15101 towards messaging conversion

commit d9eef08a9f36cb4048a07b77d51827854c1b3402
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 21:54:30 +0800
Tag:    v2.0.0-rc1

MDL-15101 towards messaging conversion

commit fd1cb1e85efc0b002246b52999c0793fc3773b28
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 21:41:16 +0800
Tag:    v2.0.0-rc1

MDL-15101 towards messaging conversion

commit d756fe69c587df0eae4d6c90d8ccbcbe75387aef
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 21:26:40 +0800
Tag:    v2.0.0-rc1

MDL-15101 towards messaging conversion

commit 74d7d73538b9836be078801c52546261e53926c3
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 21:12:00 +0800
Tag:    v2.0.0-rc1

MDL-15103 towards assignment dml conversion

commit 3b0f746be90eab8b9975f29f53e0e160dfd6a2fb
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 21:11:27 +0800
Tag:    v2.0.0-rc1

MDL-14679 converted some deletes

commit 5053f00f3367dfa37590c876fa5e066916f28956
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 18:50:15 +0800
Tag:    v2.0.0-rc1

MDL-15103 towards assignment dml conversion

commit 607d2b2abe9a6bb32431f942e36161426e93dafb
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 18:31:37 +0800
Tag:    v2.0.0-rc1

MDL-15103 towards assignment dml conversion

commit bf347041844adb60b3a16873027a4b4bd01fbf14
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 18:02:26 +0800
Tag:    v2.0.0-rc1

MDL-15115 scorm dml covnersion

commit 4cd241c3e1427197f87959eda5fc0cffa4291c87
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 17:14:42 +0800
Tag:    v2.0.0-rc1

MDL-15117 wiki converted

commit 4be1663d392dddb067867e627f0f0903e3d14f04
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 08:07:29 +0800
Tag:    v2.0.0-rc1

MDL-15095 fixed role names restore warning

commit dd87720f3a947e1bfcbe0921432404451cce21bf
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 07:59:49 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixed incorrect eror reporting

commit a4e315c6d5d0e021a7e6b6ab20faeb16060084f6
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 07:58:23 +0800
Tag:    v2.0.0-rc1

MDL-15094 fixed regression

commit 8f15f8ec2d484c8796ff213075c5c44db37a4384
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 07:56:34 +0800
Tag:    v2.0.0-rc1

MDL-15094 fixed regressions

commit 0208b97cb6d532ddd506fbe074edeb76117e01ee
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 07:53:44 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixed incorrect fields param

commit dc5af91a8640aba66d1fbaa99e6fba19e93648f6
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 07:45:31 +0800
Tag:    v2.0.0-rc1

MDL-15094 fixed regression

commit 7b0d12b271066810ddd63acf3f4809ea388b4c64
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 05:54:47 +0800
Tag:    v2.0.0-rc1

MDL-15097 mnet related code converted

commit 83d957fca4a8c7124d76b2d1ca154648e7e3769e
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 05:36:59 +0800
Tag:    v2.0.0-rc1

MDL-15096 removed some obsoleted installation code

commit 655b09ca8a97e0fcafd8fdc0c9a334a39117a095
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 05:34:14 +0800
Tag:    v2.0.0-rc1

MDL-15117 wiki converted and other regressions fixed

commit bae736241a8b173d0e50e441ffb35c4d81969b38
Author: skodak <skodak>
Date:   Thu, 05 Jun 2008 04:51:02 +0800
Tag:    v2.0.0-rc1

MDL-15095 core backup/restore conversion finished

commit ce7fbdb8de1a52b0d89516a844546700ed216879
Author: skodak <skodak>
Date:   Wed, 04 Jun 2008 17:14:17 +0800
Tag:    v2.0.0-rc1

MDL-15132 fixed broken sql menu functions - thanks Howard

commit 4c143455436ba558af361dfb83dc006b1a7e9bae
Author: skodak <skodak>
Date:   Wed, 04 Jun 2008 15:59:03 +0800
Tag:    v2.0.0-rc1

MDL-15140 get_records_list() doesn't work as in 1.9 - thanks Jerome

commit f93ea22284b08bb82b502e4d766a22e39796030d
Author: skodak <skodak>
Date:   Wed, 04 Jun 2008 15:54:58 +0800
Tag:    v2.0.0-rc1

MDL-15142 Bug in datalib.php instance_is_visible() thanks Jerome

commit 5f5cd33c1d72fa5206fb0222f85af3627e4def66
Author: skodak <skodak>
Date:   Wed, 04 Jun 2008 08:04:03 +0800
Tag:    v2.0.0-rc1

MDL-15114 resource mod converted

commit 1b81b0a4125850ca13ad22b8268c5b7e82402671
Author: skodak <skodak>
Date:   Wed, 04 Jun 2008 07:44:16 +0800
Tag:    v2.0.0-rc1

MDL-15111 label mod converted

commit cd655b33f9a7669e352351d624e98310f7b9afa7
Author: skodak <skodak>
Date:   Wed, 04 Jun 2008 07:35:50 +0800
Tag:    v2.0.0-rc1

MDL-15095 towards restore lib dml conversion

commit 9db7dab2caeef6611befe0fc01f49a30b0b00995
Author: skodak <skodak>
Date:   Wed, 04 Jun 2008 06:36:54 +0800
Tag:    v2.0.0-rc1

MDL-15095 towards restore lib dml conversion

commit 785720d66264f4676ea00d5979e1eaa39647554e
Author: skodak <skodak>
Date:   Wed, 04 Jun 2008 05:58:44 +0800
Tag:    v2.0.0-rc1

MDL-14967 fixed syntax error

commit 0b18169eab996911582fdf9c6f25cbdf9065724c
Author: skodak <skodak>
Date:   Tue, 03 Jun 2008 23:06:53 +0800
Tag:    v2.0.0-rc1

MDL-15133 fixed regressions - thanks Howard

commit 7c3600238e20e014bf1dafb5c480a564a3eaee02
Author: skodak <skodak>
Date:   Tue, 03 Jun 2008 16:24:31 +0800
Tag:    v2.0.0-rc1

MDL-14679 converted some add/stripslashes

commit 7e60297f540d9a331feb01dbd9b885c39434f62c
Author: skodak <skodak>
Date:   Tue, 03 Jun 2008 05:56:06 +0800
Tag:    v2.0.0-rc1

MDL-14679 converted some sql_'s

commit 8618fd2aebef4447b2fd02a87db016b778cdaf28
Author: skodak <skodak>
Date:   Tue, 03 Jun 2008 05:52:27 +0800
Tag:    v2.0.0-rc1

MDL-14679 converted some delete_records

commit c7da43571b982cff1d51826d95dc992a529d30e8
Author: skodak <skodak>
Date:   Tue, 03 Jun 2008 05:47:31 +0800
Tag:    v2.0.0-rc1

MDL-14679 converted some count_records

commit a5d424df7c740e490f1e6df7a04e3dcfaa95e2d2
Author: skodak <skodak>
Date:   Tue, 03 Jun 2008 05:39:23 +0800
Tag:    v2.0.0-rc1

MDL-14679 converted some get/set_field()

commit 1829e015e6e6eb266dfc6e061f642ab022bc9706
Author: skodak <skodak>
Date:   Tue, 03 Jun 2008 05:25:40 +0800
Tag:    v2.0.0-rc1

MDL-14679 converted some insert_records()

commit 50c5bef452e6aa2430b125366d12e11c59ff4e82
Author: skodak <skodak>
Date:   Tue, 03 Jun 2008 05:02:52 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards enrol conversion

commit f28f2d9022de092a1568ac2a9f40e44f0833c025
Author: skodak <skodak>
Date:   Tue, 03 Jun 2008 04:15:51 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards blocks conversion

commit e098550433b28276309433e0b23602e1a3961fe9
Author: skodak <skodak>
Date:   Mon, 02 Jun 2008 18:41:59 +0800
Tag:    v2.0.0-rc1

MDL-15084 get_coursemodules_in_course regression

commit 82a5323cd7fc6fdd0ef072379afd0ada1fa9e018
Author: skodak <skodak>
Date:   Mon, 02 Jun 2008 16:46:50 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards filters conversion

commit b402e134092d1613c5d68789665f62c303eab322
Author: skodak <skodak>
Date:   Mon, 02 Jun 2008 16:46:50 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards filters conversion

commit 6c45af4f34590943cf6df7348e7ed8d1f2ea190a
Author: skodak <skodak>
Date:   Mon, 02 Jun 2008 16:42:00 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards stats conversion

commit d23a798ad41c00970b0dc4348e16a14c67e2d353
Author: skodak <skodak>
Date:   Mon, 02 Jun 2008 16:41:36 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards stats conversion

commit 6bb0816313db0cc800853dc59c9bc3060d11d6d3
Author: skodak <skodak>
Date:   Mon, 02 Jun 2008 16:13:24 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards course conversion

commit 2cbd725cf72eee824c2aa20c1d9c4715c93a4403
Author: skodak <skodak>
Date:   Mon, 02 Jun 2008 05:51:13 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards modform conversion - fixed regressions

commit cb141e5a67321715e36755bf59fd797858833cd2
Author: skodak <skodak>
Date:   Mon, 02 Jun 2008 05:40:56 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards modform conversion - fixed regressions

commit c18269c7e58a7152c4830c532769cf69c359a7b6
Author: skodak <skodak>
Date:   Mon, 02 Jun 2008 05:36:11 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards modform conversion

commit 2d6f4afd52b789a006cedac78d4f7d7d98fae20f
Author: skodak <skodak>
Date:   Mon, 02 Jun 2008 04:19:28 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixed references to mod.html

commit caa65d9b59a2865fd2d5ca6b7616778d78e16aee
Author: skodak <skodak>
Date:   Mon, 02 Jun 2008 04:15:50 +0800
Tag:    v2.0.0-rc1

MDL-14679 cleaned up mod.php

commit 681cf96530d3c91ba8baae7a7ea6250b7f83e1e2
Author: skodak <skodak>
Date:   Mon, 02 Jun 2008 04:15:50 +0800
Tag:    v2.0.0-rc1

MDL-14679 cleaned up mod.php

commit 7cac0c4b2b588e5f123a63e47cb1565ff1c78767
Author: skodak <skodak>
Date:   Mon, 02 Jun 2008 03:09:13 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixed references to mod.html

commit cb6fec1fa48f4f392ba90f72c2b8b32fee657ac0
Author: skodak <skodak>
Date:   Mon, 02 Jun 2008 03:05:07 +0800
Tag:    v2.0.0-rc1

MDL-14679 converted some course related code

commit e4907498da727d160ef468ecf8fe5834d1ad5942
Author: skodak <skodak>
Date:   Mon, 02 Jun 2008 02:17:38 +0800
Tag:    v2.0.0-rc1

MDL-14679 converted some course related code

commit 579d45b434e519c8bc79a4ae5b5a2e929cbe2cb1
Author: skodak <skodak>
Date:   Mon, 02 Jun 2008 02:12:24 +0800
Tag:    v2.0.0-rc1

MDL-14679 converted some get courses

commit f400841b23a538a588b29254d38e876587f13c04
Author: skodak <skodak>
Date:   Mon, 02 Jun 2008 01:59:13 +0800
Tag:    v2.0.0-rc1

MDL-14679 converted some get courses

commit 32648682498ec0c292746d4e6db7ec9ab0a1dabf
Author: skodak <skodak>
Date:   Mon, 02 Jun 2008 01:53:25 +0800
Tag:    v2.0.0-rc1

MDL-14679 removed magic quotes from forms validation() method, fixed some minor problems

commit 95ab92bf76a99a18aac3f6fc3c8aabc927bf191a
Author: skodak <skodak>
Date:   Mon, 02 Jun 2008 00:20:36 +0800
Tag:    v2.0.0-rc1

MDL-14679 removed some ora hack

commit c72ff23fc766c1257f03fa24b4b667d734a13fcc
Author: skodak <skodak>
Date:   Mon, 02 Jun 2008 00:19:00 +0800
Tag:    v2.0.0-rc1

MDL-14679 removed all instances of lobs related code

commit f5c752f9b36a01124ddfbc1837cde32e43e3df7f
Author: skodak <skodak>
Date:   Mon, 02 Jun 2008 00:17:07 +0800
Tag:    v2.0.0-rc1

MDL-14679 removed all instances of get_fieldset_sql()

commit f36817104d87dd6f04724aa2144d2de64adad1d7
Author: skodak <skodak>
Date:   Mon, 02 Jun 2008 00:16:08 +0800
Tag:    v2.0.0-rc1

MDL-14679 removed all instances of get_fieldset_select()

commit 1c69b88529b3f9ef8930e52a952bdd55d66be72c
Author: skodak <skodak>
Date:   Mon, 02 Jun 2008 00:14:59 +0800
Tag:    v2.0.0-rc1

MDL-14679 removed all instances of set_field_select()

commit 058c5543b90f7ed65afc4510e621b8cc59b87bfd
Author: skodak <skodak>
Date:   Mon, 02 Jun 2008 00:11:09 +0800
Tag:    v2.0.0-rc1

MDL-14679 removed all instances of records_to_menu()

commit 76ed05e523edd6cd2290ec4389c3ee1012d4c992
Author: skodak <skodak>
Date:   Mon, 02 Jun 2008 00:10:20 +0800
Tag:    v2.0.0-rc1

MDL-14679 removed all instances of recordset_to_menu()

commit e9b13bdddcfc949ab141521942352b20e591559c
Author: skodak <skodak>
Date:   Mon, 02 Jun 2008 00:09:27 +0800
Tag:    v2.0.0-rc1

MDL-14679 removed all instances of column_type()

commit c6307ef24da5aae9ed2098c35c0ef05417182caf
Author: skodak <skodak>
Date:   Mon, 02 Jun 2008 00:08:16 +0800
Tag:    v2.0.0-rc1

MDL-14679 removed all instances of get_records_sql_menu()

commit 534792cd82edf285c5225d4347e3ab5ad3a41a62
Author: skodak <skodak>
Date:   Sun, 01 Jun 2008 23:52:12 +0800
Tag:    v2.0.0-rc1

MDL-14679 removed all instances of get_records_select_menu()

commit 3b112723732c42cd16530282a83608f686ef5433
Author: skodak <skodak>
Date:   Sun, 01 Jun 2008 23:44:59 +0800
Tag:    v2.0.0-rc1

MDL-14679 removed all instances of get_records_menu()

commit 44e1b7d7ff49501f344522543c6876a460fd3d1b
Author: skodak <skodak>
Date:   Sun, 01 Jun 2008 23:42:48 +0800
Tag:    v2.0.0-rc1

MDL-14679 remoed all instances of get_records_list()

commit 29c19513051f0d5e667cf88f522201b86ff0fcc2
Author: skodak <skodak>
Date:   Sun, 01 Jun 2008 22:53:20 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixed regression

commit ad4375ac7fba39521fe9e5a724b434fb1841cbb4
Author: skodak <skodak>
Date:   Sun, 01 Jun 2008 22:46:48 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards /backup conversion

commit 62d11d771e2027d0d597478e97934ee844a4188d
Author: skodak <skodak>
Date:   Sun, 01 Jun 2008 22:25:05 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards /calendar conversion

commit 4906c7de463eb342f8d051a12d6e26fbe6042295
Author: skodak <skodak>
Date:   Sun, 01 Jun 2008 22:08:44 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixed count_records() API

commit 45df7de3adb409bda57e99231b02ea0eb54b3c8d
Author: skodak <skodak>
Date:   Sun, 01 Jun 2008 21:48:12 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards /blog conversion

commit 9f43d70d24e50a83908b77a9602ee8ece6744b3c
Author: skodak <skodak>
Date:   Sun, 01 Jun 2008 21:20:02 +0800
Tag:    v2.0.0-rc1

MDL-15080  char to int cast problem in get_recent_enrolments()

commit dfdaabd6a85c37930247f423f865963efbeb603a
Author: skodak <skodak>
Date:   Sun, 01 Jun 2008 21:09:04 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards /group conversion

commit 5849cfe28d615de9808ab1cb13426893b9447158
Author: skodak <skodak>
Date:   Sun, 01 Jun 2008 18:20:23 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixed regression

commit fd0e6640cc4bc3bb3fcbf864fecef93ab802f302
Author: skodak <skodak>
Date:   Sun, 01 Jun 2008 06:18:41 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixed some more $db's

commit 98891b93482736935bbc48c15ad3e290532b6d2d
Author: skodak <skodak>
Date:   Sun, 01 Jun 2008 02:20:05 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixed regressions

commit 66cb53c5350698ebc8c9776814d0fe32f5903e3a
Author: skodak <skodak>
Date:   Sun, 01 Jun 2008 02:11:59 +0800
Tag:    v2.0.0-rc1

recommitting PHP5 cleanup in search

commit 219f652b9102c4de4abe69ad0d166e2ab78033fe
Author: skodak <skodak>
Date:   Sun, 01 Jun 2008 02:05:42 +0800
Tag:    v2.0.0-rc1

MDL-14679 upgrade $DB conversion

commit ab122f4604ebad0e1980809ff4d0df1be4b01b90
Author: skodak <skodak>
Date:   Sun, 01 Jun 2008 01:48:51 +0800
Tag:    v2.0.0-rc1

MDL-14679

commit b3829d0a55348e8e8b6c742da83d632e40c14efe
Author: skodak <skodak>
Date:   Sun, 01 Jun 2008 01:44:57 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards notes conversion and regression

commit fad5293439b06314a857135645311b91c724816a
Author: skodak <skodak>
Date:   Sat, 31 May 2008 23:46:55 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixed addslashes

commit 7e0489f4e1a194778fbe2f1424ab86a82eaedbed
Author: skodak <skodak>
Date:   Sat, 31 May 2008 23:38:38 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixed regression

commit b820eb8c609a77daa7542acc18569d0972794fbb
Author: skodak <skodak>
Date:   Sat, 31 May 2008 23:32:28 +0800
Tag:    v2.0.0-rc1

MDL-15073 delete_records now truncates table if deleting all records, fixed some regressions

commit f7ed2687520b447cb77ebb214d94d290ac71d56e
Author: skodak <skodak>
Date:   Sat, 31 May 2008 23:09:25 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards tags conversion

commit 29f83769d14db7be009fee99127d15a7661a5336
Author: skodak <skodak>
Date:   Sat, 31 May 2008 22:35:58 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards reports and stats conversion

commit 185721a4988ac2b5e4daf680c286f6466fef987f
Author: skodak <skodak>
Date:   Sat, 31 May 2008 21:57:49 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards /admin/auth conversion

commit 5dd27c57f615d00e54079f06ac9882ac106af92f
Author: skodak <skodak>
Date:   Sat, 31 May 2008 19:42:44 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards /themes conversion

commit bc3c2336bac2dbcd34a97a2c11dfb6c27206c075
Author: skodak <skodak>
Date:   Sat, 31 May 2008 19:41:26 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards /admin/mnet conversion

commit ce8c75eeb88cc81f283fd565766d735ddd6bfb46
Author: skodak <skodak>
Date:   Sat, 31 May 2008 19:13:21 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards /user conversion

commit b9a66360297d3225926b31e0e268e0e06c9b91e5
Author: skodak <skodak>
Date:   Sat, 31 May 2008 18:43:51 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards /admin conversion

commit 9bec527490de40d63399b1b84caaa33c24286933
Author: skodak <skodak>
Date:   Sat, 31 May 2008 18:30:30 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards /admin/roles conversion

commit 823e64a78c0c1a460f05a1a6be40a77c9fbebcae
Author: skodak <skodak>
Date:   Sat, 31 May 2008 17:54:12 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards /admin/settings conversion

commit ca8d6e377c6017db7ebd094dda12386697780e17
Author: skodak <skodak>
Date:   Sat, 31 May 2008 17:50:46 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards /admin/user conversion

commit 5d910388bbc70f89f142dcd5efe4f6af95f9d3fb
Author: skodak <skodak>
Date:   Sat, 31 May 2008 06:11:31 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards /user conversion

commit 1d8bf5f0ab33570d2b3eed7f5de3b506018976d5
Author: skodak <skodak>
Date:   Sat, 31 May 2008 05:36:57 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards /admin conversion

commit 953d72db50a5454c03ca18e1958e3c7ea80aa4af
Author: skodak <skodak>
Date:   Sat, 31 May 2008 05:16:16 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards /admin conversion

commit 576c063b319d16b2002484bf54296e174048184e
Author: skodak <skodak>
Date:   Sat, 31 May 2008 04:54:19 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards authlib conversion

commit be544ec380a972fb6823b253d63c579914fb79b2
Author: skodak <skodak>
Date:   Sat, 31 May 2008 04:54:19 +0800
Tag:    v2.0.0-rc1

MDL-14679 towards authlib conversion

commit bdd3e83ab969d73ae5f2300f526bf93a51bf046b
Author: skodak <skodak>
Date:   Sat, 31 May 2008 04:42:05 +0800
Tag:    v2.0.0-rc1

MDL-14679 finished uploadlib conversion

commit d426068f1939df47ae15e0cd742b3b3c362bf4b3
Author: skodak <skodak>
Date:   Sat, 31 May 2008 04:33:19 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixed some addslashes use

commit 007b2f0428fbffbddd23e5a80ee679ba03780ea4
Author: skodak <skodak>
Date:   Sat, 31 May 2008 04:29:51 +0800
Tag:    v2.0.0-rc1

MDL-14679 finished rsslib conversion

commit 58ff964fe9e4fe097537c5b9d622880549f2971a
Author: skodak <skodak>
Date:   Sat, 31 May 2008 04:23:27 +0800
Tag:    v2.0.0-rc1

MDL-14679 finished blocklib conversion

commit 4a991ae33e98d8ea5517c8fc906935cc2d6063c7
Author: skodak <skodak>
Date:   Sat, 31 May 2008 04:02:55 +0800
Tag:    v2.0.0-rc1

MDL-14679 finished pagelib conversion

commit ae040d4bcce04bebd394c6e15f91df68d90602f6
Author: skodak <skodak>
Date:   Sat, 31 May 2008 03:59:50 +0800
Tag:    v2.0.0-rc1

MDL-14679 finished moodlelib conversion

commit 11fd3d1d8b61184e55aec046d4144f50d7181d9b
Author: skodak <skodak>
Date:   Sat, 31 May 2008 01:45:12 +0800
Tag:    v2.0.0-rc1

MDL-15059 fixed undefined INSTALL

commit 9718765e927be2942f8fa9ce36768edad0eb9923
Author: skodak <skodak>
Date:   Sat, 31 May 2008 01:43:00 +0800
Tag:    v2.0.0-rc1

MDL-14679 finished gradelib conversion

commit 25c6a19d4e3db7d93e5d33a9ea14aeb237ae252e
Author: skodak <skodak>
Date:   Sat, 31 May 2008 01:07:45 +0800
Tag:    v2.0.0-rc1

MDL-14679 converted eventslib

commit 606d7603128048262704bc33d0824a720979f0fc
Author: skodak <skodak>
Date:   Sat, 31 May 2008 01:06:41 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixed datalib prefix use

commit ac1ba33e4aeb820c171ca7275715a61800291fc5
Author: skodak <skodak>
Date:   Sat, 31 May 2008 01:00:25 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixed datalib addslashes

commit c74a1237816cd0b30a414918ee3a367c6f91590c
Author: skodak <skodak>
Date:   Sat, 31 May 2008 00:56:43 +0800
Tag:    v2.0.0-rc1

MDL-14679 detect incorrect key=>value pairs in $conditions - in case somebody forgets "=>" and uses "," instead

commit d251907c51021b1ba2620fc6ab4e21d87bd90e15
Author: skodak <skodak>
Date:   Sat, 31 May 2008 00:51:01 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixed datalib whitespace

commit eb6367857a238be177ed2e15e1e8742a282bb867
Author: skodak <skodak>
Date:   Sat, 31 May 2008 00:50:25 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixed comment typo

commit 910dd4dd28e244b32594063d0462a9f12e8813a9
Author: skodak <skodak>
Date:   Sat, 31 May 2008 00:50:00 +0800
Tag:    v2.0.0-rc1

MDL-14679 revisited upgrade script

commit c3df0901991b4627e08c0a08747d73117b760f26
Author: skodak <skodak>
Date:   Sat, 31 May 2008 00:47:21 +0800
Tag:    v2.0.0-rc1

MDL-14679 datalib conversion completed

commit 2adc0e3eb6f1c82cfcc07aa685edd5876f163126
Author: skodak <skodak>
Date:   Fri, 30 May 2008 20:36:07 +0800
Tag:    v2.0.0-rc1

MDL-14679 prevent fatal delete_records() problems if $DB forgotten

commit 0f56d9297cb752e2572e90153f9bde0507af662b
Author: skodak <skodak>
Date:   Thu, 29 May 2008 23:12:49 +0800
Tag:    v2.0.0-rc1

MDL-15044 fixed regression - thanks Howard

commit 879fd24c01de597ee4d592394a5ad8b73ffd2af8
Author: skodak <skodak>
Date:   Thu, 29 May 2008 23:12:08 +0800
Tag:    v2.0.0-rc1

MDL-15044 fixed regression - thanks Howard

commit 7de9dff6c59a936c86933ea2a76c6fe89e82bd91
Author: skodak <skodak>
Date:   Thu, 29 May 2008 23:07:05 +0800
Tag:    v2.0.0-rc1

MDL-15042 fixed regression - thanks Howard

commit 568df4756a1691fa84b35dab28337429128f4978
Author: skodak <skodak>
Date:   Tue, 27 May 2008 21:26:00 +0800
Tag:    v2.0.0-rc1

MDL-15020 fixed typo causing deleting of all roles and contexts - thanks Joseph!

commit 4e9ca99131ab96eb53c3e4295d8d419cd04b4fd1
Author: skodak <skodak>
Date:   Tue, 27 May 2008 17:34:03 +0800
Tag:    v2.0.0-rc1

MDL-15007 is_aggregationcoef_used should be public

commit 727c22375f3d5b54a82ef2590d95f675eb860584
Author: skodak <skodak>
Date:   Tue, 27 May 2008 17:32:05 +0800
Tag:    v2.0.0-rc1

MDL-14995 fixed param typo

commit 72e949b8ce1b7afa3d3511ac3adc1054b5553185
Author: skodak <skodak>
Date:   Mon, 26 May 2008 07:17:21 +0800
Tag:    v2.0.0-rc1

MDL-14957 get_columns() improvements

commit e108cea45fb36473a11536c0684fac5e867ad6dd
Author: skodak <skodak>
Date:   Mon, 26 May 2008 06:25:17 +0800
Tag:    v2.0.0-rc1

MDL-14957 fixed get_indexes() comments

commit 71c920cf8f1ee4fbaf69f37bb82cd7513c4e88f3
Author: skodak <skodak>
Date:   Mon, 26 May 2008 06:22:57 +0800
Tag:    v2.0.0-rc1

MDL-14957 fixed get_tables() comments

commit 0a0ea79d7d08acdd6cf0225c9c1c644e587a4f5c
Author: skodak <skodak>
Date:   Mon, 26 May 2008 06:21:01 +0800
Tag:    v2.0.0-rc1

MDL-14957 get_columns() improvements - mostly docs; definition moved to new file

commit 06c1a1daf4233cfdcf5af187f3538783d2e6264f
Author: skodak <skodak>
Date:   Mon, 26 May 2008 04:43:46 +0800
Tag:    v2.0.0-rc1

MDL-14981 regex search support in datalib, fixed course search

commit 37f7c9b0aefeffb2bf66e3db2a1353db1c721a5b
Author: skodak <skodak>
Date:   Mon, 26 May 2008 04:17:40 +0800
Tag:    v2.0.0-rc1

MDL-14966 Moved moodle_recordset to separate class into lib/dml

commit 25d854c67c3ef31d9d9fbbb0549f73d470857825
Author: skodak <skodak>
Date:   Mon, 26 May 2008 03:56:34 +0800
Tag:    v2.0.0-rc1

MDL-14910 added option to dispose existing database instance (closes connection and releases all resources)

commit 00f87f9793c26983cb7ed37b2c0b9f2ceae79666
Author: skodak <skodak>
Date:   Sun, 25 May 2008 23:34:19 +0800
Tag:    v2.0.0-rc1

MDL-14983  add magic quotes stripping option into data_submitted()

commit 3b8a284ccaef664a3a372120dc7d62addc56fe38
Author: skodak <skodak>
Date:   Sun, 25 May 2008 23:16:17 +0800
Tag:    v2.0.0-rc1

MDL-14679 more datalib conversions

commit 10df888a1fe6609887a283b68198b81acb31dc91
Author: skodak <skodak>
Date:   Sun, 25 May 2008 22:33:33 +0800
Tag:    v2.0.0-rc1

MDL-14679 deprecated lib converted to new $DB

commit 45de775fc996f7c300d7618f8224188b20c6e78b
Author: skodak <skodak>
Date:   Sun, 25 May 2008 22:28:58 +0800
Tag:    v2.0.0-rc1

MDL-14978 removed obsoleted make_table()

commit 3c268f25696204304a3e1d42c3271d039b847ee4
Author: skodak <skodak>
Date:   Sun, 25 May 2008 22:27:33 +0800
Tag:    v2.0.0-rc1

MDL-14978 removed obsoleted get_course_users()

commit 9fa45d371e2fdfaa1903343828ccfe4d41202e13
Author: skodak <skodak>
Date:   Sun, 25 May 2008 22:24:24 +0800
Tag:    v2.0.0-rc1

MDL-14980 missing strsurveysaved when saving

commit 2c62a3cb70ce7e21faf3318bdc2543b4fcae7b13
Author: skodak <skodak>
Date:   Sun, 25 May 2008 19:37:45 +0800
Tag:    v2.0.0-rc1

MDL-14978 removed ancient upgradelogs script

commit e4b13f6a397060791d0b91c6e33dd057fa5d0688
Author: skodak <skodak>
Date:   Sun, 25 May 2008 19:35:51 +0800
Tag:    v2.0.0-rc1

MDL-14978 removed upgradeforumsread script

commit 31372ef93fa51cf7135a60b1cd53084c1e4b646f
Author: skodak <skodak>
Date:   Sun, 25 May 2008 19:19:06 +0800
Tag:    v2.0.0-rc1

MDL-14679 deprecated conversion

commit 79eaec48cd517d70c4b0a3910976012021a414c6
Author: skodak <skodak>
Date:   Sun, 25 May 2008 19:18:12 +0800
Tag:    v2.0.0-rc1

MDL-14978 removed obsoleted get_site_users()

commit 0b2e23c4ebf8c660bf4f37aa6f32d41d0bdf754a
Author: skodak <skodak>
Date:   Sun, 25 May 2008 19:11:45 +0800
Tag:    v2.0.0-rc1

MDL-14974 fixed aro regression - sorry

commit 7cd9fcfe639aa9b5d6c4a093ae5c97ab67242e23
Author: skodak <skodak>
Date:   Sun, 25 May 2008 19:07:57 +0800
Tag:    v2.0.0-rc1

MDL-14978 removed obsoleted get_course_teachers()

commit e2fc9a88502049a2ec41c845b480954f727f521c
Author: skodak <skodak>
Date:   Sun, 25 May 2008 19:06:23 +0800
Tag:    v2.0.0-rc1

MDL-14978 removed obsoleted get_course_students()

commit 4119bfec0994ee16eecabc1b6a7f28dae879ad02
Author: skodak <skodak>
Date:   Sun, 25 May 2008 19:02:58 +0800
Tag:    v2.0.0-rc1

MDL-14978 removed obsoleted iscreator()

commit c4d61f7af06cc17403d0e2871bcdde82ed57fdc0
Author: skodak <skodak>
Date:   Sun, 25 May 2008 19:00:59 +0800
Tag:    v2.0.0-rc1

MDL-14978 removed obsoleted get_group_users()

commit c5eb1adbf9876e6dcbb839be98ed34e49618739b
Author: skodak <skodak>
Date:   Sun, 25 May 2008 18:59:41 +0800
Tag:    v2.0.0-rc1

MDL-14978 removed obsoleted get_group_users()

commit bc8d11821045248b8811426ed7766e171611f122
Author: skodak <skodak>
Date:   Sun, 25 May 2008 18:16:53 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixed $exceptions regression in first part of datalib conversion

commit e3c7f155d88312312ce65617626d5a3a79833077
Author: skodak <skodak>
Date:   Sun, 25 May 2008 18:08:05 +0800
Tag:    v2.0.0-rc1

MDL-14978 removed obsoleted isadmin()

commit 72f563b91c24c2aa2216b360b65cb43131e54128
Author: skodak <skodak>
Date:   Sun, 25 May 2008 17:57:58 +0800
Tag:    v2.0.0-rc1

MDL-14978 replaced deprecated can_use_richtext_editor

commit 624a690b3df514c6a5cec626f64f5266abd6d8eb
Author: skodak <skodak>
Date:   Sun, 25 May 2008 17:39:02 +0800
Tag:    v2.0.0-rc1

MDL-14679 first part of datalib conversion

commit a7544e377aa9cd2eec0f2f128f9fd481aac3cdc4
Author: skodak <skodak>
Date:   Sun, 25 May 2008 17:31:38 +0800
Tag:    v2.0.0-rc1

MDL-14974 improved columns caching implementation

commit cd7f4acc16dbbdfc17e9d2e0990d22bec2af2eec
Author: skodak <skodak>
Date:   Sun, 25 May 2008 08:15:01 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixed temporary emulation in old set_field() - thanks Joseph Rézeau

commit dc10f119bbde5674a271f2262d133c3887fd7a74
Author: skodak <skodak>
Date:   Sun, 25 May 2008 04:43:33 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixed warning and change false to array() when no users found

commit 3b9050630465afbb8b697603278da81d6c1b1056
Author: skodak <skodak>
Date:   Sun, 25 May 2008 04:42:40 +0800
Tag:    v2.0.0-rc1

MDL-14679 improved get_in_or_equal() method

commit 5a4e739817de359841e2ed125ff213afa26b57d0
Author: skodak <skodak>
Date:   Sun, 25 May 2008 02:35:48 +0800
Tag:    v2.0.0-rc1

MDL-14679 accesslib conversion to new dml

commit 1d2b7f03cdf29494c04605511e232155bc516a8d
Author: skodak <skodak>
Date:   Sat, 24 May 2008 21:05:34 +0800
Tag:    v2.0.0-rc1

MDL-14679 fixed get_in_or_equal() method

commit 14913ca4d56c7f511c8729c3dd10032ca63b5157
Author: skodak <skodak>
Date:   Mon, 19 May 2008 14:24:33 +0800
Tag:    v2.0.0-rc1

MDL-14894 html purifier updated, merged from MOODLE_19_STABLE

commit f33e1ed4ae4948e337e5fee61adc3580f81dfa80
Author: skodak <skodak>
Date:   Fri, 16 May 2008 05:40:00 +0800
Tag:    v2.0.0-rc1

MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs

commit 67516980580f69b413c7dd60a5375e0ed5d8f3dd
Author: skodak <skodak>
Date:   Thu, 15 May 2008 07:35:00 +0800
Tag:    v2.0.0-rc1

MDL-14451 removed pre 1.9 upgrade code

commit 59a7889975d099b04e5417f190e5621286e129cd
Author: skodak <skodak>
Date:   Wed, 14 May 2008 06:04:06 +0800
Tag:    v2.0.0-rc1

MDL-14378 When deleting course category deal with everything that depends on its context; merged from MOODLE_19_STABLE

commit e2b347e93377bfad7e3dc918a37969e8d81af123
Author: skodak <skodak>
Date:   Wed, 14 May 2008 05:52:38 +0800
Tag:    v2.0.0-rc1

MDL-14378 When deleting course category deal with everything that depends on its context; merged from MOODLE_19_STABLE

commit 42519b5d7e9ebb239d88f390e502fdd8081d38c0
Author: skodak <skodak>
Date:   Tue, 13 May 2008 06:56:48 +0800
Tag:    v2.0.0-rc1

MDL-14451 removed 1.4 compatibility code

commit 86255e006b4020c3022af1212dfcb0d32b082cbe
Author: skodak <skodak>
Date:   Tue, 13 May 2008 04:18:42 +0800
Tag:    v2.0.0-rc1

fixed syntax errors

commit 98d80d851bb1e5a9be450c4929e0345a14f56f56
Author: skodak <skodak>
Date:   Tue, 13 May 2008 03:55:22 +0800
Tag:    v2.0.0-rc1

MDL-14692 groupings restore logic switched - credit goes to Vitor Rocio

commit 8b9cfac4ab423e558e8dde775fb2503d63507f22
Author: skodak <skodak>
Date:   Mon, 12 May 2008 22:38:45 +0800
Tag:    v2.0.0-rc1

MDL-11719 increased size of idnumber in user table - needed for some enrolment plugins; merged from MOODLE_19_STABLE

commit ab37dc6031d13770e614e7d86d50446a11d7dde1
Author: skodak <skodak>
Date:   Mon, 12 May 2008 22:05:46 +0800
Tag:    v2.0.0-rc1

MDL-14183 guest type role not allowed in defaultuserroleid anymore, because it was causing trouble in many places; admins must choose another role if guest role detected in this setting; merged from MOODLE_19_STABLE

commit dd1e29552821ba245164e848fa23fc029def790d
Author: skodak <skodak>
Date:   Mon, 12 May 2008 03:03:24 +0800
Tag:    v2.0.0-rc1

MDL-14451 removed pre 1.9 upgrade code - question upgrade related

commit 7c7b6f966a1583ff53271953163b67e63e9fcef7
Author: skodak <skodak>
Date:   Mon, 12 May 2008 02:57:53 +0800
Tag:    v2.0.0-rc1

MDL-14451 removed pre 1.9 upgrade code - question upgrade related

commit f6c544eabe93423b9e92ba8e87c6254b1542ac88
Author: skodak <skodak>
Date:   Mon, 12 May 2008 02:57:17 +0800
Tag:    v2.0.0-rc1

MDL-14451 removed pre 1.9 upgrade code - question upgrade related

commit a13936c57c055584629aa20fa15e7b6e0b93f595
Author: skodak <skodak>
Date:   Mon, 12 May 2008 02:55:00 +0800
Tag:    v2.0.0-rc1

MDL-14451 removed pre 1.9 upgrade code

commit 369c0a79ff9fe52160e39849a8817fb3330b3521
Author: skodak <skodak>
Date:   Mon, 12 May 2008 02:40:39 +0800
Tag:    v2.0.0-rc1

MDL-14451 removed pre 1.9 upgrade code

commit 932f9b6f8d0614ab1d58c5b950e35d294ae3085b
Author: skodak <skodak>
Date:   Wed, 07 May 2008 19:32:06 +0800
Tag:    v2.0.0-rc1

MDL-14724 Students cannot see discussions in forums made by teachers if timedposts enabled; merged from MOODLE_19_STABLE

commit a087c03c02dc4536e807ea4c2d26050ff71de667
Author: skodak <skodak>
Date:   Sun, 04 May 2008 05:43:36 +0800
Tag:    v2.0.0-rc1

MDL-14678 syntax problems

commit ef85daa2b79252b82365a0637974e7fcc59531ef
Author: skodak <skodak>
Date:   Sat, 03 May 2008 06:50:22 +0800
Tag:    v2.0.0-rc1

MDL-14672 adodb PHP5 only version V5.04a import - yay!

commit a5ca5003f29571a0485e47de092664afb488a472
Author: skodak <skodak>
Date:   Fri, 02 May 2008 17:47:20 +0800
Tag:    v2.0.0-rc1

MDL-14605 removing roles upgrade links, only installation needed in HEAD

commit 5e819fb75b6e7394d8d450957579371ac6bac1f6
Author: skodak <skodak>
Date:   Fri, 02 May 2008 17:44:48 +0800
Tag:    v2.0.0-rc1

MDL-14649 fixed cli upgrade too

commit 0b51c247f039752024cec928bda5b05c1cc57466
Author: skodak <skodak>
Date:   Fri, 02 May 2008 17:42:43 +0800
Tag:    v2.0.0-rc1

MDL-14605 removing stats upgrade stuff

commit f3cc33d499c3b4ae1fc9cff80dd277fd8674a99c
Author: skodak <skodak>
Date:   Fri, 02 May 2008 15:41:33 +0800
Tag:    v2.0.0-rc1

MDL-14652 missing closing p added - thanks Koen

commit c5e2d27ee3b38bc408b6a7c605fc3d12b8251bf6
Author: skodak <skodak>
Date:   Fri, 02 May 2008 06:36:49 +0800
Tag:    v2.0.0-rc1

MDL-14617 removed count course students- yay!

commit 1b4923215ad3885879b6d1b694a693afc3fda000
Author: skodak <skodak>
Date:   Fri, 02 May 2008 06:36:08 +0800
Tag:    v2.0.0-rc1

MDL-14617 removed isstudent() - yay!

commit f4862fbebe801190b9c885df290c64a48340e2e4
Author: skodak <skodak>
Date:   Fri, 02 May 2008 06:35:36 +0800
Tag:    v2.0.0-rc1

MDL-14617 removed isteacheredit() - yay!

commit 5eab9a981dbc47b0683fe3c712542e5258b9ba75
Author: skodak <skodak>
Date:   Fri, 02 May 2008 06:34:04 +0800
Tag:    v2.0.0-rc1

MDL-14617 removed legacy primary role concept originally used in stats

commit d0ae7cdcf09f16a2f4e5c33f0fb9da1efcd862f8
Author: skodak <skodak>
Date:   Fri, 02 May 2008 06:33:23 +0800
Tag:    v2.0.0-rc1

MDL-14617 removed some legacy course related functions

commit c584346cd51606059d7ee30d6889efff2bc35bf1
Author: skodak <skodak>
Date:   Fri, 02 May 2008 06:32:15 +0800
Tag:    v2.0.0-rc1

MDL-14617 removed some legacy  group code - fixed regression

commit 35987665f4863ffe7432bbc71b4d548985b18ddc
Author: skodak <skodak>
Date:   Fri, 02 May 2008 06:30:28 +0800
Tag:    v2.0.0-rc1

MDL-14617 removed some legacy  group code

commit a1402340157569a2eb486e862bee0b64af1a5f6b
Author: skodak <skodak>
Date:   Fri, 02 May 2008 06:23:27 +0800
Tag:    v2.0.0-rc1

MDL-14617 removed unused code

commit 4b3b52edd8bb24a337a12baab41a140919e24f2a
Author: skodak <skodak>
Date:   Fri, 02 May 2008 06:21:56 +0800
Tag:    v2.0.0-rc1

MDL-14617 removed various form related legacy code

commit 96160853f93bef12c423694c252b7e719645537d
Author: skodak <skodak>
Date:   Fri, 02 May 2008 06:21:05 +0800
Tag:    v2.0.0-rc1

MDL-14617 removed various form related legacy code

commit 2f4bba695d896572560631d28d9091434d00e532
Author: skodak <skodak>
Date:   Fri, 02 May 2008 06:19:40 +0800
Tag:    v2.0.0-rc1

MDL-14617 removed current_charset code

commit 6e28edc532f4d98f0f4ceb1bfe1fa4f0963dd586
Author: skodak <skodak>
Date:   Fri, 02 May 2008 06:18:45 +0800
Tag:    v2.0.0-rc1

MDL-14617 removed get_group_teachers code

commit bcd0603fbda3af3a9d523fc59712763ca1b14169
Author: skodak <skodak>
Date:   Fri, 02 May 2008 06:17:30 +0800
Tag:    v2.0.0-rc1

MDL-14617 removed legacy add admin code

commit e29b04a047144727bdb0f990ddb5317fb390b1af
Author: skodak <skodak>
Date:   Fri, 02 May 2008 06:17:01 +0800
Tag:    v2.0.0-rc1

MDL-14617 removed legacy add and remove teacher code

commit 53b4c28b971d66917b71efa152853a6aa21a86cd
Author: skodak <skodak>
Date:   Fri, 02 May 2008 06:15:02 +0800
Tag:    v2.0.0-rc1

MDL-14647 fix legacy add_teacher() when approving new course

commit 09253986f5d70e23bc1df4aa89fa35833210d5da
Author: skodak <skodak>
Date:   Fri, 02 May 2008 06:09:00 +0800
Tag:    v2.0.0-rc1

MDL-14617 removed legacy enrol and unenrol student code

commit ffe45a68aa0907d7d04e6e41e683abf4184f45fb
Author: skodak <skodak>
Date:   Fri, 02 May 2008 06:07:26 +0800
Tag:    v2.0.0-rc1

MDL-14617 remoe optional_varible and friends - YAY!

commit 9a915276fcecd4a1101ff5114080b056a683b027
Author: skodak <skodak>
Date:   Fri, 02 May 2008 06:05:26 +0800
Tag:    v2.0.0-rc1

MDL-14605 removed old stats upgrade code

commit 7a3fafb6b4829d7ee6bf8ba706fe2cbd59b4f6a8
Author: skodak <skodak>
Date:   Fri, 02 May 2008 06:03:15 +0800
Tag:    v2.0.0-rc1

MDL-14617 removed old legacy function emulations

commit a648b6a8f151764250827a644fc784aa3352dadc
Author: skodak <skodak>
Date:   Fri, 02 May 2008 05:53:10 +0800
Tag:    v2.0.0-rc1

MDL-14617 ancient register globals hack removed

commit 8d14ff6d9ce4bf05d8a526b562464c9910055459
Author: skodak <skodak>
Date:   Fri, 02 May 2008 05:52:09 +0800
Tag:    v2.0.0-rc1

MDL-14617 removed old PHP4 session stuff

commit 4fda8aef84d804ccb52ff12a00676caf3157999b
Author: skodak <skodak>
Date:   Fri, 02 May 2008 05:49:23 +0800
Tag:    v2.0.0-rc1

MDL-14617 removed PHP4 compatibility string functions

commit d6f25e29f72aeefdfefa2a08da06d279c9c2294d
Author: skodak <skodak>
Date:   Fri, 02 May 2008 05:48:36 +0800
Tag:    v2.0.0-rc1

MDL-14617 removed PHP4 compatibility scandir()

commit 89a169feb8f0a5d7f9d14d8eb1d9f6b7cfb4e567
Author: skodak <skodak>
Date:   Fri, 02 May 2008 05:44:39 +0800
Tag:    v2.0.0-rc1

MDL-14645 PHP 5.2.0 now required on frontpage

commit 06dc4dc1232f155376db70fe527ff6992477ab88
Author: skodak <skodak>
Date:   Fri, 02 May 2008 05:44:28 +0800
Tag:    v2.0.0-rc1

MDL-14645 PHP 5.2.0 now required on frontpage

commit afb40c03ae374ea37b1a3db7913d47ea743e88f0
Author: skodak <skodak>
Date:   Fri, 02 May 2008 05:43:55 +0800
Tag:    v2.0.0-rc1

MDL-14645 PHP 5.2.0 now required for CLI upgrade

commit 0567b5af913954789324275dd90b9d2e02de9a7e
Author: skodak <skodak>
Date:   Fri, 02 May 2008 05:42:28 +0800
Tag:    v2.0.0-rc1

MDL-14617 removed PHP4 compatibility scandir()

commit b4ac62457ef6abcba88e9a99993eed0862c1fc40
Author: skodak <skodak>
Date:   Fri, 02 May 2008 05:40:34 +0800
Tag:    v2.0.0-rc1

MDL-14645 PHP 5.2.0 now required for new installation - installer lang packs will be updated automatically later by cron job on cvs.moodle.org

commit dd93d8e94c8dcbb8b51bc36c37a8896621445220
Author: skodak <skodak>
Date:   Fri, 02 May 2008 05:22:01 +0800
Tag:    v2.0.0-rc1

MDL-14617 removed PHP5 checks from global search

commit 6dd038e63917ea88e61ca9400d91a7730dae9f01
Author: skodak <skodak>
Date:   Fri, 02 May 2008 05:19:05 +0800
Tag:    v2.0.0-rc1

MDL-14617 removed PHP4 compatibility error_get_last()

commit 2881200b5eafedf9d106ade9d3dd8f8f7a870c76
Author: skodak <skodak>
Date:   Fri, 02 May 2008 05:17:33 +0800
Tag:    v2.0.0-rc1

MDL-14617 removed pre PHP 5.2.0 coocie compatibility stuff

commit 8336b6b83fdfcb28fa285a3591ea9059c9f467b0
Author: skodak <skodak>
Date:   Fri, 02 May 2008 05:16:16 +0800
Tag:    v2.0.0-rc1

MDL-14617 removed PHP4 stuff

commit d3acaab4e4d9bb17237a4e801246b8cacc68eef9
Author: skodak <skodak>
Date:   Fri, 02 May 2008 05:15:29 +0800
Tag:    v2.0.0-rc1

MDL-14617 removed pre PHP 5.2.0 coocie compatibility stuff

commit 6fa5a86dbff3a19c3a34c05fce1d027dc38e32fc
Author: skodak <skodak>
Date:   Fri, 02 May 2008 05:14:22 +0800
Tag:    v2.0.0-rc1

MDL-14617 pre PHP5 function emulations gone

commit 7267cfda932f9583458a4e5b95f5537206733823
Author: skodak <skodak>
Date:   Fri, 02 May 2008 05:12:56 +0800
Tag:    v2.0.0-rc1

MDL-14617 file_put_content emulation gone

commit 2728a623e77686315bfe59fd6272aacca10c052c
Author: skodak <skodak>
Date:   Fri, 02 May 2008 05:08:50 +0800
Tag:    v2.0.0-rc1

MDL-14622 fixed regression during install time - thanks Stephen Bourget

commit 9f43efbf2001c400f80b13a813fb50d160c5cbee
Author: skodak <skodak>
Date:   Fri, 02 May 2008 05:00:24 +0800
Tag:    v2.0.0-rc1

MDL-14605 removed all pre 1.9 upgrade code from HEAD core

commit 1ea260d83c2a0c8e7d33f7ecd48adf7c922bd8b1
Author: skodak <skodak>
Date:   Fri, 02 May 2008 04:29:04 +0800
Tag:    v2.0.0-rc1

MDL-14605 removed all pre 1.9 upgrade code from HEAD core

commit 0baa053722de83c083d1731d8da16d58b6fc2c3b
Author: skodak <skodak>
Date:   Fri, 02 May 2008 04:27:42 +0800
Tag:    v2.0.0-rc1

MDL-14451 updated pre-upgrade check (feedbacks, journal, lams, workshop and exercise)

commit bfdaa44ab3892f74094eefb5576be72e2851b56b
Author: skodak <skodak>
Date:   Fri, 02 May 2008 04:04:42 +0800
Tag:    v2.0.0-rc1

MDL-14599 removed support for old $CFG->dbtype.php upgrade and install support for blocks

commit 47c53a54d7a8436b9fea8072acb8bbe4133a828b
Author: skodak <skodak>
Date:   Fri, 02 May 2008 04:02:37 +0800
Tag:    v2.0.0-rc1

MDL-14599 removed support for old $CFG->dbtype.php upgrade and install support for modules and plugins

commit 71f165a499cebbf58a1e78c02e5984f28102a834
Author: skodak <skodak>
Date:   Fri, 02 May 2008 03:59:29 +0800
Tag:    v2.0.0-rc1

MDL-14599 removed support for old backup $CFG->dbtype.php upgrade and install support

commit 97e37806ab861e285eee961d512df13405c05451
Author: skodak <skodak>
Date:   Fri, 02 May 2008 03:57:57 +0800
Tag:    v2.0.0-rc1

MDL-14599 removed support for old main $CFG->dbtype.php upgrade support

commit f995580108e5c8721879c617a222ca3a3bdf7409
Author: skodak <skodak>
Date:   Wed, 30 Apr 2008 22:05:36 +0800
Tag:    v2.0.0-rc1

MDL-14622 error when unsupported version jump detected - only upgrades from 1.8.x allowed

commit ac42d5c653cca4c0e195101fdc6c12ec689f7be8
Author: skodak <skodak>
Date:   Wed, 30 Apr 2008 21:07:58 +0800
Tag:    v2.0.0-rc1

MDL-14621 indicate missing modules on modules admin page

commit 2092c318a668b1bde03db762d28423fd6dd2916c
Author: skodak <skodak>
Date:   Wed, 30 Apr 2008 20:52:08 +0800
Tag:    v2.0.0-rc1

MDL-14604 moved LAMS block to contrib

commit 0f56c9da089a0bb53c61d1c9efbb16f2f1d3932e
Author: skodak <skodak>
Date:   Wed, 30 Apr 2008 20:39:31 +0800
Tag:    v2.0.0-rc1

MDL-14621 fix warning when module code missing and editing course

commit 7c3b032ec0920513c40dd5cb8bea5ad727ec6f02
Author: skodak <skodak>
Date:   Wed, 30 Apr 2008 20:33:18 +0800
Tag:    v2.0.0-rc1

MDL-14621 modinfo ignores missing modules now properly

commit 3a37b3f8d56a9426c5bb7be7a69f654465a96df3
Author: skodak <skodak>
Date:   Wed, 30 Apr 2008 20:24:54 +0800
Tag:    v2.0.0-rc1

MDL-14621 fixed warning when module code missing

commit 39f563ed5b772517867838d6136f2e35528be156
Author: skodak <skodak>
Date:   Mon, 28 Apr 2008 06:41:07 +0800
Tag:    v2.0.0-rc1

MDL-14564 pg null trouble fixed by David Mudrak; merged from MOODLE_18_STABLE

commit 879acf7799845f7d32a246cd77ce85a4472353ad
Author: skodak <skodak>
Date:   Sun, 27 Apr 2008 21:06:46 +0800
Tag:    v2.0.0-rc1

MDL-14570 fixed typo - credit goes to Mitsuhiro Yoshida

commit d00adf86051966387019a7a4491a037a6617a6f0
Author: skodak <skodak>
Date:   Fri, 25 Apr 2008 23:20:14 +0800
Tag:    v2.0.0-rc1

MDL-14484 rerun asearchtemplate upgrade - there were reported problems on some sites; merged from MOODLE_19_STABLE

commit 9122137fb3cc94bbe77e151be7c95dd04284411f
Author: skodak <skodak>
Date:   Fri, 25 Apr 2008 22:43:12 +0800
Tag:    v2.0.0-rc1

MDL-14557 PostgreSQL+empty integer problem: user/editadvanced_form.php - credit goes to David Mudrak; merged from MOODLE_18_STABLE

commit 46bd37bfa83ababa7c2fd5f13a87ba937a4807c4
Author: skodak <skodak>
Date:   Fri, 25 Apr 2008 22:10:02 +0800
Tag:    v2.0.0-rc1

MDL-14556 reset coursepage state after switchrole merged from MOODLE_19_STABLE

commit 8634e001638b71147cdd668a77d6097a8450598d
Author: skodak <skodak>
Date:   Fri, 25 Apr 2008 22:03:44 +0800
Tag:    v2.0.0-rc1

MDL-14475 initialised $assign

commit 530db4cd1718cd139288276aebe585e3ba805212
Author: skodak <skodak>
Date:   Fri, 25 Apr 2008 22:03:17 +0800
Tag:    v2.0.0-rc1

MDL-14475 initialised $hideshow; backported from MOODLE_19_STABLE

commit 59669b63f090311045382bb384fc666aa4259793
Author: skodak <skodak>
Date:   Fri, 25 Apr 2008 21:22:02 +0800
Tag:    v2.0.0-rc1

MDL-14543 fixed broken deleting from auth sync - credit goes to Juris Treibahs ; merged from MOODLE_19_STABLE

commit 864dad57954e6a967f2483cad54c67d3f5340d33
Author: skodak <skodak>
Date:   Fri, 25 Apr 2008 20:24:16 +0800
Tag:    v2.0.0-rc1

MDL-13401 fixed REQUEST_URI test; merged from MOODLE_19_STABLE

commit 51f7c052c202bec5dfbdbbf666a0a6c084028f05
Author: skodak <skodak>
Date:   Fri, 25 Apr 2008 20:20:46 +0800
Tag:    v2.0.0-rc1

MDL-14473 added missing $files param; merged from MOODLE_19_STABLE

commit b4c8d1ea9c26b73b020e09569b4bea8d31bf0714
Author: skodak <skodak>
Date:   Tue, 22 Apr 2008 21:35:51 +0800
Tag:    v2.0.0-rc1

MDL-14424 approve icon now bigger + css class added; merged from MOODLE_19_STABLE

commit cff611fc196c70d1058b2652472f772a7ad3d120
Author: skodak <skodak>
Date:   Tue, 22 Apr 2008 21:04:35 +0800
Tag:    v2.0.0-rc1

MDL-8188 fixed missing global $CFG; merged from MOODLE_19_STABLE

commit 52f2776d3cc438fb7e6eb551d67ba154c4b9d889
Author: skodak <skodak>
Date:   Tue, 22 Apr 2008 15:31:28 +0800
Tag:    v2.0.0-rc1

MDL-14137 adding minor fix for quotes in fieldname; merged from MOODLE_19_STABLE

commit 3239b0104e2eb28623e26c6b5c001cc41de5b60a
Author: skodak <skodak>
Date:   Mon, 21 Apr 2008 22:17:02 +0800
Tag:    v2.0.0-rc1

MDL-14458 - optgroups Fields and Other in search menu; removed unused search code, html labels, added option to sort by time modified; merged from MOODLE_19_STABLE

commit ea6073bb48494aca27fb895832c75a1bd94d951c
Author: skodak <skodak>
Date:   Mon, 21 Apr 2008 21:26:08 +0800
Tag:    v2.0.0-rc1

MDL-13025 added data intro text formatting without cleaning - manage activity cap already marked with XSS risk; merged from MOODLE_19_STABLE

commit e4703b032ff1f092b42f577f7764557b4908e760
Author: skodak <skodak>
Date:   Mon, 21 Apr 2008 03:55:15 +0800
Tag:    v2.0.0-rc1

MDL-8474 stats upgrade now uses editing teachers only; merged from MOODLE_19_STABLE

commit 3b4756653a0e5eecef154e2225d0979b5534f7aa
Author: skodak <skodak>
Date:   Mon, 21 Apr 2008 03:38:33 +0800
Tag:    v2.0.0-rc1

MDL-14446 fixed inverted read flag in threaded view; merged from MOODLE_19_STABLE

commit eaa3081807a7a4ad0dd47f5633eda2a038e530b8
Author: skodak <skodak>
Date:   Mon, 21 Apr 2008 03:22:06 +0800
Tag:    v2.0.0-rc1

MDL-14336 defaultsort now stored as field name in preset.xml; merged from MOODLE_19_STABLE

commit 8528bf260b69aae7744cb60e52700dd7e89139dc
Author: skodak <skodak>
Date:   Sun, 20 Apr 2008 18:09:28 +0800
Tag:    v2.0.0-rc1

MDL-12861 overriding of database settings now optional when using presets; merged from MOODLE_19_STABLE

commit 2dc6be3f776826f5f9660fc8fa5b8d5121a24da0
Author: skodak <skodak>
Date:   Sun, 20 Apr 2008 17:29:57 +0800
Tag:    v2.0.0-rc1

MDL-13188 asearchtemplate.htlm in presets implemented; merged from MOODLE_19_STABLE

commit a4e3818f2a9abaa4aa77d35526c2fee8681ffe97
Author: skodak <skodak>
Date:   Sun, 20 Apr 2008 05:22:03 +0800
Tag:    v2.0.0-rc1

MDL-14417 fixed sql for menu adv search - multimenu already fixed today; merged from MOODLE_19_STABLE

commit 029cf8469b907f9f16faab73eb467a491faae4df
Author: skodak <skodak>
Date:   Sun, 20 Apr 2008 05:02:10 +0800
Tag:    v2.0.0-rc1

MDL-14018 fixed ##more## icon regression, thanks Robert Allerstorfer for all the testing!; merged from MOODLE_19_STABLE

commit bb5740f4c8d7904c709ccd3a092424813821042e
Author: skodak <skodak>
Date:   Sun, 20 Apr 2008 04:48:48 +0800
Tag:    v2.0.0-rc1

MDL-14424 - approval icon is bigger again, it is possible to sort by Approved status now; merged from MOODLE_19_STABLE

commit 33b8ead9040253f8a4c47abcc47aacd5311138e1
Author: skodak <skodak>
Date:   Sun, 20 Apr 2008 02:03:32 +0800
Tag:    v2.0.0-rc1

MDL-14018 fixed ugly query - thanks Eloy; merged from MOODLE_19_STABLE

commit 9a36be0212cb85c46cffe5ed277d7e433f65f44d
Author: skodak <skodak>
Date:   Sun, 20 Apr 2008 00:47:35 +0800
Tag:    v2.0.0-rc1

MDL-14018 fixed regression, proper LIKE meta quoting, fix displaying when options changed; merged from MOODLE_19_STABLE

commit bc16bd57ac1a104cb7ab79db2cfe11f7bab84aca
Author: skodak <skodak>
Date:   Sun, 20 Apr 2008 00:44:08 +0800
Tag:    v2.0.0-rc1

MDL-9907 xhtml strict; merged from MOODLE_19_STABLE

commit eeeb4f2ad9b2e2b746ba984e81fa22dc5b7cf2e2
Author: skodak <skodak>
Date:   Sat, 19 Apr 2008 23:33:06 +0800
Tag:    v2.0.0-rc1

MDL-12089 several search related problems fixed in data module; merged from MOODLE_19_STABLE

commit 8b79a625b64585788048dea51540e13fdc3e04c4
Author: skodak <skodak>
Date:   Sat, 19 Apr 2008 18:49:53 +0800
Tag:    v2.0.0-rc1

MDL-13936 forum reply refactoring and bugfixing - the forum_user_can_post() did not have discussion parameter which was a problem because the login depends on discussion group - there was a hack in discussion.php and view.php working around this, but it was not present in cron; sorry for the change of API, but it was required; merged from MOODLE_19_STABLE

commit 423a71b6d580d7a90a73b853e5cf74ca2fa64bfa
Author: skodak <skodak>
Date:   Sat, 19 Apr 2008 17:52:45 +0800
Tag:    v2.0.0-rc1

MDL-14428 fixed tag cron warning; merged from MOODLE_19_STABLE

commit bab408f6587c51cbf25785e571cde1b1d5169cdd
Author: skodak <skodak>
Date:   Sat, 19 Apr 2008 04:19:10 +0800
Tag:    v2.0.0-rc1

MDL-13936 improved new lang string; merged from MOODLE_19_STABLE

commit d0e422c45aeeff402c60a5ee9461c326c3bf9d0b
Author: skodak <skodak>
Date:   Sat, 19 Apr 2008 03:30:19 +0800
Tag:    v2.0.0-rc1

MDL-13936 indicate that user needs group membership to add new discussion, but only if having the capability to add new discussion - previously the message was incorrectly shown even when not having the cap in separate mode, visible mode needs this message too after previous commit; new lang string added in case user selects all participants in group selector and does not have accessallgroups - the existing group membership string could not be reused; merged from MOODLE_19_STABLE

commit 859b33cfd4b6dc709d57659ffb7429136cc8c812
Author: skodak <skodak>
Date:   Sat, 19 Apr 2008 02:52:13 +0800
Tag:    v2.0.0-rc1

MDL-13936 users without accessallgroups can post start discussions only in own groups if groupmode enabled in forum (either separate or visible), this was the way it worked in Moodle <1.8; merged from MOODLE_19_STABLE

commit 5f9e296af65d9706d565cd8907bde17835b191f6
Author: skodak <skodak>
Date:   Fri, 18 Apr 2008 16:35:16 +0800
Tag:    v2.0.0-rc1

MDL-12895 frontpage participants page improvements; merged from MOODLE_19_STABLE

commit 23f36a23757ab38ab0e89a0f351fe8c30424f9ac
Author: skodak <skodak>
Date:   Fri, 18 Apr 2008 03:19:55 +0800
Tag:    v2.0.0-rc1

MDL-14052 fixed course display in upcoming events block - credit goes to Greg Rodenhiser; merged from MOODLE_19_STABLE

commit 026d562efc407fc1199bf4d411bd49d5214b091d
Author: skodak <skodak>
Date:   Thu, 17 Apr 2008 02:57:15 +0800
Tag:    v2.0.0-rc1

MDL-9907 searching ilike pg compatibility fix; merged from MOODLE_19_STABLE

commit 88145e9d08e5f29fbd44f01d2c9dca18f529ece0
Author: skodak <skodak>
Date:   Wed, 16 Apr 2008 23:48:47 +0800
Tag:    v2.0.0-rc1

MDL-12893 fixed sorting of date fields in pg - credit goes to David; merged from MOODLE_19_STABLE

commit 6a5357f4924deef2b913ead5850ccada61238e68
Author: skodak <skodak>
Date:   Wed, 16 Apr 2008 23:09:21 +0800
Tag:    v2.0.0-rc1

MDL-14018 fixed searching when date order selected; merged from MODOLE_19_STABLE

commit fb9d1e0942035fdf888195f5ae2febf81665fcd0
Author: skodak <skodak>
Date:   Wed, 16 Apr 2008 23:08:03 +0800
Tag:    v2.0.0-rc1

MDL-14018 fixed searching when date order selected; merged from MODOLE_19_STABLE

commit 593b02295f9fdec5709b24b52954765dfa737cdd
Author: skodak <skodak>
Date:   Wed, 16 Apr 2008 22:51:44 +0800
Tag:    v2.0.0-rc1

MDL-14390 fixed saving of multiselect field type; merged from MOODLE_19_STABLE

commit 832123e1668f402b62b396be8e4cfeb06706a769
Author: skodak <skodak>
Date:   Wed, 16 Apr 2008 22:09:15 +0800
Tag:    v2.0.0-rc1

MDL-14389 fixed adv search flag storage; merged from MOODLE_19_STABLE

commit de8ff5813d06dce55414c503d8ef11df889bc91e
Author: skodak <skodak>
Date:   Wed, 16 Apr 2008 21:54:01 +0800
Tag:    v2.0.0-rc1

MDL-9907 searching/sorting by author name fixed when paging, MDL-14389 more transition fixes; merged from MOODLE_19_STABLE

commit 69c0a60994ac83d5238798cb7ae0e1801d934a89
Author: skodak <skodak>
Date:   Wed, 16 Apr 2008 21:32:14 +0800
Tag:    v2.0.0-rc1

MDL-14389 fixed transition from advanced to simple view if multiple fields used; merged from MOODLE_19_STABLE

commit 0d505aced89268a99ddd85c4971fe0c53befc5f8
Author: skodak <skodak>
Date:   Wed, 16 Apr 2008 21:20:46 +0800
Tag:    v2.0.0-rc1

MDL-14018 advanced search for multiselect menu improved; merged from MOODLE_19_STABLE

commit a72e67e63dff013b12f68ddec86aeecf8dac450c
Author: skodak <skodak>
Date:   Wed, 16 Apr 2008 20:30:26 +0800
Tag:    v2.0.0-rc1

MDL-14388 shuffling the field/butting lists a bit; merged from MOODLE_19_STABLE

commit bab2d9ea88d8f7cbe1e1660d950379d369b79315
Author: skodak <skodak>
Date:   Wed, 16 Apr 2008 20:04:16 +0800
Tag:    v2.0.0-rc1

MDL-9758 merged improved lang strings

commit 714bec7418f6c0999dc927acb0b40cb84891f451
Author: skodak <skodak>
Date:   Wed, 16 Apr 2008 19:51:50 +0800
Tag:    v2.0.0-rc1

MDL-9907 searching/sorting by author name; merged from MOODLE_19_STABLE

commit afb0c8213323a417df0b3491f4006f3c4550966f
Author: skodak <skodak>
Date:   Wed, 16 Apr 2008 05:57:16 +0800
Tag:    v2.0.0-rc1

MDL-14113 fixed forum_count_user_posts() regressions - thanks Dan!; merged from MOODLE_19_STABLE

commit 666744d71d1a5596eda1e614ead8d61829609c87
Author: skodak <skodak>
Date:   Tue, 15 Apr 2008 15:23:39 +0800
Tag:    v2.0.0-rc1

MDL-14295 - reverting commit, fixed by MDL14293

commit 89d35c49e65f0b539b2038653f2f0905e4ac1785
Author: skodak <skodak>
Date:   Tue, 15 Apr 2008 03:05:36 +0800
Tag:    v2.0.0-rc1

MDL-13936 fixed group handling when adding new discussions; merged from MOODLE_19_STABLE

commit 4136c239ac4119ea22340c5aaef36af0079e9f5b
Author: skodak <skodak>
Date:   Tue, 15 Apr 2008 02:35:18 +0800
Tag:    v2.0.0-rc1

MDL-14113 when adding/editing posts the target group is now visible + fixed permission check when replying (removed obsolete mygroup function); merged from MOODLE_19_STABLE

commit de85c32062606ec3d68771ac5cf4f9d2a72e5f16
Author: skodak <skodak>
Date:   Tue, 15 Apr 2008 01:12:25 +0800
Tag:    v2.0.0-rc1

MDL-14113 digest finished message now in system lang + eliminated one has_capability call; merged from MOODLE_19_STABLE

commit 2011a95b4488a9694e3fedd612949a883faba5bb
Author: skodak <skodak>
Date:   Mon, 14 Apr 2008 20:04:34 +0800
Tag:    v2.0.0-rc1

MDL-13004 post ratings in user profile page; merged from MOODLE_19_STABLE

commit bfeb10b75ba995a3288653b33273d928f987c62d
Author: skodak <skodak>
Date:   Mon, 14 Apr 2008 19:33:10 +0800
Tag:    v2.0.0-rc1

MDL-14113 fixed replies regression; merged from MOODLE_19_STABLE

commit 62b04e088d8652e8abe6dadc6623255376bbf53b
Author: skodak <skodak>
Date:   Mon, 14 Apr 2008 17:38:50 +0800
Tag:    v2.0.0-rc1

MDL-14270 separate groups mode and single discussion forums == normal students can not reply; merged from MOODLE_19_STABLE

commit 8675df6fd319f0fbea6eb8e698ace03fd7f6354a
Author: skodak <skodak>
Date:   Mon, 14 Apr 2008 17:31:25 +0800
Tag:    v2.0.0-rc1

MDL-14270 workaround for FF alignment issue; merged from MOODLE_19_STABLE

commit b3cdbc240d5da38329152da15aec580b6476e1ae
Author: skodak <skodak>
Date:   Mon, 14 Apr 2008 17:24:53 +0800
Tag:    v2.0.0-rc1

MDL-14270 mode selector alignment for single discussion forums; merged from MOODLE_19_STABLE

commit 948091f460bebdc1f4a09fd4772e6afcd356d902
Author: skodak <skodak>
Date:   Mon, 14 Apr 2008 17:01:02 +0800
Tag:    v2.0.0-rc1

MDL-14270 fixed regressions - fatal error in forum code; merged from MOODLE_19_STABLE

commit debd3d62b383b5e249ff72c1b0731141799a8a37
Author: skodak <skodak>
Date:   Mon, 14 Apr 2008 16:52:49 +0800
Tag:    v2.0.0-rc1

MDL-14349 adv forum search accessibility; merged from MOODLE_19_STABLE

commit 6b7de0bb9b68e607fabb434d9cd3a2d6dfad66cf
Author: skodak <skodak>
Date:   Mon, 14 Apr 2008 16:05:48 +0800
Tag:    v2.0.0-rc1

MDL-12505 general advanced search cleanup + added capability test to recent activity; merged from MOODLE_19_STABLE

commit 3c2bf848df7dfe6a58f3a6398ab879ec56ed0d09
Author: skodak <skodak>
Date:   Mon, 14 Apr 2008 15:32:24 +0800
Tag:    v2.0.0-rc1

MDL-14113 fixed notices when tracking disabled; merged from MODOLE_19_STABLE

commit 02007b01b8f3d640a405a02a7007d65a5d571d6d
Author: skodak <skodak>
Date:   Mon, 14 Apr 2008 07:02:31 +0800
Tag:    v2.0.0-rc1

MDL-14346 database preset throws Fatal error; merged from MOODLE_19_STABLE

commit a1bbd88dd2322e336b76095649ac517bd43e084e
Author: skodak <skodak>
Date:   Mon, 14 Apr 2008 06:57:54 +0800
Tag:    v2.0.0-rc1

MDL-14345 undefined contexts and sesskey in new preset_class.php; merged from MOODLE_19_STABLE

commit 02af98b56e55b9a3933231ab16104aaebcf17db7
Author: skodak <skodak>
Date:   Mon, 14 Apr 2008 06:22:57 +0800
Tag:    v2.0.0-rc1

MDL-14342 fixed wrong quotes; merged from MOODLE_19_STABLE

commit ca182d9003bb0fc80df78780d0da493268b14c72
Author: skodak <skodak>
Date:   Mon, 14 Apr 2008 05:59:27 +0800
Tag:    v2.0.0-rc1

MDL-14343 fixed groups_get_user_groups() when groupings disabled; merged from MOODLE_19_STABLE

commit 90f4745c2223465a7040214626d01d6556e16154
Author: skodak <skodak>
Date:   Mon, 14 Apr 2008 03:15:02 +0800
Tag:    v2.0.0-rc1

MDL-14113 patch for multiple issues - see tracker for subtasks; merged from MOODLE_19_STABLE

commit 1569ebe60304780aa63bd08827c281f95c65d603
Author: skodak <skodak>
Date:   Thu, 10 Apr 2008 17:08:25 +0800
Tag:    v2.0.0-rc1

  MDL-14301 wrong label - credit goes to Daniele Cordella; merged from MOODLE_19_STABLE

commit 6b87f63845807a3ddf96aa8c67cb0e0bc5740c55
Author: skodak <skodak>
Date:   Thu, 10 Apr 2008 17:05:33 +0800
Tag:    v2.0.0-rc1

MDL-14300 unclosed input - credit goes to Daniele Cordella; merged from MOODLE_19_STABLE

commit 01e1f34e1665f1a25cd98551ba523df872e27df4
Author: skodak <skodak>
Date:   Mon, 07 Apr 2008 20:16:10 +0800
Tag:    v2.0.0-rc1

MDL-14240 reverting previous commit

commit dcd68962a9845c2d66c6b22f8a524091c23ccbea
Author: skodak <skodak>
Date:   Wed, 02 Apr 2008 14:51:43 +0800
Tag:    v2.0.0-rc1

fixed typo; merged from MOODLE_19_STABLE

commit e1f096fda4c17578d54bce01946cde759fc2bd34
Author: skodak <skodak>
Date:   Wed, 02 Apr 2008 14:43:42 +0800
Tag:    v2.0.0-rc1

cvs commmit notification test - fixed tabs; merged from MOODLE_19_STABLE

commit 0749caef03813d83ccef7d3f17faddb76ee80074
Author: skodak <skodak>
Date:   Wed, 02 Apr 2008 14:35:49 +0800
Tag:    v2.0.0-rc1

MDL-14034 List of participants in SITE course failing... - fixed last access - credit goes to Eloy; merged from MOODLE_19_STABLE

commit d19c792daef8610694c3ddd19f5c32ff552a92b9
Author: skodak <skodak>
Date:   Wed, 02 Apr 2008 03:49:12 +0800
Tag:    v2.0.0-rc1

MDL-14126 fixed undefined message; merged from MOODLE_19_STABLE

commit 134d8a58581ce08b36e83b1df3880a80f559bad1
Author: skodak <skodak>
Date:   Tue, 01 Apr 2008 16:47:43 +0800
Tag:    v2.0.0-rc1

MDL-10660 reverting previous changes - see tracker

commit 4a80e5cb05f96d2b68aec6e4b909afaf7e16721d
Author: skodak <skodak>
Date:   Sun, 30 Mar 2008 22:36:27 +0800
Tag:    v2.0.0-rc1

MDL-8270 ignore blocks that can not be instantiated; merged from MOODLE_19_STABLE

commit 59c0c3f9f83f1bc67b4bf14c160646e653c46360
Author: skodak <skodak>
Date:   Fri, 28 Mar 2008 02:09:36 +0900
Tag:    v2.0.0-rc1

MDL-14077 Mails form messages not RFC2822 conform; merged from MOODLE_19_STABLE

commit 9db5d080f4915f673134be435375eb14f721c380
Author: skodak <skodak>
Date:   Thu, 27 Mar 2008 17:49:25 +0900
Tag:    v2.0.0-rc1

MDL-14060 fixed cm caching in forum cron; merged from MOODLE_19_STABLE

commit 741478495e45b210e2dd9448bb35396e47f9842e
Author: skodak <skodak>
Date:   Thu, 27 Mar 2008 17:44:11 +0900
Tag:    v2.0.0-rc1

MDL-14074 removed obsoleted $CFG->enablerecordcache = true

commit a833a46aba0a62300f83c375bf5c8614eb4a3221
Author: skodak <skodak>
Date:   Thu, 27 Mar 2008 17:40:01 +0900
Tag:    v2.0.0-rc1

MDL-14074 removed obsoleted $CFG->enablerecordcache = true; merged from MOODLE_19_STABLE

commit 953d154fa47338bdb27054804ad1fbc314ea9450
Author: skodak <skodak>
Date:   Thu, 27 Mar 2008 17:37:43 +0900
Tag:    v2.0.0-rc1

MDL-14074 removed obsoleted $CFG->enablerecordcache = true

commit 017933f70e050e30dad91459fbd84079dd536327
Author: skodak <skodak>
Date:   Wed, 26 Mar 2008 18:17:10 +0900
Tag:    v2.0.0-rc1

MDL-14060 fixed cm caching in forum cron; merged from MOODLE_19_STABLE

commit ee2e85d4ac4b939fe97c3b62eb5404da692be190
Author: skodak <skodak>
Date:   Wed, 26 Mar 2008 08:04:06 +0900
Tag:    v2.0.0-rc1

MDL-13360 fixed regression - notifications going more than once a day; merged from MOODLE_19_STABLE

commit 80452dc3339141ac5011e53f8061d77b2d0e34fe
Author: skodak <skodak>
Date:   Tue, 25 Mar 2008 05:24:57 +0900
Tag:    v2.0.0-rc1

MDL-14023   frontpage edit summary centering issue; merged from MOODLE_19_STABLE

commit 8cb121cc6b240af89c38fc3f148b933e20daa099
Author: skodak <skodak>
Date:   Tue, 25 Mar 2008 04:51:37 +0900
Tag:    v2.0.0-rc1

MDL-14032 rewritten forum_tp_clean_read_records() - it should not run out of memory anymore + other minor memory savings; merged from MOODLE_19_STABLE

commit 4cfededa0d8e45bc5c4a95fa3499c757e130b38b
Author: skodak <skodak>
Date:   Mon, 24 Mar 2008 01:51:55 +0900
Tag:    v2.0.0-rc1

MDL-14029 html2text throws tons of notices is style or script tags found; merged from MOODLE_19_STABLE

commit df61da5331aa865894a900e15b3c855c40648f49
Author: skodak <skodak>
Date:   Mon, 24 Mar 2008 01:24:29 +0900
Tag:    v2.0.0-rc1

MDL-14027 cron sometimes hangs in rss_client block; merged from MOODLE_19_STABLE

commit 5cfefc9b024b801d483162a3e40c0ae55115c8d0
Author: skodak <skodak>
Date:   Mon, 24 Mar 2008 00:54:42 +0900
Tag:    v2.0.0-rc1

MDL-8270 full block backup/restore - based on patches by Mark Nielsen and code in HEAD by Tim Hunt; merged from MOODLE_19_STABLE

commit e43281ae78f205e57ac3057a1a4470ee22670eee
Author: skodak <skodak>
Date:   Mon, 24 Mar 2008 00:54:41 +0900
Tag:    v2.0.0-rc1

MDL-8270 full block backup/restore - based on patches by Mark Nielsen and code in HEAD by Tim Hunt; merged from MOODLE_19_STABLE

commit 6d62a9d7ee84a015cfe463c286cb8d4e5ecd06ab
Author: skodak <skodak>
Date:   Sun, 23 Mar 2008 06:26:31 +0900
Tag:    v2.0.0-rc1

MDL-14008 various SUM aggregation bugfixes; merged from MOODLE_19_STABLE

commit 94e7961403f9fe1b4ba51bdb868604f5bde5759a
Author: skodak <skodak>
Date:   Sun, 23 Mar 2008 06:20:33 +0900
Tag:    v2.0.0-rc1

MDL-14008 various SUM aggregation bugfixes; merged from MOODLE_19_STABLE

commit 85db09fb811a212e141d214ace048d927f311fe1
Author: skodak <skodak>
Date:   Sun, 23 Mar 2008 05:23:06 +0900
Tag:    v2.0.0-rc1

MDL-14021 replaced sloppy JOIN ON TRUE with CROSS JOINs - ora or ms does not like it; backported from MOODLE_19_STABLE

commit 291b184bc49902ff45a7e83fa0e7125557c28609
Author: skodak <skodak>
Date:   Fri, 21 Mar 2008 07:32:12 +0900
Tag:    v2.0.0-rc1

MDLSITE-320 some debug code for digest times in forum cron; merged from MOODLE_19_STABLE

commit 7d44b1a425934eb100742973f0c531d2c99af18f
Author: skodak <skodak>
Date:   Fri, 21 Mar 2008 06:17:40 +0900
Tag:    v2.0.0-rc1

MDL-2674 minor lang improvement; backported from MOODLE_19_STABLE

commit 32bd1c0ffc7c951a310f115e8081a50242e72aa9
Author: skodak <skodak>
Date:   Fri, 21 Mar 2008 05:08:44 +0900
Tag:    v2.0.0-rc1

MDL-13619 legacy restore revisited -fixed sortorder; merged from MOODLE_19_STABLE

commit 0cdf4aad05473424624315104e25037987f33f3d
Author: skodak <skodak>
Date:   Fri, 21 Mar 2008 04:40:09 +0900
Tag:    v2.0.0-rc1

MDL-13393 detect broken cm instances when doing backup - prevents trouble during restore; merged from MOODLE_19_STABLE

commit 09069c0df043164120316b8ba083c1610fc909f0
Author: skodak <skodak>
Date:   Fri, 21 Mar 2008 04:16:55 +0900
Tag:    v2.0.0-rc1

MDL-13619 legacy restore revisited; merged from MOODLE_19_STABLE

commit ec29061d82cb025a957fb42edfae886e6227ee62
Author: skodak <skodak>
Date:   Thu, 20 Mar 2008 08:20:00 +0900
Tag:    v2.0.0-rc1

MDL-13899 force resending of all assignment grades into gradebook so that the submitted and graded dates get updated; merged from MOODLE_19_STABLE

commit 8d08612b121a0091040c5fa20039ddc77b7f3301
Author: skodak <skodak>
Date:   Thu, 20 Mar 2008 08:09:00 +0900
Tag:    v2.0.0-rc1

MDL-13990 ignore bogus dirs in moodledata/user during upgrade; merged from MOODLE_19_STABLE

commit 01d5d399521aefab233569cb69c39e8a796281c1
Author: skodak <skodak>
Date:   Thu, 20 Mar 2008 07:48:13 +0900
Tag:    v2.0.0-rc1

MDL-13986 "User view" Activity report links are invalid - patch by Matthew Davidson; merged from MOODLE_19_STABLE

commit 9eeb49b24e9fe6ac1b30f48941007b21c1eb40f7
Author: skodak <skodak>
Date:   Thu, 20 Mar 2008 07:39:19 +0900
Tag:    v2.0.0-rc1

MDL-13899 improved submission and grading date hack; merged from MOODLE_19_STABLE

commit 12dce2534fca9998e9dff842e0423107d75a2dd2
Author: skodak <skodak>
Date:   Thu, 20 Mar 2008 07:35:24 +0900
Tag:    v2.0.0-rc1

MDL-13899 assignments should be now sending proper submissions and grading dates into gradebook; merged from MOODLE_19_STABLE

commit aceb739d2c39788700c0abda9e168202b97eb2bb
Author: skodak <skodak>
Date:   Wed, 19 Mar 2008 19:47:16 +0900
Tag:    v2.0.0-rc1

MDL-13811 p() can not be used to print html text, it does plaintext only or form values & button names; merged from MOODLE_19_STABLE

commit c55c9d73dfc6925e0652b6bf92e44fa560c1cc36
Author: skodak <skodak>
Date:   Wed, 19 Mar 2008 08:21:23 +0900
Tag:    v2.0.0-rc1

MDL-13899 feedback itself is a type of grading - date graded is now affected by feedback too; merged from MOODLE_19_STABLE

commit cf12f6c5a995ddb974f7aedb494a9f37740c1bb2
Author: skodak <skodak>
Date:   Wed, 19 Mar 2008 07:54:56 +0900
Tag:    v2.0.0-rc1

MDL-13899 feedback itself is a type of grading - date graded is now affected by feedback too; merged from MOODLE_19_STABLE

commit f30036d3f1a9928cccd55a83d765a40527b62dd5
Author: skodak <skodak>
Date:   Wed, 19 Mar 2008 02:18:44 +0900
Tag:    v2.0.0-rc1

MDL-13610 made assignment submissions table 100% wide; merged from MOODLE_19_STABLE

commit 2b0a14e472b209b23a1165e018a85c9cfcc7c2fc
Author: skodak <skodak>
Date:   Wed, 19 Mar 2008 02:12:48 +0900
Tag:    v2.0.0-rc1

MDL-11007 groupmembersonly support for glossaries; merged from MOODLE_19_STABLE

commit 7214101bd598b0d81c7e6279daf6230791092e87
Author: skodak <skodak>
Date:   Wed, 19 Mar 2008 02:08:15 +0900
Tag:    v2.0.0-rc1

MDL-10990 forum perf revisited - reply and post discussion buttons now back for guests; merged from MOODLE_19_STABLE

commit 198679235531562621fbf4a7b8b2e9965ff5ce0b
Author: skodak <skodak>
Date:   Wed, 19 Mar 2008 01:45:44 +0900
Tag:    v2.0.0-rc1

MDL-13807 assignment_showrecentsubmissions does not hide submissions on recent activity full report - patch by Jason Meinzer; merged from MOODLE_19_STABLE

commit 60ce929f3c2d1c58a54491fd8a82d6206788ec5c
Author: skodak <skodak>
Date:   Wed, 19 Mar 2008 01:42:33 +0900
Tag:    v2.0.0-rc1

MDL-13824 use 0 for all groups - patch by ELoy; merged from MOODLE_19_STABLE

commit 0b943ef12cedfc8cb0b275c7c8b4600df1714510
Author: skodak <skodak>
Date:   Wed, 19 Mar 2008 01:38:25 +0900
Tag:    v2.0.0-rc1

MDL-13921 Incorrect access given to members of group included in 2 groupings; merged from MOODLE_19_STABLE

commit 91e450813c02a66c82d0a020c1eefe138155162f
Author: skodak <skodak>
Date:   Tue, 18 Mar 2008 17:28:27 +0900
Tag:    v2.0.0-rc1

MDLSITE-320 digest processing should be able to continue without duplicates if fails; merged from MOODLE_19_STABLE

commit 44b7235eefc60867f7a3ea90692f8abc613762f3
Author: skodak <skodak>
Date:   Tue, 18 Mar 2008 07:09:25 +0900
Tag:    v2.0.0-rc1

MDL-2674 removed hardcoded renaming of groupings depending on changed course shortname

commit 7f9b934c54e71e8280133c96db5ad5c3bc03b817
Author: skodak <skodak>
Date:   Tue, 18 Mar 2008 06:57:02 +0900
Tag:    v2.0.0-rc1

MDL-2674 adding $cm->grouping reset if groupings not restored; removed info about groups included in backup - they are always included, and there will not be any global groups/groupings; merged from MOODLE_19_STABLE

commit e807e4735461823cf3268faf1db151e856d43229
Author: skodak <skodak>
Date:   Tue, 18 Mar 2008 06:33:12 +0900
Tag:    v2.0.0-rc1

MDL-2674 backup always backsup/restores groups regardless of user settings; remerged from MOODLE_19_STABLE

commit 7f9bd1499b59336cafc3aa8bcf9440b606e36b2e
Author: skodak <skodak>
Date:   Tue, 18 Mar 2008 04:56:41 +0900
Tag:    v2.0.0-rc1

MDL-13847 gradebook backup/restore fixes, xhtml strict fixes, other minor fixes; merged from MOODLE_19_STABLE

commit 36bddcf5fb0730b20f4ff7cd33a9d31357a4486d
Author: skodak <skodak>
Date:   Mon, 17 Mar 2008 21:36:26 +0900
Tag:    v2.0.0-rc1

MDL-13949 removed adobe reader XSS bug workaround; merged from MOODLE_19_STABLE

commit 55231be044e4ba1715a8157cbd549d9deb7f3193
Author: skodak <skodak>
Date:   Mon, 17 Mar 2008 08:22:47 +0900
Tag:    v2.0.0-rc1

MDL-13943 improved perf when sending multiple grades into grade_update(); merged from MOODLE_19_STABLE

commit f8f1f8076f2a683c25f03da1725b2250c584f1b5
Author: skodak <skodak>
Date:   Mon, 17 Mar 2008 07:48:39 +0900
Tag:    v2.0.0-rc1

MDL-13945 prevent fatal errors in all rs_xx functions; merged from MOODLE_19_STABLE

commit 600fe3b33343ef63856c61e223fd841d8a3d3736
Author: skodak <skodak>
Date:   Mon, 17 Mar 2008 07:08:14 +0900
Tag:    v2.0.0-rc1

MDL-13944 rs_close() does not throw fatal error if rs does not exist aynmore; merged from MOODLE_19_STABLE

commit ddb9c47252685549658338d43313ffe9e952afde
Author: skodak <skodak>
Date:   Sun, 16 Mar 2008 10:24:21 +0900
Tag:    v2.0.0-rc1

MDL-13939 stats produce bogus role/course data if user has several different enrolments; ,erged from MOODLE_19_STABLE

commit 25220be35d68c365fb8ace505f0660792e45ecc7
Author: skodak <skodak>
Date:   Sun, 16 Mar 2008 07:51:05 +0900
Tag:    v2.0.0-rc1

MDL-13866 adding warning that regrading of forums may take a while; merged from MOODLE_19_STABLE

commit 63824bbffd32da8d9119e72cf71d4c650434b9e1
Author: skodak <skodak>
Date:   Sun, 16 Mar 2008 03:52:39 +0900
Tag:    v2.0.0-rc1

MDL-13920 adding warning that regrading of assignments may take a while; merged from MOODLE_19_STABLE

commit b5f3a99c730d59aef791cb61b3b789aed889d28b
Author: skodak <skodak>
Date:   Sun, 16 Mar 2008 02:04:36 +0900
Tag:    v2.0.0-rc1

MDL-13412 Allow callers of email_to_user() to set wordwrap; merged from MOODLE_19_STABLE

commit 5ac776acda490296c65a8a6b7318d2c0e17a751e
Author: skodak <skodak>
Date:   Sun, 16 Mar 2008 01:37:41 +0900
Tag:    v2.0.0-rc1

MDL-13893 fixed hiding of editor buttons, added labels there too; merged from MOODLE_19_STABLE

commit 4e56a2e4a03f9a65264c3940b50f5ea5f59700ff
Author: skodak <skodak>
Date:   Sun, 16 Mar 2008 01:10:32 +0900
Tag:    v2.0.0-rc1

MDL-13927 indicate missing parent languages; merged from MOODLE_19_STABLE

commit 7b7b8b36a05ca9e185db380817d0f4d9d290d9c3
Author: skodak <skodak>
Date:   Sun, 16 Mar 2008 01:09:10 +0900
Tag:    v2.0.0-rc1

MDL-13927, MDL-13938 indicate missing parent languages and allow multiselection when importing langs; merged from MOODLE_19_STABLE

commit 9fb2de4ea717dfa513ef6500eaeedaaac67fa0b9
Author: skodak <skodak>
Date:   Sun, 16 Mar 2008 00:05:06 +0900
Tag:    v2.0.0-rc1

MDL-13093 "Continue" link jumps over items; merged from MOODLE_19_STABLE

commit f043289d2f93e7f913d74d58003f2ca2590a3e82
Author: skodak <skodak>
Date:   Sun, 16 Mar 2008 00:01:27 +0900
Tag:    v2.0.0-rc1

MDL-13886 whitelist text-decoration in kses cleaning; merged from MOODLE_19_STABLE

commit 5048575d7e16eb31652e7b30119c3eb7cbcf6574
Author: skodak <skodak>
Date:   Sat, 15 Mar 2008 23:54:43 +0900
Tag:    v2.0.0-rc1

MDL-13920 assignment without grades now sets text grade type, fixed overriding of feedback and overriding logic in general on grade edit page; merged from MOODLE_19_STABLE

commit 25bcd90821162e526bd124696b62eb8b918ba657
Author: skodak <skodak>
Date:   Thu, 13 Mar 2008 04:45:17 +0900
Tag:    v2.0.0-rc1

MDL-13845 rewritten rounding in grades classes again - rounding done also before storage into db so that we can compare the values properly and skip db updates if possible + some more optimisations; merged from MOODLE_19_STABLE

commit 05aba805bbb2ea4271c3ca3f109f22efbd656264
Author: skodak <skodak>
Date:   Wed, 12 Mar 2008 08:59:55 +0900
Tag:    v2.0.0-rc1

MDL-13895 incorrect title and alt on grade edit icon in gradebook reports; merged from MOODLE_19_STABLE

commit 05d820ea4c65d9a13f5780e6e20ea14fd30b7451
Author: skodak <skodak>
Date:   Tue, 11 Mar 2008 19:53:18 +0900
Tag:    v2.0.0-rc1

MDL-13884 fixed incorrect left join, thanks Tim; merged from MOODLE_19_STABLE

commit 09d0ef2137e6a34ef21720af7fc161c7ce4f767c
Author: skodak <skodak>
Date:   Tue, 11 Mar 2008 18:51:31 +0900
Tag:    v2.0.0-rc1

MDL-13884 Students assigned at site or course category level do not appear in grader report; merged from MOODLE_19_STABLE

commit 71f15e84fef90d5feffa80d373cad2b75e95b3e4
Author: skodak <skodak>
Date:   Tue, 11 Mar 2008 18:21:17 +0900
Tag:    v2.0.0-rc1

MDL-13885 fixed participation report problems; merged from MOODLE_19_STABLE

commit 0a2925beb9c78b1f6e0ae305fa1bdd5e13f372f4
Author: skodak <skodak>
Date:   Tue, 11 Mar 2008 18:05:20 +0900
Tag:    v2.0.0-rc1

MDL-13881 fixed silly logic bug when disabling rcache - patch by Matt Clarkson; merged from MOODLE_19_STABLE

commit 347037d8389357644dd1a960301dfcb51469389a
Author: skodak <skodak>
Date:   Tue, 11 Mar 2008 06:19:45 +0900
Tag:    v2.0.0-rc1

MDL-13866   scale ratings do not work in forum; merged from MOODLE_19_STABLE

commit a7e51d62f3a7f0ee13030d3a954a17a6e7897601
Author: skodak <skodak>
Date:   Tue, 11 Mar 2008 06:18:16 +0900
Tag:    v2.0.0-rc1

MDL-13866 fixed stupid bug in my last commit; merged from MOODLE_19_STABLE

commit 99ccfda8e290419eaee88c52b30307395f187181
Author: skodak <skodak>
Date:   Tue, 11 Mar 2008 05:25:29 +0900
Tag:    v2.0.0-rc1

MDL-13878 use ints for old values of scales in grader report; merged from MOODLE_19_STABLE

commit b30f2e92ba2e32a3ca44f602babc75f236abd9dc
Author: skodak <skodak>
Date:   Mon, 10 Mar 2008 19:46:42 +0900
Tag:    v2.0.0-rc1

MDL-13866   scale ratings do not work in forum; merged from MOODLE_19_STABLE

commit 41a446dbcebdabc364d65a3e4bce1c97aef22373
Author: skodak <skodak>
Date:   Mon, 10 Mar 2008 19:41:22 +0900
Tag:    v2.0.0-rc1

MDL-13866   scale ratings do not work in forum; merged from MOODLE_19_STABLE

commit 9c9a3259eecfb49674f9e3fdc91bac2fe89269ee
Author: skodak <skodak>
Date:   Mon, 10 Mar 2008 18:35:42 +0900
Tag:    v2.0.0-rc1

MDL-13863 detect missing idnumbers in formulas after restore; merged from MOODLE_19_STABLE

commit 67881aa80142bf674e82d0ed55b1662592bd5f9d
Author: skodak <skodak>
Date:   Mon, 10 Mar 2008 18:33:09 +0900
Tag:    v2.0.0-rc1

MDL-13862 grader report - do not show column averages if error found; merged from MOODLE_19_STABLE

commit ec3717e1bdfa38eec206c549a86c43eb7fa60b88
Author: skodak <skodak>
Date:   Sun, 09 Mar 2008 08:23:41 +0900
Tag:    v2.0.0-rc1

MDL-13853 automatic fixing of incorrect grade category paths; merged from MOODLE_19_STABLE

commit 1909a127604fd8851f4a0ed2023abc704b42cdcd
Author: skodak <skodak>
Date:   Sun, 09 Mar 2008 07:38:11 +0900
Tag:    v2.0.0-rc1

MDL-13853 incorrect paths when moving grade categories - affects aggregation in subcategories; merged from MOODLE_19_STABLE

commit 6537035609c554af08677c307414d3f17567da61
Author: skodak <skodak>
Date:   Sun, 09 Mar 2008 07:12:45 +0900
Tag:    v2.0.0-rc1

MDL-13851 fixed disappearing grade categories in PHP4; merged from MOODLE_19_STABLE

commit fbb51be65a8597ecf924a8058c46734731e6e2a7
Author: skodak <skodak>
Date:   Sun, 09 Mar 2008 00:36:52 +0900
Tag:    v2.0.0-rc1

cosmetic fix for CONTEXT:SYSTEM fetching; merged from MOODLE_19_STABLE

commit 076aeb01a6d75acd5742f0ad23e7e34e9b2890a2
Author: skodak <skodak>
Date:   Sun, 09 Mar 2008 00:34:39 +0900
Tag:    v2.0.0-rc1

MDL-13850 fix automatic creation of course grade item; merge dfrom MOODLE_19_STABLE

commit b0f44d8dbe4d6ae3b7813a89c62518d3e8753eb4
Author: skodak <skodak>
Date:   Sun, 09 Mar 2008 00:29:42 +0900
Tag:    v2.0.0-rc1

MDL-13849 add API method to use outcome in course into grade_outcome class; merged from MOODLE_19_STABLE

commit bf9211ef78989342d16ab11613bc51283d0b5fe4
Author: skodak <skodak>
Date:   Sun, 09 Mar 2008 00:27:42 +0900
Tag:    v2.0.0-rc1

fixed db warning; merged from MOODLE_19_STABLE

commit a450311936b5eb6fe23189fb1a5def311ab5ae4a
Author: skodak <skodak>
Date:   Sun, 09 Mar 2008 00:10:35 +0900
Tag:    v2.0.0-rc1

add debug code for missing course id when getting course grading category; merged from MOODLE_19_STABLE

commit 0c94e43d015ee1fe64b362006ca4f8558e9c9d3b
Author: skodak <skodak>
Date:   Sun, 09 Mar 2008 00:08:44 +0900
Tag:    v2.0.0-rc1

MDL-13848 backup form - do not include checkboxes for mods that are not used in course; merged from MOODLE_19_STABLE

commit 9a4314a3bcd3458fa535f82bc1cdd81161f34770
Author: skodak <skodak>
Date:   Sat, 08 Mar 2008 21:58:05 +0900
Tag:    v2.0.0-rc1

MDL-13842 Error migrating grades for exercise module...; merged from MOODLE_19_STABLE

commit 66690b69146fa1844cc480402fe62e106d4184db
Author: skodak <skodak>
Date:   Sat, 08 Mar 2008 21:51:16 +0900
Tag:    v2.0.0-rc1

MDL-13845 major performance problems when regrading course; merged from MOODLE_19_STABLE

commit 2516a42ad1aa251b07ad0fe292385cfbecff75d0
Author: skodak <skodak>
Date:   Tue, 04 Mar 2008 18:24:04 +0900
Tag:    v2.0.0-rc1

MDL-13762 some debug code and workaround for sloppy use of recordsets; merged from MOODLE_19_STABLE

commit 4b1b37021ab50a2a17b029bc9820b5e695fed067
Author: skodak <skodak>
Date:   Tue, 04 Mar 2008 17:55:28 +0900
Tag:    v2.0.0-rc1

MDL-13360 expire notification problems; merged from MOODLE_19_STABLE

commit 888715a468f894d8632ae944772b74bd826258a3
Author: skodak <skodak>
Date:   Tue, 04 Mar 2008 06:07:25 +0900
Tag:    v2.0.0-rc1

synced version with MOODLE_19_STABLE

commit ba9ad04975c15708b49c6c10bf6f6da630a2b864
Author: skodak <skodak>
Date:   Tue, 04 Mar 2008 05:49:54 +0900
Tag:    v2.0.0-rc1

MDL-13741 Incorrect max size shown when using course upload limit; patch by Jason Meinzer; merged from MOODLE_19_STABLE

commit d747d41bf2820d336a3b26d45fb40f8dccc2abac
Author: skodak <skodak>
Date:   Tue, 04 Mar 2008 05:40:03 +0900
Tag:    v2.0.0-rc1

MDL-13749 Front Page Calendar: Not displaying information from courses student is a member of.; merged from MOODLE_19_STABLE

commit 91f9a62c3fe2f63aa8279230fcfd64e5f89d58d0
Author: skodak <skodak>
Date:   Mon, 03 Mar 2008 20:03:54 +0900
Tag:    v2.0.0-rc1

MDL-13730 site setting for aggregation of scales; merged from MOODLE_19_STABLE

commit bbadce5351c3592d21b46fe5c60ace7c25365e16
Author: skodak <skodak>
Date:   Sun, 02 Mar 2008 01:20:30 +0900
Tag:    v2.0.0-rc1

fixed groups property typo; merged from MOODLE_19_STABLE

commit e1ce4a652cc71dd5f28a742ee6987a7858065d93
Author: skodak <skodak>
Date:   Sat, 01 Mar 2008 22:11:31 +0900
Tag:    v2.0.0-rc1

MDL-13705

commit 8cd2314b9ab5938ab1e65c29d43189cc545f7fe1
Author: skodak <skodak>
Date:   Fri, 29 Feb 2008 06:17:52 +0900
Tag:    v2.0.0-rc1

MDL-13705

commit 15cda9c89ff4ae3ff070d9c0b394eea471ec424f
Author: skodak <skodak>
Date:   Fri, 29 Feb 2008 06:01:02 +0900
Tag:    v2.0.0-rc1

MDL-13705

commit fbe75a6348c5e933ee33b90d6e9a1b45a062bc51
Author: skodak <skodak>
Date:   Thu, 28 Feb 2008 03:50:06 +0900
Tag:    v2.0.0-rc1

MDL-13681 fixed forum search; merged from MOODLE_19_STABLE

commit 7fc1a27d056a83e7b495422694a5856c5bbccc6e
Author: skodak <skodak>
Date:   Wed, 27 Feb 2008 20:09:27 +0900
Tag:    v2.0.0-rc1

MDL-90 fixed quickforms pear include regression; merged from MOODLE_19_STABLE

commit ff1bc6034d8c2da55853575b031644476f394962
Author: skodak <skodak>
Date:   Wed, 27 Feb 2008 19:11:22 +0900
Tag:    v2.0.0-rc1

MDL-13690 activity outcome items do not support calculation - remove calc icon; merged from MOODLE_19_STABLE

commit 5fdd5693fee05847a40344bc9ece900ce0623191
Author: skodak <skodak>
Date:   Wed, 27 Feb 2008 19:08:11 +0900
Tag:    v2.0.0-rc1

MDL-90 fixed install.xml; merged from MOODLE_19_STABLE

commit 52e95845e7551baca210c0e853ffce2ee2520801
Author: skodak <skodak>
Date:   Wed, 27 Feb 2008 19:01:46 +0900
Tag:    v2.0.0-rc1

MDL-13695 precreating grades in grade calculation if needed; merged from MOODLE_19_STABLE

commit 7955c18a5add4f5d37a4607a53120de155c98cde
Author: skodak <skodak>
Date:   Wed, 27 Feb 2008 17:58:55 +0900
Tag:    v2.0.0-rc1

MDL-12497 fixed regressionwhen saving site letters, fixed redirect; merged from MOODLE_19_STABLE

commit c01a1ce0f2ab8ab5df4fe5c9adb42f6c9ac4718e
Author: skodak <skodak>
Date:   Wed, 27 Feb 2008 08:19:58 +0900
Tag:    v2.0.0-rc1

MDL-13158 choice/index.php only return values for choices in the current course.; merged from MOODLE_19_STABLE

commit e06d74d572bf64591c1a16c0ad97f9d183390897
Author: skodak <skodak>
Date:   Wed, 27 Feb 2008 07:48:16 +0900
Tag:    v2.0.0-rc1

MDL-10990 2) added event table index for calendar block/view ; merged from MOODLE_19_STABLE

commit 25322ba36fe17ed0d66c04fa132e99a7469044d7
Author: skodak <skodak>
Date:   Wed, 27 Feb 2008 07:04:23 +0900
Tag:    v2.0.0-rc1

MDL-10990 4) added missing indexes into data module; merged from MOODLE_19_STABLE

commit 525041df91c44642eb12c64830078447cc7585f4
Author: skodak <skodak>
Date:   Wed, 27 Feb 2008 06:36:48 +0900
Tag:    v2.0.0-rc1

MDL-10990 5) eliminated reply related cap queries for guests and not-logged-in users because they can not post anyway, removed reply link for guests from news posts, they did not see Add discussion link already; merged from MOODLE_19_STABLE

commit 2d2b6de176489e5779448089afec963a2706432e
Author: skodak <skodak>
Date:   Wed, 27 Feb 2008 06:24:10 +0900
Tag:    v2.0.0-rc1

fixed broken lang string with incorrect "; merged from MOODLE_19_STABLE

commit 569912622616dfaa5f001e1f5aaf3f33e30b6591
Author: skodak <skodak>
Date:   Wed, 27 Feb 2008 05:01:07 +0900
Tag:    v2.0.0-rc1

MDL-10990 1) fixed slow guest query with no mnethostid; merged from MOODLE_19_STABLE

commit 56ca1c60def7e95d966989afaf7903468dd691ad
Author: skodak <skodak>
Date:   Wed, 27 Feb 2008 04:51:13 +0900
Tag:    v2.0.0-rc1

MDL-12927 installer should detect the magic quotes settings and undo the slashes if necessary; merged from MOODLE_19_STABLE

commit 03076be407d0da5d5b856f11a228959d10715262
Author: skodak <skodak>
Date:   Wed, 27 Feb 2008 04:27:43 +0900
Tag:    v2.0.0-rc1

MDL-6591 inverted checkbox for email notification; MDL-9657 - fixed date issues in drafts; merged from MOODLE_19_STABLE

commit 8cadac9dc7b3b8528015b1eda243bb03d4e1d331
Author: skodak <skodak>
Date:   Wed, 27 Feb 2008 03:35:30 +0900
Tag:    v2.0.0-rc1

MDL-13623 proper version detection; merged from MOODLE_19_STABLE

commit 748923a045fc648a8afff31ff1c90ee3a4377fd5
Author: skodak <skodak>
Date:   Tue, 26 Feb 2008 15:26:55 +0900
Tag:    v2.0.0-rc1

MDL-13623 fixed regression in PHP < 5.2.0; merged from MOODLE_19_STABLE

commit 2c20af9c75821844e579cec55f42588e62526f39
Author: skodak <skodak>
Date:   Tue, 26 Feb 2008 06:55:43 +0900
Tag:    v2.0.0-rc1

MDL-13626 fixed mssql compatibility issue in stats upgrade; merged from MOODLE_19_STABLE

commit 183f9cc99c1f805b39e17df2958f4c9aeeb43c96
Author: skodak <skodak>
Date:   Tue, 26 Feb 2008 05:39:42 +0900
Tag:    v2.0.0-rc1

MDL-13665 HTML editor is loaded as non-secure on the secure "Add new user" form, patch by Steve Bond; merged from MOOODLE_19_SATBLE

commit 5087c945ecaeac035c27468ef97e67c02f5b71bd
Author: skodak <skodak>
Date:   Tue, 26 Feb 2008 05:22:59 +0900
Tag:    v2.0.0-rc1

MDL-13661 - fixing incorrect use of array_shift; merged from MOODLE_19_STABLE

commit 6b7af6872017ba096a0adeb5ec6dbf00383b59c8
Author: skodak <skodak>
Date:   Tue, 26 Feb 2008 00:15:36 +0900
Tag:    v2.0.0-rc1

MDL-13237, MDL-13661 - fixing rcache regression, sorry sad; merged from MOODLE_19_STABLE

commit f4fa5a636ca915397ed232729de954a8e6bf69d5
Author: skodak <skodak>
Date:   Mon, 25 Feb 2008 23:30:45 +0900
Tag:    v2.0.0-rc1

MDL-13483 adding noemailever info; merged from MOODLE_19_STABLE

commit 585385278cddd93282c83fdf093b52074074a987
Author: skodak <skodak>
Date:   Mon, 25 Feb 2008 23:05:06 +0900
Tag:    v2.0.0-rc1

MDL-13483 found two more native php mail() commands; merged from MOODLE_19_STABLE

commit 42f50aec5966d640cd6dcb167d9b3a827271301e
Author: skodak <skodak>
Date:   Mon, 25 Feb 2008 22:34:17 +0900
Tag:    v2.0.0-rc1

MDL-9657  advanced upload assignment draft tracking now available as activity setting; merged from MOODLE_19_STABLE

commit 39bc9fbbbb13a5d38d9d9f3d8e0e35f09e550fb4
Author: skodak <skodak>
Date:   Mon, 25 Feb 2008 21:39:48 +0900
Tag:    v2.0.0-rc1

MDL-9657 better dealing with drafts in assignment; merged from MOODLE_19_STABLE

commit d28f25a49398409a11c1059a5badfb3a3cc8cd37
Author: skodak <skodak>
Date:   Mon, 25 Feb 2008 21:17:46 +0900
Tag:    v2.0.0-rc1

MDL-13653 droplow not ignoring ungraded items un sum aggregation; merged from MOODLE_19_STABLE

commit 114201c84de2c92b4c96b76adc55adc97edb71ba
Author: skodak <skodak>
Date:   Mon, 25 Feb 2008 16:48:24 +0900
Tag:    v2.0.0-rc1

MDL-13644 permanent typos; merged from MOODLE_19_STABLE

commit 2f3f505f7852d3b09fd89c6925bbe46764ea1aee
Author: skodak <skodak>
Date:   Mon, 25 Feb 2008 05:15:12 +0900
Tag:    v2.0.0-rc1

MDL-13625 improve perf and fixed groups code on forum index page; merged from MOODLE_19_STABLE

commit ca67cd9f281bf24fd8dd0cea92ad2818c7d2ad3a
Author: skodak <skodak>
Date:   Mon, 25 Feb 2008 05:05:54 +0900
Tag:    v2.0.0-rc1

MDL-13303 fixed regression in forum recent activity; merged from MOODLE_19_STABLE

commit 5a4b2e8ead4eb2da63c2ac6463f27a1e19e77240
Author: skodak <skodak>
Date:   Sun, 24 Feb 2008 22:29:55 +0900
Tag:    v2.0.0-rc1

MDL-13605 use userdate() instead of date() when printing next cron execution time; merged from MOODLE_19_STABLE

commit 4ea8df21735a9938dcc8e12e1833c86d8782428d
Author: skodak <skodak>
Date:   Sun, 24 Feb 2008 21:46:37 +0900
Tag:    v2.0.0-rc1

MDL-11494 MDL-13623 - support for secure and httponly cookies; merged from MOODLE_19_STABLE

commit a90e92a538b542e3dafece7f0568706e8ec1c56c
Author: skodak <skodak>
Date:   Sun, 24 Feb 2008 19:54:21 +0900
Tag:    v2.0.0-rc1

MDL-13565 Tracking forum fixes; merged from MOODLE_19_STABLE

commit c4d989a1f77104d4e0341f4250d82c2123118256
Author: skodak <skodak>
Date:   Sun, 24 Feb 2008 19:32:59 +0900
Tag:    v2.0.0-rc1

MDL-13274 label grouping identification; merged from MOODLE_19_STABLE

commit 67ce5270fb5ab79716d07f43d1728861857f8602
Author: skodak <skodak>
Date:   Sun, 24 Feb 2008 07:55:15 +0900
Tag:    v2.0.0-rc1

MDL-13520, MDL-13604, MDL-13620 stats - better simplified parent context join, administrator now counted too, optimised processing when no day logs present; merged from MOODLE_19_STABLE

commit c7e6b7e4626d211c88083dc370a47dd05c412a86
Author: skodak <skodak>
Date:   Sun, 24 Feb 2008 04:29:25 +0900
Tag:    v2.0.0-rc1

MDL-13399, MDL-13614 fixed regression caused by last commit; merged from MOODLE_19_STABLE

commit 6682b29c8d08c8a6d9096b69bf1d1434cc114391
Author: skodak <skodak>
Date:   Sun, 24 Feb 2008 04:22:23 +0900
Tag:    v2.0.0-rc1

MDL-13615 course edit settings - improved metacourse compatible detection; merged from MOODLE_19_STABLE

commit a6af674a9957346f0f50625a8d4ad00765eccbbd
Author: skodak <skodak>
Date:   Sun, 24 Feb 2008 03:42:00 +0900
Tag:    v2.0.0-rc1

MDL-13613 added better detection for outdated course modinfo; merged from MOODLE_19_STABLE

commit ceceb9ddf4a2a09c4bbdfb10783eed385950febf
Author: skodak <skodak>
Date:   Sat, 23 Feb 2008 21:26:35 +0900
Tag:    v2.0.0-rc1

MDL-13525 role name aliases used in stat reports; merged from MOODLE_19_STABLE

commit f698601014d49428643df1e14df9df4fd6fd5ce3
Author: skodak <skodak>
Date:   Sat, 23 Feb 2008 21:17:52 +0900
Tag:    v2.0.0-rc1

MDL-13192 minor cleanup; merged from MOODLE_19_STABLE

commit a6a251c75ea98193cace0baf1ca84a89ba237868
Author: skodak <skodak>
Date:   Sat, 23 Feb 2008 21:13:47 +0900
Tag:    v2.0.0-rc1

MDL-13603  fixed course_setup() minor problem with $course in $SITE; merged from MOODLE_19_STABLE

commit ffa36c6b74e4b73f8b17dbfbaacdc0eafee61681
Author: skodak <skodak>
Date:   Sat, 23 Feb 2008 21:10:27 +0900
Tag:    v2.0.0-rc1

MDL-13526 fixed site stats report language; merged from MOODLE_19_STABLE

commit cdcd72838be8a62baf4702843f395bb8ee4db3c9
Author: skodak <skodak>
Date:   Sat, 23 Feb 2008 20:55:18 +0900
Tag:    v2.0.0-rc1

MDL-13532 removed incorrect coalesce+count combination; merged from MOODLE_19_STABLE

commit bb06244703ba48441301b1671ea66965d5ea7f30
Author: skodak <skodak>
Date:   Sat, 23 Feb 2008 04:53:48 +0900
Tag:    v2.0.0-rc1

MDL-13404 reverted - missing file and other minor problems

commit 5b726816ad9761e4065dc53f4c7819f90fc2add3
Author: skodak <skodak>
Date:   Fri, 22 Feb 2008 23:54:39 +0900
Tag:    v2.0.0-rc1

MDL-13590 fixed fatal incorrect require; merged from MOODLE_19_STABLE

commit b5ab55ddaf54f41357d9bd425c2f0fa2f3d9ca34
Author: skodak <skodak>
Date:   Thu, 21 Feb 2008 23:12:48 +0900
Tag:    v2.0.0-rc1

MDL-13274, MDL-13215 - improved modedit shared forms, label supports groupmembersonly, removed extra button for labels; mergedfrom MOODEL_19_STABLE

commit b9973acc4e5a01364b95dfe3ee6efc676ccb1606
Author: skodak <skodak>
Date:   Thu, 21 Feb 2008 19:31:55 +0900
Tag:    v2.0.0-rc1

MDL-13559 discussion moving; merged from MOODLE_19_STABLE

commit df612c4203d6c88418d7d9524e7a2590836bb006
Author: skodak <skodak>
Date:   Thu, 21 Feb 2008 18:39:58 +0900
Tag:    v2.0.0-rc1

MDL-13549 related these changes; merged from MOODLE_19_STABLE

commit ad4e76e77dcaba891b0fbd12a2f79c1fceb14436
Author: skodak <skodak>
Date:   Thu, 21 Feb 2008 18:36:19 +0900
Tag:    v2.0.0-rc1

MDL-13549 major bugfixing and improvements in outline report; merged from MOODLE_19_STABLE

commit 4a8c85b0eefa44f44a86a159b1207d1fc5d556cb
Author: skodak <skodak>
Date:   Thu, 21 Feb 2008 18:33:19 +0900
Tag:    v2.0.0-rc1

MDL-13549 major bugfixing and improvements in participation report; merged from MOODLE_19_STABLE

commit 9801a97a365083d6f7fbf3605b4d5e173489e9b4
Author: skodak <skodak>
Date:   Thu, 21 Feb 2008 18:30:13 +0900
Tag:    v2.0.0-rc1

MDL-13550 deprecated primary role concept; merged from MOODLE_19_STABLE

commit da4aa3e4bdded7cddfb76b5657794ad4a03e2d0d
Author: skodak <skodak>
Date:   Thu, 21 Feb 2008 18:27:11 +0900
Tag:    v2.0.0-rc1

MDL-13561 add cmid index to log table to speedup reports that deal with individual activities; merged from MOODLE_19_STABLE

commit 8e5a25f6f0056a3e175f9c225432800a6a48c283
Author: skodak <skodak>
Date:   Thu, 21 Feb 2008 18:20:20 +0900
Tag:    v2.0.0-rc1

MDL-13560 simplify dealing with role name course aliases; merged from MOODLE_19_STABLE

commit 928a20539d24c4c938a75583892c39404fa07461
Author: skodak <skodak>
Date:   Thu, 21 Feb 2008 17:50:45 +0900
Tag:    v2.0.0-rc1

MDL-13555 fixed typo - thanks Mitsuhiro Yoshida; merged from MOODLE_19_STABLE

commit d9cf732316cb34f8cf3fca198f83b9cce1b1bcc3
Author: skodak <skodak>
Date:   Thu, 21 Feb 2008 17:14:30 +0900
Tag:    v2.0.0-rc1

MDL-6591 moving the disable notification from fg prefs; merged from MOODLE_19_STABLE

commit cc60e66268200f38221df035f0369f1c2e9f3922
Author: skodak <skodak>
Date:   Thu, 21 Feb 2008 06:49:17 +0900
Tag:    v2.0.0-rc1

MDL-6591 changing label to Disable notification in order to prevent confusion; merged from MOODLE_19_STABLE

commit 8a59f286870843693ec57fa60e61adc42b8e390f
Author: skodak <skodak>
Date:   Thu, 21 Feb 2008 03:29:35 +0900
Tag:    v2.0.0-rc1

MDL-12909 do not included users without idnumber in xml grade export preview; merged from MOODLE_19_STABLE

commit 2dc5d980ad924ee7533e19ee14588a5c0ea931f3
Author: skodak <skodak>
Date:   Thu, 21 Feb 2008 02:50:32 +0900
Tag:    v2.0.0-rc1

MDL-6591 Optional assignment graded email notification - based on patch by Gary Anderson; merged from MOODLE_19_STABLE

commit b7943731efbedfc713f455ad9ce503650d5a67db
Author: skodak <skodak>
Date:   Wed, 20 Feb 2008 18:53:45 +0900
Tag:    v2.0.0-rc1

MDL-4667, MDL-4112 switching order of columns in course-userid log table index in order to please mysql; merged from MOODLE_19_STABLE

commit de65f28a05a2917a7953f26e9c8b089658f1e2c3
Author: skodak <skodak>
Date:   Wed, 20 Feb 2008 18:33:18 +0900
Tag:    v2.0.0-rc1

MDL-4667, MDL-4112 switching order of columns in course-userid log table index in order to please mysql; merged from MOODLE_19_STABLE

commit b8738ccfdd5fb4f1c0a9e88daebec54797c65c81
Author: skodak <skodak>
Date:   Wed, 20 Feb 2008 17:41:08 +0900
Tag:    v2.0.0-rc1

MDL-13546 fixed table name typo - patch by Samuli Karevaara; merged from MOODLE_19_STABLE

commit d0b8e40d6f15e48df1403cf3a91646b3176b4791
Author: skodak <skodak>
Date:   Tue, 19 Feb 2008 22:34:31 +0900
Tag:    v2.0.0-rc1

MDL-12538 skip to main does not work if page div contains other attributes; merged from MOODLE_19_STABLE

commit f98e18e60cb4d4d27d2b91064557960feb1e9084
Author: skodak <skodak>
Date:   Tue, 19 Feb 2008 22:13:47 +0900
Tag:    v2.0.0-rc1

MDL-9931 adding go button to delete; merged from MOODLE_19_STABLE

commit 94ba6c906c9db8f769927f7378083f517d44f530
Author: skodak <skodak>
Date:   Tue, 19 Feb 2008 22:04:04 +0900
Tag:    v2.0.0-rc1

MDL-11586 rewritten file name collision handling in upload manager - files without extension, fixed increments if file name contains _123 already; merged from MOODLE_19_STABLE

commit 7b5c194962c823a676189d6c3895551651a46310
Author: skodak <skodak>
Date:   Tue, 19 Feb 2008 20:05:53 +0900
Tag:    v2.0.0-rc1

MDL-11816 fixed wiki export with quick hack; merged from MOODLE_19_STABLE

commit a71a3aefe0c0508b45c32932789bb7646b7d6049
Author: skodak <skodak>
Date:   Tue, 19 Feb 2008 19:46:10 +0900
Tag:    v2.0.0-rc1

MDL-11843 deleting of activities directly from calendar is dangerous/confusing; merged from MOODLE_19_STABLE

commit 4f22f6a5f16a752b35bedeedeeadb1b45f40131d
Author: skodak <skodak>
Date:   Tue, 19 Feb 2008 19:04:57 +0900
Tag:    v2.0.0-rc1

MDL-12862 ewiki source code converted to utf8, patch by Tatsuya Shirai; mergedfrom MOODLE_19_STABLE

commit b03f7215c75d617fa96d51989ad32d7c0e82397d
Author: skodak <skodak>
Date:   Tue, 19 Feb 2008 08:40:21 +0900
Tag:    v2.0.0-rc1

MDL-12382 allow admins to access any course - including courses where they have guest role and course does not allow guests; merged from MOODLE_19_STABLE

commit 5f431c1bad0ea58fdbef71b82299fd03ba7a99c1
Author: skodak <skodak>
Date:   Tue, 19 Feb 2008 08:34:38 +0900
Tag:    v2.0.0-rc1

MDL-12382 allow admins to access any course - including courses where they have guest role and course does not allow guests; merged from MOODLE_19_STABLE

commit 93964e1aeb01a8bac01f47ef6e49a4fd3b843c40
Author: skodak <skodak>
Date:   Tue, 19 Feb 2008 08:10:52 +0900
Tag:    v2.0.0-rc1

MDL-13302 gradebook data deleted now in remove_course_contents() - it makes better sense to have it there; merged from MOODLE_19_STABLE

commit 7007049315a05efeb5f4c2b544744f605e0ffeee
Author: skodak <skodak>
Date:   Tue, 19 Feb 2008 05:14:16 +0900
Tag:    v2.0.0-rc1

MDL-13399 prevent ambiguous column names in get_my_courses; merged from MOODLE_19_STABLE

commit 2e0d37fe418788d943ef4a9818eac9ff2c24ddbf
Author: skodak <skodak>
Date:   Tue, 19 Feb 2008 04:10:44 +0900
Tag:    v2.0.0-rc1

MDL-12942 extra credit implemented in sum aggregation type; fixed sum aggregation; fixed division by zero in item grade min==max; merged from MOODLE_19_STABLE

commit 0f7719da377b866b7e32ad6e9c0a7d06effc8faf
Author: skodak <skodak>
Date:   Mon, 18 Feb 2008 21:36:17 +0900
Tag:    v2.0.0-rc1

big big sorry, forgotten old debug code that sends all mails to null; merged from MOODLE_19_STABLE

commit 24a46566ddc3e26ce92ec4a960e397231f5e4389
Author: skodak <skodak>
Date:   Mon, 18 Feb 2008 04:48:31 +0900
Tag:    v2.0.0-rc1

MDL-11811 OpenDocument is correct name for file format; merged from MOODLE_19_STABLE

commit 796a41b52e4c274ba80c809eb6f62e901d998d05
Author: skodak <skodak>
Date:   Mon, 18 Feb 2008 04:12:11 +0900
Tag:    v2.0.0-rc1

MDL-13445 linked activity deleting improvements; merged from MOODLE_19_STABLE

commit 46d1af82f7d8c0376dda4e1c23212d13aaec780b
Author: skodak <skodak>
Date:   Mon, 18 Feb 2008 04:04:01 +0900
Tag:    v2.0.0-rc1

MDL-12934 temporary fix for grade items of activities without proper course module record; merged from MOODLE_19_STABLE

commit 2be2c4c2cd3afb831a5108a0eeacfb2108afa248
Author: skodak <skodak>
Date:   Mon, 18 Feb 2008 03:38:44 +0900
Tag:    v2.0.0-rc1

MDL-12934 temporary fix for grade items of activities without proper course module record; merged from MOODLE_19_STABLE

commit 828af11cf2a7dd304c67b40017d6cfc170c4e155
Author: skodak <skodak>
Date:   Mon, 18 Feb 2008 02:18:33 +0900
Tag:    v2.0.0-rc1

MDL-13026 improved sql for course totals on grader report; merged from MOODLE_19_STABLE

commit ee982b07f39506f64d9d34e92ec0634dae8fd48f
Author: skodak <skodak>
Date:   Mon, 18 Feb 2008 01:06:03 +0900
Tag:    v2.0.0-rc1

MDL-13231 outcomes aggregation off by default now; merged from MOODLE_19_STABLE

commit b45d83916f0a4c55546da80d53e526f2094da7c2
Author: skodak <skodak>
Date:   Mon, 18 Feb 2008 01:01:24 +0900
Tag:    v2.0.0-rc1

MDL-13269 fixed regrading of activity raw grades; merged from MOODLE_19_STABLE

commit 322a5f6301cc364a7a3f0cc7000a857e583e224b
Author: skodak <skodak>
Date:   Sun, 17 Feb 2008 23:56:30 +0900
Tag:    v2.0.0-rc1

MDL-13437 Grader report: Showing idnumber column shifts controls into wrong columns; merged from MOODLE_19_STABLE

commit 345674caa01c065801b7fa933dd4488265bb8564
Author: skodak <skodak>
Date:   Sun, 17 Feb 2008 23:49:40 +0900
Tag:    v2.0.0-rc1

MDL-13454 user iterator fixed; merged from MOODLE_19_STABLE

commit e13f9c10087b6ebd3af92afeda478cfce048839c
Author: skodak <skodak>
Date:   Sun, 17 Feb 2008 07:29:38 +0900
Tag:    v2.0.0-rc1

MDL-13477 main version bumped to .02 - three decimal points did not work for Eloy sad; merged from MOODLE_19_STABLE

commit 61460dd63198894b8c3add726fb288791056313e
Author: skodak <skodak>
Date:   Sun, 17 Feb 2008 03:33:50 +0900
Tag:    v2.0.0-rc1

MDL-13192 major stats cleanup patch - see tracker for more details; merged from MOODLE_19_STABLE

commit 46d5b3125e67fbb76620c798350d4afd74ce5dd6
Author: skodak <skodak>
Date:   Sat, 16 Feb 2008 20:55:31 +0900
Tag:    v2.0.0-rc1

MDL-13241 adding forgotten table scale_history into upgrade code; merged from MOODLE_19_STABLE

commit bfb6a6564de733eee814c81a68499c50eb5303a3
Author: skodak <skodak>
Date:   Sat, 16 Feb 2008 20:37:07 +0900
Tag:    v2.0.0-rc1

MDL-13459 fixed hardcoded mdl_ prefix; merged from MOODLE_19_STABLE

commit 5cf5145a9c72bf2a677c170f01de19931a79518c
Author: skodak <skodak>
Date:   Sat, 16 Feb 2008 20:22:57 +0900
Tag:    v2.0.0-rc1

MDL-13241 adding forgotten table scale_history into upgrade code; merged from MOODLE_19_STABLE

commit 44022418b2e5cb1a409315f7f2386d38691108f7
Author: skodak <skodak>
Date:   Sat, 16 Feb 2008 00:28:52 +0900
Tag:    v2.0.0-rc1

undefined discussion timestart on frontpage; merged from MOODLE_19_STABLE

commit eebcab610748c27709e0e9163c9d20c898d8c364
Author: skodak <skodak>
Date:   Fri, 15 Feb 2008 20:32:34 +0900
Tag:    v2.0.0-rc1

MDL-13484 peak memory used perf info added

commit bbdf7510a66ee4f1124a85528d42da1fafde6307
Author: skodak <skodak>
Date:   Fri, 15 Feb 2008 19:47:02 +0900
Tag:    v2.0.0-rc1

MDL-13483 new hidden $CFG->noemailever setting to block sending of all emails - for dev sites only, set in config.php if needed; merged from MOODLE_19_STABLE

commit ffd58dd62620617a84ac245a2f81cc33abd3502a
Author: skodak <skodak>
Date:   Fri, 15 Feb 2008 19:39:47 +0900
Tag:    v2.0.0-rc1

fixed warning when module code missing; merged from MOODLE_19_STABLE

commit 2b0689c912f15ec9d7a3377f2f7e378a8a44ce91
Author: skodak <skodak>
Date:   Fri, 15 Feb 2008 19:31:28 +0900
Tag:    v2.0.0-rc1

MDL-13482 fixed pg issue with group by; merged from MOODLE_19_STABLE

commit f4c0cb7cf38e96d0327388ff3ad4167d80ad0141
Author: skodak <skodak>
Date:   Fri, 15 Feb 2008 17:33:29 +0900
Tag:    v2.0.0-rc1

$cours typo fixed

commit 75d46e24ab162d8ba9af2713c033e19ea0100fc3
Author: skodak <skodak>
Date:   Fri, 15 Feb 2008 01:37:01 +0900
Tag:    v2.0.0-rc1

MDL-13303 fixing missing group icons in forum; merged from MOODLE_19_STABLE

commit fd4d41c3b5bcb6b9b34aaf60de0435b8324d1791
Author: skodak <skodak>
Date:   Fri, 15 Feb 2008 01:12:53 +0900
Tag:    v2.0.0-rc1

MDL-12945 fixed sql purity to make pg happy, fixed bug in user list of active chats; merged from MOODLE_19_STABLE

commit 874e184158daf9de5b81d0a7c1eec688bf42d6bc
Author: skodak <skodak>
Date:   Thu, 14 Feb 2008 02:15:57 +0900
Tag:    v2.0.0-rc1

MDL-13303 - forgot to change warnings to developer mode only

commit 65bcf17b95be018177b4c6a00ddc454fdce10d9d
Author: skodak <skodak>
Date:   Thu, 14 Feb 2008 02:03:25 +0900
Tag:    v2.0.0-rc1

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

commit d19f47709ffbdc73fc15011d321ab1d249e47ad5
Author: skodak <skodak>
Date:   Wed, 13 Feb 2008 18:48:46 +0900
Tag:    v2.0.0-rc1

MDL-13375 fix for duplicate itemnumbers in outcome items; merged from MOODLE_19_STABLE

commit d886a7ea77214a819e5dec4ddfdc6e28d39ed0c5
Author: skodak <skodak>
Date:   Wed, 13 Feb 2008 18:24:02 +0900
Tag:    v2.0.0-rc1

MDL-13375 reverting, the bug is somewhere else

commit ad1e3409a238343c6b22a9d76d947f0390720e93
Author: skodak <skodak>
Date:   Tue, 12 Feb 2008 19:52:58 +0900
Tag:    v2.0.0-rc1

MDL-9657 assignment submission finalisation now independent from grade; merged from MOODLE_19_STABLE

commit 84d1a8fa229b8989bd871e24b117b288e2b0a1ff
Author: skodak <skodak>
Date:   Tue, 12 Feb 2008 17:20:37 +0900
Tag:    v2.0.0-rc1

MDL-11920 prevent db traffic caused by user images; merged from MOODEL_19_STABLE

commit 51edc06ea1156f9eadf942fa85a8eff53748d10b
Author: skodak <skodak>
Date:   Wed, 06 Feb 2008 08:34:20 +0900
Tag:    v2.0.0-rc1

MDL-10132 improved random glossary blocks - now uses modinfo too + fixed some notices; merged from MOODLE_19_STABLE

commit d6bc2a810413a05a58f0f44a6787ae6104298cc3
Author: skodak <skodak>
Date:   Wed, 06 Feb 2008 08:11:02 +0900
Tag:    v2.0.0-rc1

MDL-11282, MDL-11643 - removing notice() from grade_update() - we can not stop execution there!; merged from MOODLE_19_STABLE

commit af105b8abb6d7bd9234010025f664d132a831f78
Author: skodak <skodak>
Date:   Wed, 06 Feb 2008 07:55:50 +0900
Tag:    v2.0.0-rc1

MDL-13345 disabled module not present on backup form anymore; merged from MOODLE_19_STABLE

commit 1f106b3f1d2f0358ffb528211fa418cd3644499c
Author: skodak <skodak>
Date:   Wed, 06 Feb 2008 06:40:21 +0900
Tag:    v2.0.0-rc1

MDL-13155 once more - reverting mod/xx/index.php to use get_all_instances_in_courses() again, should be now nearly the same as in 1.8.x wink merged from MOODLE_19_STABLE

commit ac0b1a1987f934c4f04af0745aa31e1234403cf7
Author: skodak <skodak>
Date:   Wed, 06 Feb 2008 06:34:58 +0900
Tag:    v2.0.0-rc1

MDL-13155 reworked get_all_instances_in_course() and get_all_instances_in_courses(), based on patch by Tim; merged from MOODLE_19_STABLE

commit 7019314ba499e27b0b5824a4633e648995c0da3e
Author: skodak <skodak>
Date:   Wed, 06 Feb 2008 04:52:58 +0900
Tag:    v2.0.0-rc1

MDL-13292 <Vspan> tag on the bottom of the wiki HTML Editor fixed; merged from MOODLE_19_STABLE

commit cd2d75e95cdd2c663aec63665c10532158b751b7
Author: skodak <skodak>
Date:   Wed, 06 Feb 2008 03:42:37 +0900
Tag:    v2.0.0-rc1

MDL-10796 fixed wiki deprecated passing by reference; merged from MOODLE_19_STABLE

commit cba498f0904f47d2ae3abb798a1f597b7802efa9
Author: skodak <skodak>
Date:   Tue, 05 Feb 2008 22:11:48 +0900
Tag:    v2.0.0-rc1

MDL-12518 fixed restore of grade calculations; merged from MOODLE_19_STABLE

commit 76b570d60232fa3cdd5d243b3fbaa42d453c94d1
Author: skodak <skodak>
Date:   Tue, 05 Feb 2008 21:59:28 +0900
Tag:    v2.0.0-rc1

MDL-12938, MDL-12937 - unenrol fixes - can not unenrol if can not unassign all users roles in course, do not show self unenrol if enrolment comes from parent context, fixed rturn value from get_user_roles; based on patch by Eric Merrill; merged from MOODLE_19_STABLE

commit df17e1bd9345bee04e6fc40265b2f1bddc883fe8
Author: skodak <skodak>
Date:   Tue, 05 Feb 2008 20:49:39 +0900
Tag:    v2.0.0-rc1

MDL-3942 fixed warnings; merged from MOODEL_19_STABLE

commit f7633b0f2e5ab47d8dc1b7f12955cbb2512bf3d1
Author: skodak <skodak>
Date:   Tue, 05 Feb 2008 20:45:05 +0900
Tag:    v2.0.0-rc1

MDL-12795 length specification in configtext constructor instead of css; merged from MOODLE_19_STABLE

commit 13bbe067f0325db0b237ce9a175843ac2ff1275b
Author: skodak <skodak>
Date:   Tue, 05 Feb 2008 20:22:13 +0900
Tag:    v2.0.0-rc1

MDL-3942 - various forum scoring types - patch by Anthony Borrow; merged from MOODLE_19_STABLE

commit df1c2c71da91499cdc0fcc91c328fa6b7c9c8757
Author: skodak <skodak>
Date:   Tue, 05 Feb 2008 19:52:20 +0900
Tag:    v2.0.0-rc1

MDL-13335 rewritten caching in forum cron; merged from MOODLE_19_STABLE

commit 133d5a97dbf57c404e7ecd4f328eef1d961563fb
Author: skodak <skodak>
Date:   Tue, 05 Feb 2008 19:41:05 +0900
Tag:    v2.0.0-rc1

MDL-13334 get_role_access() static cache in cron only; merged from MOODLE_19_STABLE

commit a3ff2dc294d87a70d7e2439cac91cac530222623
Author: skodak <skodak>
Date:   Tue, 05 Feb 2008 08:53:26 +0900
Tag:    v2.0.0-rc1

MDL-13038 update_record now works with boolean false; merged from MOODLE_19_STABLE

commit 8c0daa223b06cfe42ef91a3cedd2d75701f353bc
Author: skodak <skodak>
Date:   Mon, 04 Feb 2008 02:57:50 +0900
Tag:    v2.0.0-rc1

MDL-13320 typo in lang/en_utf8/forum.php, found by Mitsuhiro Yoshida; merged from MOODLE_19_STABLE

commit 0f0a5c28677746cedc24e8973b36ceaf7683d33e
Author: skodak <skodak>
Date:   Mon, 04 Feb 2008 02:28:25 +0900
Tag:    v2.0.0-rc1

MDL-13319 skip disabled modules and blocks in cron; merged from MOODLE_19_STABLE

commit 683ff270fe7ed5e10ed1bd77313238640064f1ec
Author: skodak <skodak>
Date:   Mon, 04 Feb 2008 01:23:54 +0900
Tag:    v2.0.0-rc1

MDL-13317 use cached system context in get_user_access_sitewide and when rebuilding paths; merged from MOODLE_19_STABLE

commit 6a5dc27c18a22411a45f8d4a488b4f2273536eac
Author: skodak <skodak>
Date:   Mon, 04 Feb 2008 01:01:33 +0900
Tag:    v2.0.0-rc1

MDL-13316 added static cache for time zone info; merged from MOODLE_19_STABLE

commit 7f30b5fc2c07095f6b7162183b8f506d2afec222
Author: skodak <skodak>
Date:   Sun, 03 Feb 2008 21:53:33 +0900
Tag:    v2.0.0-rc1

MDL-13312 fixed notices caused by previous commit, patch by Gary Anderson; merged from MOODLE_19_STABLE

commit 1cc54a45d7dbd4e8a90cbff961d8d8ad50e3c241
Author: skodak <skodak>
Date:   Sun, 03 Feb 2008 19:57:07 +0900
Tag:    v2.0.0-rc1

MDL-13310 added static cron cache into format_text() to prevent some db access; merged from MOODLE_19_STABLE

commit f4528bdcfeac5da3169e9b563e80cb61aceb8d1e
Author: skodak <skodak>
Date:   Sun, 03 Feb 2008 19:37:03 +0900
Tag:    v2.0.0-rc1

MDL-13306 option to skip logging of blocked emails in forum cron; merged from MOODLE_19_STABLE

commit a5cef9c87e2efaa786e6c0b4ebe5c3ec8bf911d1
Author: skodak <skodak>
Date:   Sun, 03 Feb 2008 19:21:27 +0900
Tag:    v2.0.0-rc1

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

commit 1921b95df5f220f6bab0facbb1e554b5c3390e0c
Author: skodak <skodak>
Date:   Sun, 03 Feb 2008 08:00:19 +0900
Tag:    v2.0.0-rc1

MDL-12901 undo weird IE6 hack on bulk and manage users filter form; merged from MOODLE_19_STABLE

commit e5eb2d3426fb985945a675065c81557cc766a308
Author: skodak <skodak>
Date:   Sun, 03 Feb 2008 06:53:28 +0900
Tag:    v2.0.0-rc1

MDL-12710 no wrapping of user selection columns in user bulk form; merged from MOODLE_19_STABLE

commit 92b0d47c20ca903bd344735ccdcb347221f0b328
Author: skodak <skodak>
Date:   Sun, 03 Feb 2008 06:34:08 +0900
Tag:    v2.0.0-rc1

MDL-12900 prevent fatal errors when incorrect scale id specified in grade_item; mergedfrom MOODLE_19_STABLE

commit d1556c0985dd14417b3e8fabe1c4de1b3948f00d
Author: skodak <skodak>
Date:   Sun, 03 Feb 2008 06:23:41 +0900
Tag:    v2.0.0-rc1

MDL-13147 fixing undefined ungraded array and its indexes; merged from MOODLE_19_STABLE

commit 1a4872b63e965aadb18a169f243f76688a2ff4fb
Author: skodak <skodak>
Date:   Sun, 03 Feb 2008 03:56:28 +0900
Tag:    v2.0.0-rc1

MDL-13257 fixed problems when section 0 does not exist yet; merged from MOODLE_19_STABLE

commit 3a6c690a86687d8745eb4a3db5196b186bcdd225
Author: skodak <skodak>
Date:   Sun, 03 Feb 2008 01:22:47 +0900
Tag:    v2.0.0-rc1

MDL-13239 improved smtp bulk setting based on feedback from Gary; merged from MOODLE_19_STABLE

commit 76cbde4138389696c1849ba76d641cc812da48ee
Author: skodak <skodak>
Date:   Fri, 01 Feb 2008 23:10:49 +0900
Tag:    v2.0.0-rc1

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

commit 5c17befa612d6151285d6f509828e6bfc528b0f0
Author: skodak <skodak>
Date:   Fri, 01 Feb 2008 18:12:33 +0900
Tag:    v2.0.0-rc1

MDL-12945 modfullnames typo; merged from MOODLE_19_STABLE

commit 52ae8c057a95c143b23b5dec72c12ca666b7be37
Author: skodak <skodak>
Date:   Fri, 01 Feb 2008 18:09:04 +0900
Tag:    v2.0.0-rc1

MDL-12945 fixing mod indexes broken by previous commit; merged from MOODLE_19_STABLE

commit edc06a5399ee79c092e01f38e470cfb9588b7a6a
Author: skodak <skodak>
Date:   Fri, 01 Feb 2008 17:23:11 +0900
Tag:    v2.0.0-rc1

MDL-13220 rebuild course cache after ajax edits - patch by Myles Carrick; merged from MOODLE_19_STABLE

commit 1ea543df62ae26673679bfa43b5c81259f7bab28
Author: skodak <skodak>
Date:   Fri, 01 Feb 2008 17:15:38 +0900
Tag:    v2.0.0-rc1

MDL-7547 yet more speed improvements in rebuild_course_cache() ; merged from MOODLE_19_STABLE

commit f36cbf1d6e5e20d877a246137d52cb5937afbbb1
Author: skodak <skodak>
Date:   Fri, 01 Feb 2008 16:48:26 +0900
Tag:    v2.0.0-rc1

MDL-13214 rebuild_course_cache fixes and speed improvements; merged from MOODLE_19_STABLE

commit b4619aba72ba5d7d2647d8bcdab6fb99164022fe
Author: skodak <skodak>
Date:   Fri, 01 Feb 2008 16:33:37 +0900
Tag:    v2.0.0-rc1

MDL-12945 disabled mods are not returned from get_course_mods() anymore, the results are used in scheduled backup and other parts that do not expect disabled mods; merged from MOODLE_19_STABLE

commit c2f6fe2fbf0ab5bb1f1da21891066412141dffe4
Author: skodak <skodak>
Date:   Fri, 01 Feb 2008 16:05:58 +0900
Tag:    v2.0.0-rc1

MDL-13239 smtp bulk sending; merged from MOODLE_19_MERGED

commit 56edc4490dd3d894d3380c3d81c449a1fa9d2653
Author: skodak <skodak>
Date:   Wed, 30 Jan 2008 02:30:46 +0900
Tag:    v2.0.0-rc1

MDL-13237 rceche limiting through intcachemax finally implemented - this should prevent major memory leaks; merged from MOODLE_19_STABLE

commit af88aeb007feb84fd28f2d925843e5368037e23f
Author: skodak <skodak>
Date:   Fri, 25 Jan 2008 21:07:36 +0900
Tag:    v2.0.0-rc1

MDL-12945 minor modinfo improvement- fixed typos (thanks Nicolas); merged from MOODLE_19_STABLE

commit 65a00c975e92a281fe76df0f94d9c3db5a51d00e
Author: skodak <skodak>
Date:   Fri, 25 Jan 2008 18:39:32 +0900
Tag:    v2.0.0-rc1

MDL-12945 minor modinfo improvement; merged from MOODLE_19_STABLE

commit dd97c3286859dff8e9f14f23941d8cb891bba18b
Author: skodak <skodak>
Date:   Fri, 25 Jan 2008 05:33:50 +0900
Tag:    v2.0.0-rc1

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

commit 0bf0e3219ea1d66dfe65be1553f11194f642f511
Author: skodak <skodak>
Date:   Fri, 25 Jan 2008 04:02:27 +0900
Tag:    v2.0.0-rc1

MDL-13050 Reverting, it's not working out as well as planned; merged from MOODLE_19_STABLE

commit 883187d0b70ae6db82818f9a0b6d714b8d168363
Author: skodak <skodak>
Date:   Thu, 24 Jan 2008 04:05:22 +0900
Tag:    v2.0.0-rc1

MDL-13026 rewritten sql for calculation of averages on grader report, I hope it will be a bit faster now; merged from MOODLE_19_STABLE

commit d48ebf9769d9914a1bbd117d9bb45655d59157da
Author: skodak <skodak>
Date:   Thu, 24 Jan 2008 02:41:30 +0900
Tag:    v2.0.0-rc1

MDL-11920 prevent db traffic caused by user images; merged from MOODLE_19_STABLE

commit 57956368ed279ef5ece643f21a7b6965186a73d6
Author: skodak <skodak>
Date:   Tue, 22 Jan 2008 21:12:30 +0900
Tag:    v2.0.0-rc1

MDL-12144 new catgory on modedit available only when outcomes used in course; merged from MOODLE_19_STABLE

commit 29c660c4be6c8bb5a0ff9b020129c41cc45b3584
Author: skodak <skodak>
Date:   Tue, 22 Jan 2008 20:59:39 +0900
Tag:    v2.0.0-rc1

MDL-12144 fixed creation of course category; merged from MOODLE_19_STABLE

commit b5d4efc60fd4e637bf801f26e25dffc066bc62d8
Author: skodak <skodak>
Date:   Tue, 22 Jan 2008 17:27:30 +0900
Tag:    v2.0.0-rc1

MDL-13091 Aggregate including subcategories off by default, adding default values info into grade cat combo setting; merged from MOODLE_19_STABLE

commit 8a0a6046a3b0fca47bf6131133e52d080fbb2291
Author: skodak <skodak>
Date:   Tue, 22 Jan 2008 08:36:19 +0900
Tag:    v2.0.0-rc1

MDL-13085 delete grades and items when uninstalling module; merged from MOODLE_19_STABLE

commit 49292fa0269c90d02436d9698395821dcf0a2221
Author: skodak <skodak>
Date:   Tue, 22 Jan 2008 03:46:31 +0900
Tag:    v2.0.0-rc1

MDL-12620 When a student receives feedback on an an assignment, they should be able to see how many points it is worth; merged from MOODLE_19_STABLE

commit 4b86bb0827f17f7cc6514c674bb31d846a996986
Author: skodak <skodak>
Date:   Tue, 22 Jan 2008 03:42:03 +0900
Tag:    v2.0.0-rc1

MDL-12773, MDL-12144 grade category selection on modedit page; merged from MOODLE_19_STABLE

commit fd6fefb7900123b2802d11d127cac4b40fb4aa94
Author: skodak <skodak>
Date:   Tue, 22 Jan 2008 03:18:07 +0900
Tag:    v2.0.0-rc1

MDL-13084 SORT_LOCALE_STRING not defined < PHP 4.4.0; merged from MOODLE_19_STABLE

commit 85a0a69fa4bba7f6367be4c987d4cd5f6e0f833f
Author: skodak <skodak>
Date:   Mon, 21 Jan 2008 16:19:19 +0900
Tag:    v2.0.0-rc1

MDL-13081 add "long grade" formatted string "score / maxscore" into grade_get_grades() and friends; merged from MOODLE_19_STABLE

commit 0806f57068ffbb923fc1d8e7397cd0e8f7744fb9
Author: skodak <skodak>
Date:   Mon, 21 Jan 2008 16:08:31 +0900
Tag:    v2.0.0-rc1

MDL-13080 delete calendar events when uninstalling modules; merged from MOODLE_19_STABLE

commit 6a525ce289a4434fb892a14aae0e604f0b1c9411
Author: skodak <skodak>
Date:   Mon, 21 Jan 2008 02:59:26 +0900
Tag:    v2.0.0-rc1

MDL-12983 Installation stops after trying to download Language-Pack - patch by Dan Poltawski; merged from MOODLE_19_STABLE

commit ff396fd5973f5c6f524be24985a5c5cd27104428
Author: skodak <skodak>
Date:   Sun, 20 Jan 2008 05:05:21 +0900
Tag:    v2.0.0-rc1

MDL-13063 fixed comments and changeme password reset; merged from MOODLE_19_STABLE

commit 80c64fc77fbdb807d07be8f92b0a6ead4c445319
Author: skodak <skodak>
Date:   Sat, 19 Jan 2008 02:13:56 +0900
Tag:    v2.0.0-rc1

MDL-13052 edit/user.php typo; merged from MOODLE_19_STABLE

commit 325c194a6fda6146ffbbec96cd5f0892e57784d7
Author: skodak <skodak>
Date:   Fri, 18 Jan 2008 19:49:59 +0900
Tag:    v2.0.0-rc1

MDL-11072 sort groupings alphabetically; merged from MOODLE_19_STABLE

commit 3980c306b1d556c895b075712449ceb0f09d83c5
Author: skodak <skodak>
Date:   Fri, 18 Jan 2008 19:16:39 +0900
Tag:    v2.0.0-rc1

MDL-11759 group edit cleanup; merged from MOODLE_18_STABLE

commit 4559ab345f3874f4ea8a9e054e04a05d734feaa4
Author: skodak <skodak>
Date:   Fri, 18 Jan 2008 19:08:40 +0900
Tag:    v2.0.0-rc1

MDL-11759 group edit cleanup; merged from MOODLE_18_STABLE

commit 588cd516e19840fc58612dced865136653b7f8eb
Author: skodak <skodak>
Date:   Thu, 17 Jan 2008 02:24:08 +0900
Tag:    v2.0.0-rc1

tweak has_capability() debug mode to add only one query per page for cap name verification; merged from MOODLE_19_STABLE

commit 028553e774130a2a95577653205a539e9d074b85
Author: skodak <skodak>
Date:   Tue, 15 Jan 2008 08:29:00 +0900
Tag:    v2.0.0-rc1

MDL-12822  readding grade_get_course_grade(), alternative to grade_get_course_grades(); merged from MOODLE_19_STABLE

commit 204175c5ce5b280a328e2744af0490719edfeaeb
Author: skodak <skodak>
Date:   Tue, 15 Jan 2008 07:46:03 +0900
Tag:    v2.0.0-rc1

MDL-12912 module idnumber course unique only; merged from MOODLE_19_STABLE

commit bb7152cc4e404ac5c45f93a40fd0a74b32b18902
Author: skodak <skodak>
Date:   Sat, 12 Jan 2008 08:22:50 +0900
Tag:    v2.0.0-rc1

MDL-12914 Register globals trouble; merged from MOODLE_19_STABLE

commit fffa8b358ff50f5033ece2bae879c90325267fd8
Author: skodak <skodak>
Date:   Fri, 11 Jan 2008 22:09:51 +0900
Tag:    v2.0.0-rc1

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

commit c57da11991ed35e4ccbae0eb8bcd3b3e8971a546
Author: skodak <skodak>
Date:   Fri, 11 Jan 2008 08:13:30 +0900
Tag:    v2.0.0-rc1

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

commit cb3883c2972019fd8c16d371b681c48e64b27cb5
Author: skodak <skodak>
Date:   Fri, 11 Jan 2008 00:09:58 +0900
Tag:    v2.0.0-rc1

MDL-12911 fixed permission checks; merged from MOODLE_18_STABLE

commit 307155469e4887ea4944d60ebfe2cfcf9bedef9c
Author: skodak <skodak>
Date:   Thu, 10 Jan 2008 19:01:06 +0900
Tag:    v2.0.0-rc1

search cron.php is included from search block, the config.php was already included in admin/cron.php

commit b9f49659b6d59a81504c73607a022a6169468987
Author: skodak <skodak>
Date:   Thu, 10 Jan 2008 03:19:42 +0900
Tag:    v2.0.0-rc1

MDL-12822 removing some unused grade functions (obsoleted by format grade function), renaming PUBLIC API to activity communication API and adding new querylib.php with useful functions (requested by other devs); merged from MOODLE_19_STABLE

commit c395030777f525a2d43b0aa94d4eacd77218d65b
Author: skodak <skodak>
Date:   Tue, 08 Jan 2008 16:33:48 +0900
Tag:    v2.0.0-rc1

MDL-11830 width applied to input fields only, that should solve the incorrect size of button; merged from MOODLE_19_STABLE

commit f49312b6a61d6fb38495a7eb53c736a99ff75685
Author: skodak <skodak>
Date:   Tue, 08 Jan 2008 16:16:18 +0900
Tag:    v2.0.0-rc1

MDL-12869 fixed minor security problem in installer - reported by hanno; merged from MOODLE_19_STABLE

commit 3483ea572a0f143fc250c4f177ca55621c3fd5c9
Author: skodak <skodak>
Date:   Fri, 04 Jan 2008 01:37:09 +0900
Tag:    v2.0.0-rc1

MDL-12817 logout before 1.9 upgrade in order to prevent weird upgrade problems; merged from MOODLE_19_STABLE

commit 8293c751987fd89fa6b59c8f549ddcda7a8698b0
Author: skodak <skodak>
Date:   Fri, 04 Jan 2008 00:03:32 +0900
Tag:    v2.0.0-rc1

MDL-6786 Improved dropping of block and module tables during uninstall; merged from MOODLE_19_STABLE

commit df512196f5860bce81f964c171a83256dc81a0a9
Author: skodak <skodak>
Date:   Thu, 03 Jan 2008 07:53:47 +0900
Tag:    v2.0.0-rc1

MDL-9744 passwork field for ldap bind pw - patch by Iñaki Arenaza; merged from MOODLE_18_STABLE

commit a11791952788f0100066c6ea23d1384d78164b2d
Author: skodak <skodak>
Date:   Thu, 03 Jan 2008 07:36:31 +0900
Tag:    v2.0.0-rc1

MDL-10975 enrol_database_sync.php will run even if the plugin is disabled - patch by Braden MacDonald; merged from MOODLE_19_STABLE

commit bc37088926b89c6f3f826ac17cd4cb4756f868b5
Author: skodak <skodak>
Date:   Thu, 03 Jan 2008 03:49:00 +0900
Tag:    v2.0.0-rc1

MDL-11471 adodb 4.96a import; merged from MOODLE_19_STABLE

commit 7c09710cbf634c8e9d429c086fef700a8f75cb24
Author: skodak <skodak>
Date:   Thu, 03 Jan 2008 01:47:57 +0900
Tag:    v2.0.0-rc1

MDL-12796 iplookup rewrite

commit e9c0fa35f406a0f7a28559445b09f86d671ee10c
Author: skodak <skodak>
Date:   Wed, 02 Jan 2008 07:25:11 +0900
Tag:    v2.0.0-rc1

MDL-12794 admin setting for file location; merged from MOODLE_19_STABLE

commit 3e475991f9747cbd29b5c3523afeae3390347186
Author: skodak <skodak>
Date:   Wed, 02 Jan 2008 02:23:05 +0900
Tag:    v2.0.0-rc1

MDL-12793 PARAM_HOST incorrect cleaning; merged from MOODLE_19_STABLE

commit 587c7040f57283a0cf2e8df0b84075658712e35e
Author: skodak <skodak>
Date:   Wed, 02 Jan 2008 00:51:54 +0900
Tag:    v2.0.0-rc1

MDL-12790 highlighting in admin search results breaks html MDL-12791 add defaults parameter to format_admin_setting() MDL-12792 search in admin settings and defaults + minor speedup of fast highlighting and fixed empty span tags

commit 599f06cff1afc2986cff55733451a6dcf1b9b5e4
Author: skodak <skodak>
Date:   Tue, 01 Jan 2008 08:18:06 +0900
Tag:    v2.0.0-rc1

MDL-11845 fixed security issues in curl related code in new download_file_content() + minor fixes in Snoopy; merged from MOODLE_19_STABLE

commit 407d81349cb4b5852fc10faf7765a15606a1ed65
Author: skodak <skodak>
Date:   Tue, 01 Jan 2008 00:55:36 +0900
Tag:    v2.0.0-rc1

MDL-12786 admin search in configselect choices; merged from MOODLE_19_STABLE

commit 6bf55889ddf85dcd967fb004654eb530f197c6f4
Author: skodak <skodak>
Date:   Tue, 01 Jan 2008 00:37:12 +0900
Tag:    v2.0.0-rc1

MDL-12782 magpie now uses download_file_content() - that should solve several remote RSS issues including proxy user/password + several download_file_content() improvements + other minor fixes; merged from MOODLE_19_STABLE

commit cd9f96a845835460ca0b2523d3ff4c80f7cc31f4
Author: skodak <skodak>
Date:   Mon, 31 Dec 2007 07:55:10 +0900
Tag:    v2.0.0-rc1

MDL-11830 a bit bigger button in login block, removing colons and adding css spacing; merged from MOODLE_19_STABLE

commit 76bd786d3f78c2c160d37be6ffeec5eb1ec3e580
Author: skodak <skodak>
Date:   Mon, 31 Dec 2007 07:36:16 +0900
Tag:    v2.0.0-rc1

MDL-12698, MDL-12569 - fixed inline docs; merged from MOODLE_19_STABLE

commit 8cad6cca87a27889253f9cfb9b3992d67f330a02
Author: skodak <skodak>
Date:   Mon, 31 Dec 2007 07:30:46 +0900
Tag:    v2.0.0-rc1

MDL-12775 PARAM_INT value '' automatically converted to 0 in configtext settings; merged from MOODLE_19_STABLE

commit eb7f78afb1b1b585a74f745f5f278c58c61725e2
Author: skodak <skodak>
Date:   Mon, 31 Dec 2007 07:25:16 +0900
Tag:    v2.0.0-rc1

MDL-11845 unmask password field type for proxy url - thanks Dan for reminding me; merged from MOODLE_19_STABLE

commit a7d43f0d159cc4e65ae7d765cbf07d35226227c0
Author: skodak <skodak>
Date:   Mon, 31 Dec 2007 07:19:36 +0900
Tag:    v2.0.0-rc1

MDL-12698, MDL-12569 - componentlib & langimport improvements and fixes; merged from MOODLE_19_STABLE

commit 5f8bdc17a83749b53594125dbfebc866725cb341
Author: skodak <skodak>
Date:   Mon, 31 Dec 2007 04:42:51 +0900
Tag:    v2.0.0-rc1

MDL-11845 removing curl emulation library, snoopy has better support for proxies and seems to be more reliable on different platforms; spelling correction cURL instead of Curl; adding all proxy admin settings; better debug messages for file downloading; SOCKS5 proxy support; merged from MOODLE_19_STABLE

commit e33fbf87ed77fb1f837ea7c81a6ce3b879b20a04
Author: skodak <skodak>
Date:   Mon, 31 Dec 2007 02:59:17 +0900
Tag:    v2.0.0-rc1

MDL-12774 allow returning of errors from admin configtext settings; merged from MOODLE_19_STABLE

commit 8bbfc1e321c954b6f63a4f7072271c8e1c9230ff
Author: skodak <skodak>
Date:   Sun, 30 Dec 2007 01:49:26 +0900
Tag:    v2.0.0-rc1

MDL-12756 print save button in admin search only when there are settings to save; merged from MOODLE_19_STABLE

commit 64874c5aacf05881c5d07ae59e24448f9343817f
Author: skodak <skodak>
Date:   Sun, 30 Dec 2007 01:38:25 +0900
Tag:    v2.0.0-rc1

MDL-12752 making unsupported pages truly hidden; merged from MOODLE_19_STABLE

commit 50acc61321c7febb342dd20fbc9b1ea8f85b5a2d
Author: skodak <skodak>
Date:   Thu, 27 Dec 2007 08:21:38 +0900
Tag:    v2.0.0-rc1

MDL-9552 reverting the [$userid] change - we do need array there in upgrades and changes in modedit; merged from MOODLE_19_STABLE

commit 6d77b23c557fc293e4e102544c695135ebc5e322
Author: skodak <skodak>
Date:   Thu, 27 Dec 2007 06:33:34 +0900
Tag:    v2.0.0-rc1

MDL-12735 Make AJAX on by default, add option to disable AJAX course editing by default; merged from MOODLE_19_STABLE

commit e69499c8dfcc74000c3ffce8f7c16a75786ba87c
Author: skodak <skodak>
Date:   Wed, 26 Dec 2007 22:33:25 +0900
Tag:    v2.0.0-rc1

MDL-12729 show recoverable fatal errors in DEBUG_ALL and DEBUG_DEVELOPER; merged from MOODLE_19_STABLE

commit 89f3974190b18bced1dff7e39ffcf87853b66653
Author: skodak <skodak>
Date:   Wed, 26 Dec 2007 21:42:33 +0900
Tag:    v2.0.0-rc1

MDL-12351 verify active group before use because allowed groups may change; merged from MOODLE_19_STABLE

commit 9b8ba7cddac9b198f2ea408634d12d9d5d753b09
Author: skodak <skodak>
Date:   Wed, 26 Dec 2007 07:22:16 +0900
Tag:    v2.0.0-rc1

MDL-12728 missing USER->mnehostid in forum cron processing; merged from MOODLE_19_STABLE

commit 8377472307a8b74a2b88ce5e127f9d83a4ad0b4c
Author: skodak <skodak>
Date:   Wed, 26 Dec 2007 07:03:31 +0900
Tag:    v2.0.0-rc1

MDL-11783 no uploads after finalising; merged from MOODLE_19_STABLE

commit e7dee37f9beb5ac103c205cec6779f9a536717f2
Author: skodak <skodak>
Date:   Wed, 26 Dec 2007 06:06:32 +0900
Tag:    v2.0.0-rc1

MDL-11758 removing one htmlpurifier file to prevent problems on some systems; merged from MOODLE_19_STABLE

commit 696c7f753f917ebe16cd47748e6cb4755ab1279d
Author: skodak <skodak>
Date:   Wed, 26 Dec 2007 05:56:36 +0900
Tag:    v2.0.0-rc1

MDL-12338 prevent KSES from breaking í chars in alt/title tags - credit goes to Eloy; merged from MOODLE_19_STABLE

commit eafb9d9eda95259a14ce9cbfd677dfe10a0e550d
Author: skodak <skodak>
Date:   Wed, 26 Dec 2007 05:51:23 +0900
Tag:    v2.0.0-rc1

MDL-12458 fixed gradebook upgrade/update problems when not grades yet in activities; merged from MOODLE_19_STABLE

commit 54d0812500fac303dcaac04107ac5d752a0a5f0c
Author: skodak <skodak>
Date:   Tue, 25 Dec 2007 20:42:45 +0900
Tag:    v2.0.0-rc1

MDL-11561 tex debug leaking sensitive info; merged from MOODLE_19_STABLE

commit 109e3cb281b4dcf641f99caa74da9a914041012d
Author: skodak <skodak>
Date:   Tue, 25 Dec 2007 19:03:59 +0900
Tag:    v2.0.0-rc1

MDL-11561 improved text filter cache resetting when settings change; fixed bug causing fatal errors if html purifier enabled during upgrade; merged from MOODLE_19_STABLE

commit 4ef8e74c53ae61d5645df8caf41f5227d58334ed
Author: skodak <skodak>
Date:   Tue, 25 Dec 2007 06:16:30 +0900
Tag:    v2.0.0-rc1

MDL-12725 remove_dir() does not return correct status and fails if dir does not exist + improved sanity test in check_dir_exists(); merged from MOODLE_19_STABLE

commit ba7d966bae7240247d71bdb435440459b79a7abb
Author: skodak <skodak>
Date:   Tue, 25 Dec 2007 06:08:39 +0900
Tag:    v2.0.0-rc1

MDL-12724 import of html purifier 2.1.3; merged from MOODLE_19_STABLE

commit 2905da9c66398dcae66e29b43fb0a0baab1756fa
Author: skodak <skodak>
Date:   Tue, 25 Dec 2007 05:54:12 +0900
Tag:    v2.0.0-rc1

MDL-12713 all IE versions are broken beyond belief, rewrite of admin tree collapsing/expanding; merged from MOODLE_19_STABLE

commit c2faa1d82f9d5000804d8b1e5dcf5261f14b79f4
Author: skodak <skodak>
Date:   Mon, 24 Dec 2007 05:01:14 +0900
Tag:    v2.0.0-rc1

MDL-12720 removing confusing/not implemented CONTEXT_PERSONAL; merged from MOODLE_19_STABLE

commit 47af2e43f301162bcbaa41fe9b8817e0963a522c
Author: skodak <skodak>
Date:   Mon, 24 Dec 2007 04:48:32 +0900
Tag:    v2.0.0-rc1

MDL-12720 removing confusing/not implemented CONTEXT_PERSONAL; merged from MOODLE_19_STABLE

commit 8ebb324b041899e2f24e3a2c5eb9e4bbc800162c
Author: skodak <skodak>
Date:   Sun, 23 Dec 2007 22:55:10 +0900
Tag:    v2.0.0-rc1

MDL-12718 show the print_header navigation warning only if in DEBUG_DEVELOPER mode; merged from MOODLE_19_STABLE

commit 392e73631e4d31b5186c0d4c452d5f522b103611
Author: skodak <skodak>
Date:   Sun, 23 Dec 2007 22:10:35 +0900
Tag:    v2.0.0-rc1

MDL-12716 fixed admin setting for rcache; more robust rcache handling in setup.php; merged from MOODLE_19_STABLE

commit bca13de752e4cbc951dbfc011b789c70638242ac
Author: skodak <skodak>
Date:   Sun, 23 Dec 2007 21:05:54 +0900
Tag:    v2.0.0-rc1

MDL-12717  use apply_default_exception_settings before other admin defaults; merged from MOODLE_19_STABLE

commit 9a7a785161a25abb8466060af0a7ea7a04a02aa9
Author: skodak <skodak>
Date:   Sun, 23 Dec 2007 20:53:31 +0900
Tag:    v2.0.0-rc1

MDL-12714 no guest autologin for admin settings; merged from MOODLE_19_STABLE

commit 6225fd13c09fec594eb80da399cd32f49dac2bd8
Author: skodak <skodak>
Date:   Sun, 23 Dec 2007 20:50:23 +0900
Tag:    v2.0.0-rc1

MDL-12711 use 'checked' value for enabled resource_popup; merged from MOODLE_19_STABLE

commit a7ad48fd43b09fca7c628f52d735b69b9ebaa53a
Author: skodak <skodak>
Date:   Sun, 23 Dec 2007 06:58:10 +0900
Tag:    v2.0.0-rc1

MDL-12712 fixed multiselect when nothing selected; merged from MOODLE_19_STABLE

commit cb0e9fbdd2f5eb7057fef36693d65519ffc8db0c
Author: skodak <skodak>
Date:   Sun, 23 Dec 2007 03:17:15 +0900
Tag:    v2.0.0-rc1

MDL-12705 disabled guest autoogin in upgrade scripts; merged from MOODLE_19_STABLE

commit 01ca2df07a5fd2f4ff4823a1bc0569bf70d55ff2
Author: skodak <skodak>
Date:   Fri, 21 Dec 2007 18:53:00 +0900
Tag:    v2.0.0-rc1

MDL-12690 use the same title for block in admin tree as in blocks manage page; merged from MOODLE_19_STABLE

commit 7a85562ef1b29ae3fecb0076ec1d4a3fb046611e
Author: skodak <skodak>
Date:   Fri, 21 Dec 2007 06:37:49 +0900
Tag:    v2.0.0-rc1

MDL-12683 - fixing broken tex in windows (borked by my last commit) sorry; merged from MOODLE_19_STABLE

commit 00ed8abd19da675fb928b4c827cac07cffe18e4c
Author: skodak <skodak>
Date:   Fri, 21 Dec 2007 06:17:23 +0900
Tag:    v2.0.0-rc1

MDL-12443 use "UTF-8" label instead of "None" in sitemailcharset select box; merged from MOODLE_19_STABLE

commit 58424a33d5d6cde3ac89e975e2ab1f4dea983c0c
Author: skodak <skodak>
Date:   Fri, 21 Dec 2007 06:00:05 +0900
Tag:    v2.0.0-rc1

MDL-12684 fixing wrong link to manual settings page - settings.php not implemented yet, sorry; merged from MOODLE_19_STABLE

commit fa0b37376425e4d5cc1f9a3b4556cc6ff087075c
Author: skodak <skodak>
Date:   Fri, 21 Dec 2007 02:38:38 +0900
Tag:    v2.0.0-rc1

MDL-12680 Assignment count for groups not working - patch by Greg Humphreys; merged from MOODLE_19_STABLE

commit 5d4afe012d159e4dfc6b80cc8cbe130da6ab0915
Author: skodak <skodak>
Date:   Fri, 21 Dec 2007 01:31:04 +0900
Tag:    v2.0.0-rc1

MDL-12678 moved pinned blocks setup page to Modules/Blocks/; merged from MOODLE_19_STABLE

commit 5c10879f55062d027ca34a4e43dcc44db4c0aa87
Author: skodak <skodak>
Date:   Fri, 21 Dec 2007 01:25:49 +0900
Tag:    v2.0.0-rc1

MDL-11814 use system context for pinned blocks; merged from MOODLE_19_STABLE

commit 3cea9c554a73bc0b579c7adafc80d53315d7a436
Author: skodak <skodak>
Date:   Thu, 20 Dec 2007 23:39:12 +0900
Tag:    v2.0.0-rc1

MDL12672 fixed parent::search trouble; merged from MOODLE_19_STABLE

commit 444598e94aed482f90646010d6b406dbfb879536
Author: skodak <skodak>
Date:   Thu, 20 Dec 2007 19:55:05 +0900
Tag:    v2.0.0-rc1

MDL-10464 user list download in bulk ops; merged from MOODLE_19_STABLE

commit dde8e5488bb954b4859b7931a615140de299933c
Author: skodak <skodak>
Date:   Thu, 20 Dec 2007 18:01:44 +0900
Tag:    v2.0.0-rc1

MDL-12659 fixed warning; merged from MOODLE_19_STABLE

commit ad0178d89002a1872cefa5cc62d39fdb8fa3585c
Author: skodak <skodak>
Date:   Thu, 20 Dec 2007 07:39:05 +0900
Tag:    v2.0.0-rc1

MDL-12656 indicate when current value is incorrect and propose default instead in admin settings; merged from MOODLE_19_STABLE

commit 9c305ba15ad6a37a94785c7bae327af3badd7d29
Author: skodak <skodak>
Date:   Thu, 20 Dec 2007 07:32:43 +0900
Tag:    v2.0.0-rc1

MDL-12655 set_config() should cast values to string because get_config does that too; merged from MOODLE_19_STABLE

commit 28764710132fe0dddfacd97b0a7f43c6a8fe3fc3
Author: skodak <skodak>
Date:   Thu, 20 Dec 2007 03:42:44 +0900
Tag:    v2.0.0-rc1

MDL-11561 use 60x8 text area to fit on all screens; merged from MOODLE_19_STABLE

commit 9c7a3c5e9700fa0e3550f533600e273f9d1b2f9f
Author: skodak <skodak>
Date:   Thu, 20 Dec 2007 03:26:12 +0900
Tag:    v2.0.0-rc1

MDL-11561 nail the editor width to 640px in admin settings pages - prevents resize problems; merged from MOODLE_19_STABLE

commit 2fec2300f7261064135a171225880cca4f209b23
Author: skodak <skodak>
Date:   Thu, 20 Dec 2007 03:05:09 +0900
Tag:    v2.0.0-rc1

MDL-10401 redirect to site/admin/ if section error found; merged from MOODLE_19_STABLE

commit 863850d2d7b85042f8ad3da11662b956d22bae59
Author: skodak <skodak>
Date:   Thu, 20 Dec 2007 02:48:21 +0900
Tag:    v2.0.0-rc1

MDL-12858 fix course category depths during upgrade to 1.9; merged from MOODLE_19_STABLE

commit 220a90c5a1b44065626d5cdeb99264b15d692112
Author: skodak <skodak>
Date:   Thu, 20 Dec 2007 02:35:20 +0900
Tag:    v2.0.0-rc1

MDL-11561 admin tree improvements and bugfixing

commit a5feb1762204bdbb4b6dafde152740fcc2107d24
Author: skodak <skodak>
Date:   Thu, 20 Dec 2007 02:06:47 +0900
Tag:    v2.0.0-rc1

MDL-12598 use user context instead of personal; merged from MOODLE_19_STABLE

commit 23160003aeb7edb3c04f440a9a0bea6f520e8a7d
Author: skodak <skodak>
Date:   Wed, 19 Dec 2007 02:38:22 +0900
Tag:    v2.0.0-rc1

MDL-12496, MDL-11889 allow deleting of activities with disabled grading from gradebook; merged from MOODLE_19_STABLE

commit 7567447034fddd5f47f92504046f7b250b7eb094
Author: skodak <skodak>
Date:   Tue, 18 Dec 2007 22:53:18 +0900
Tag:    v2.0.0-rc1

MDL-12517 reverting the moving of data processign, returning array of warnings instead from function; merged from MOODLE_19_STABLE

commit 379ea9493185b0b53a0e846f6f7de1ecad9c4310
Author: skodak <skodak>
Date:   Tue, 18 Dec 2007 22:27:31 +0900
Tag:    v2.0.0-rc1

MDL-12517 null not treated properly, max instead of min typo and pretty please initialize all objects properly; merged from MOODLE_19_STABLE

commit 6477f991e6c5afc300b7fd3bddea8ffa8ca4bdb6
Author: skodak <skodak>
Date:   Tue, 18 Dec 2007 21:00:32 +0900
Tag:    v2.0.0-rc1

MDL-12628 acces typo fixed; merged from MOODLE_19_STABLE

commit 6265d4630b16d6abe87789b2efdfeb04c40499b0
Author: skodak <skodak>
Date:   Tue, 18 Dec 2007 08:44:25 +0900
Tag:    v2.0.0-rc1

MDL-12103 new config option for mail newline chars; merged from MOODLE_19_STABLE

commit 5730323b4b2ad70ccc1b53495adced8e59e3a1f9
Author: skodak <skodak>
Date:   Tue, 18 Dec 2007 06:39:03 +0900
Tag:    v2.0.0-rc1

MDL-12524 fixed quoting of phrases in mail header (problem with special chars in names of users); merged from MOODLE_19_STABLE

commit 5afdebff2e49594ea063b8f9e0dcd43c226a0302
Author: skodak <skodak>
Date:   Sun, 16 Dec 2007 23:50:58 +0900
Tag:    v2.0.0-rc1

MDL-12596 Timezone problem in PHPMailer RFCDate() Function - patch submitted by Leo Gaggl; merged from MOODLE_19_STABLE

commit fe362e1acafb6148e5f964ed59808f6ee8fbe5f6
Author: skodak <skodak>
Date:   Sun, 16 Dec 2007 23:14:17 +0900
Tag:    v2.0.0-rc1

MDL-12597 fixed short php bugs; merged from MOODLE_19_STABLE

commit 4f1dc7ea98ae9df969139da3f4ba663a9c4fe80f
Author: skodak <skodak>
Date:   Sun, 16 Dec 2007 22:57:21 +0900
Tag:    v2.0.0-rc1

MDL-12600 , MDL-11191 - rewritten permission tests to be xhtml strict compatible; merged from MOODLE_19_STABLE

commit d9854bee3fe5d7574b80e3c80b2389701e407c91
Author: skodak <skodak>
Date:   Sun, 16 Dec 2007 22:53:04 +0900
Tag:    v2.0.0-rc1

MDL-12602 redirect to course if require_capability() fails for module context; merged from MOODLE_19_STABLE

commit 7f9c4fb97d4f1209df587a82f1a1f01f45b45df3
Author: skodak <skodak>
Date:   Sun, 16 Dec 2007 22:41:16 +0900
Tag:    v2.0.0-rc1

MDL-12601 prevent fatal errors when module code missing + merging other stuff; merged from MOODLE_19_STABLE

commit eecf76df42f9054472f698f535445a31a8baa41d
Author: skodak <skodak>
Date:   Sun, 16 Dec 2007 19:54:45 +0900
Tag:    v2.0.0-rc1

MDL-12599 , MDL-12598 - fixed capability tests in user and overview reports; merged from MOODLE_19_STABLE

commit 8b3dc20253c6e2be86089036b36484a9ec747c3b
Author: skodak <skodak>
Date:   Sun, 16 Dec 2007 01:57:20 +0900
Tag:    v2.0.0-rc1

MDL-12580 fixed infinite redirect loop when editing profile for the first time; merged from MOODLE_19_STABLE

commit 32462b2c106ed87caa3c20e2c3271758daf58fd8
Author: skodak <skodak>
Date:   Sun, 16 Dec 2007 01:53:39 +0900
Tag:    v2.0.0-rc1

MDL-12592 do not execute theme_setup() if header already printed; merged from MOODLE_19_STABLE

commit 1d21b2377e93a836acd72a14c6d93f7e124c498e
Author: skodak <skodak>
Date:   Sun, 16 Dec 2007 01:06:09 +0900
Tag:    v2.0.0-rc1

MDL-12581 fixed multiple xhtml strict; merged from MOODLE_19_STABLE

commit b3847656ed88f421f7770a46806609d29240dc66
Author: skodak <skodak>
Date:   Sun, 16 Dec 2007 00:49:35 +0900
Tag:    v2.0.0-rc1

MDL-12585 make sure category path, parent and depth are ok before creating contexts; merged from MOODLE_19_STABLE

commit 3f6ba95bc656b208c20979ff6ef21b802e4878ae
Author: skodak <skodak>
Date:   Sat, 15 Dec 2007 22:28:01 +0900
Tag:    v2.0.0-rc1

MDL-12570 option to disable lang autodetect from browser; merged from MOODLE_19_STABLE

commit 15fb52fbcbb725a35ff60207f1b99399427597ba
Author: skodak <skodak>
Date:   Sat, 15 Dec 2007 22:21:12 +0900
Tag:    v2.0.0-rc1

MDL-8992 eoas hack added only when really needed, removed slow fullclone; merged from MOODLE_19_STABLE

commit f26cfa228d19174fe2fc7fb84797f44ff9e347f4
Author: skodak <skodak>
Date:   Sat, 15 Dec 2007 21:05:54 +0900
Tag:    v2.0.0-rc1

MDL-11800 improving previous commit; merged from MOODLE-19_STABLE

commit 5da9e750cf8887d32a848a5c0925bb09e3d1b98d
Author: skodak <skodak>
Date:   Sat, 15 Dec 2007 20:49:59 +0900
Tag:    v2.0.0-rc1

MDL-12570 option to disable lang autodetect from browser; merged from MOODLE_19_STABLE

commit d795bfdbf9c54f9637d652d62dd5a4640d46dca9
Author: skodak <skodak>
Date:   Sat, 15 Dec 2007 06:22:38 +0900
Tag:    v2.0.0-rc1

MDL-12221 reworked container autoclosing - error() and notice() do not work everywhere though; notice print header if needed now; new print_footer('empty') for empty footer - removes some hacky </body></html> - merged from MOODLE_19_STABLE

commit ee022cb7b8e27cdaefff12e81b25b93ce555106e
Author: skodak <skodak>
Date:   Thu, 06 Dec 2007 18:21:55 +0900
Tag:    v2.0.0-rc1

fixing unmerged files

commit 3f4e29b4ac82c68ff754c78fc8b79cb510316e06
Author: skodak <skodak>
Date:   Thu, 06 Dec 2007 17:44:07 +0900
Tag:    v2.0.0-rc1

fixing unmerged files

commit c8969c22da8bd846c3f9864d3ad82e53fc2f2f21
Author: skodak <skodak>
Date:   Wed, 05 Dec 2007 08:53:39 +0900
Tag:    v2.0.0-rc1

MDL-12133 fixed regression in user advanced edit, sorry; merged from MOODLE_19_STABLE

commit 0b5a80a1a5f8b49a526bd1e3abcaa04a05c0bf79
Author: skodak <skodak>
Date:   Thu, 29 Nov 2007 23:43:04 +0900
Tag:    v2.0.0-rc1

MDL-7028 rewritten course reset + forum role_unassign cleanup fixes; merged from MOODLE_19_STABLE

commit f0362b5db2272d89a4bdae24ce8ed077d0ddb27d
Author: skodak <skodak>
Date:   Wed, 28 Nov 2007 18:43:47 +0900
Tag:    v2.0.0-rc1

MDL-7028 gradebook related changes for course reset; merged from MOODLE_19_STABLE

commit c267a2886acc4e4efd3a41545baabcb726914fe1
Author: skodak <skodak>
Date:   Tue, 27 Nov 2007 02:45:56 +0900
Tag:    v2.0.0-rc1

MDL-12350 do not set parent cat when updating; merged from MOODLE_19_STABLE

commit e850ec48469f3cbfdb4d073ffd67d3812d09ba3a
Author: skodak <skodak>
Date:   Sat, 24 Nov 2007 22:37:07 +0900
Tag:    v2.0.0-rc1

MDL-12130 fixed regression - disabledIf did not work in dateselectors; merged from MOODLE_19_STABLE

commit a78890d593309673e1d8c5edd3344b8a82074d32
Author: skodak <skodak>
Date:   Sat, 24 Nov 2007 07:15:07 +0900
Tag:    v2.0.0-rc1

MDL-12133 validate() method tidying up; merged from MOODLE_19_STABLE

commit 010aa4da8bbe54481cc23de7843e4517a89b220f
Author: skodak <skodak>
Date:   Sat, 24 Nov 2007 06:31:58 +0900
Tag:    v2.0.0-rc1

MDL-12329 fixed last access when course not accessed yet - patch by Yolanda Ordóñez Rufat; merged from MOODLE_19_STABLE

commit 0ad439bb4218b2a6585f51e6a085b8a8aa82849b
Author: skodak <skodak>
Date:   Sat, 24 Nov 2007 05:26:16 +0900
Tag:    v2.0.0-rc1

MDL-12221 custom themes revisited - fixed bug in previous commit, added more developer debug; merged from MOODLE_19_STABLE

commit 9f7f1a74a0630dead6f9e5671c11088c6b52c66c
Author: skodak <skodak>
Date:   Sat, 24 Nov 2007 01:49:51 +0900
Tag:    v2.0.0-rc1

MDL-12221 custom themes revisited - implemented container concept; merged from MOODLE_19_STABLE

commit b80377b4ef0ac5171c50b49953f0f9783cf6c948
Author: skodak <skodak>
Date:   Fri, 23 Nov 2007 06:36:59 +0900
Tag:    v2.0.0-rc1

MDL-12312 fixed outdated aggregation help, added examples; merged from MOODLE_19_STABLE

commit 1ea4933c3474447b2a2b74f93634ff3e3ff32ae0
Author: skodak <skodak>
Date:   Fri, 23 Nov 2007 02:53:08 +0900
Tag:    v2.0.0-rc1

MDL-12312 fixed outdated aggregation help; merged from MOODLE_19_STABLE

commit 0112ed8e0df6cdd1625624f6ff146c9fb586a59f
Author: skodak <skodak>
Date:   Tue, 20 Nov 2007 07:55:39 +0900
Tag:    v2.0.0-rc1

MDL-12249 fixed distribution for small groups; merged from MOODLE_19_STABLE

commit 9509119b0e0a458b36c909c2ac4c82d36528edde
Author: skodak <skodak>
Date:   Tue, 20 Nov 2007 06:41:02 +0900
Tag:    v2.0.0-rc1

MDL-12249 fixed small group ration, can be overriden from config.php now; merged from MOODLE_19_STABLE

commit f16fa0a34b69d2903a8655f292aebea1564780ce
Author: skodak <skodak>
Date:   Tue, 20 Nov 2007 05:31:57 +0900
Tag:    v2.0.0-rc1

MDL-12249 groups UI cleanup and improvements - see tracker for details; merged from MOODLE_19_STABLE

commit afdde5a11749113826be8f2b092ab39ec16a7878
Author: skodak <skodak>
Date:   Sun, 18 Nov 2007 06:21:37 +0900
Tag:    v2.0.0-rc1

MDL-12231 fixed applying of CFG defaults during initial install phase; merged from MOODLE_19_STABLE

commit 64f592adf3b8a7fa80810e50d4b62ad84adbe5c5
Author: skodak <skodak>
Date:   Sun, 18 Nov 2007 05:55:44 +0900
Tag:    v2.0.0-rc1

fixed typo throwing warnings during install; merged from MOODLE_19_STABLE

commit 3541cecb662c813a85a587d5a8925bd6f694f379
Author: skodak <skodak>
Date:   Sun, 18 Nov 2007 02:41:28 +0900
Tag:    v2.0.0-rc1

MDL-12041 fixed groupmode flag in cm when mode forced in course; merged from MOODLE_19_STABLE

commit 4050572d5607503bf60eb9b0adbb829b166c7b09
Author: skodak <skodak>
Date:   Sun, 18 Nov 2007 01:53:39 +0900
Tag:    v2.0.0-rc1

MDL-10888 parent definition_after_data() must be called too!; merged from MOODLE_19_STABLE

commit 71198086c3e5c375d9533d1b9c587129285db595
Author: skodak <skodak>
Date:   Sun, 18 Nov 2007 01:37:00 +0900
Tag:    v2.0.0-rc1

MDL-12221 initialised $output and fixed whitespace; merged from MOODLE_19_STABLE

commit 7c9b1d315d009bcab209e56754dbaa50d50346b1
Author: skodak <skodak>
Date:   Sat, 17 Nov 2007 22:30:15 +0900
Tag:    v2.0.0-rc1

MDL-12199 problem with "Show advanced" used after pressing of enter in forms; merged from MOODLE_19_STABLE

commit 6ba472cd6550f2eea1c978590a2dd566ae1853d4
Author: skodak <skodak>
Date:   Sat, 17 Nov 2007 07:15:25 +0900
Tag:    v2.0.0-rc1

MDL-12146 merged recent changes from normal item to outcome form; merged from MOODLE_19_STABLE

commit 1b452baf24fab74d317e15fcdc135e8766b445a1
Author: skodak <skodak>
Date:   Sat, 17 Nov 2007 07:12:04 +0900
Tag:    v2.0.0-rc1

MDL-12200 fixed problems when no custom user fields defined; merged from MOODLE_19_STABLE

commit 61ac129b1026de0394768becd56ac9cde92ec8c2
Author: skodak <skodak>
Date:   Fri, 16 Nov 2007 16:36:18 +0900
Tag:    v2.0.0-rc1

MDL-12096 changed label of parent cat, merged from MOODLE_19_STABLE

commit 1426edacd979a0840dfaa216bcfef5e292b6da7f
Author: skodak <skodak>
Date:   Fri, 16 Nov 2007 07:30:01 +0900
Tag:    v2.0.0-rc1

MDL-12096 new simple weighted mean aggregation type; merged from MOODLE_18_STABLE

commit 3d5c00b344fe51c70163346067e19ac3bd269659
Author: skodak <skodak>
Date:   Fri, 16 Nov 2007 02:32:31 +0900
Tag:    v2.0.0-rc1

MDL-12146 grade item settings can be now configured as advanced, new advanced defaults, minor tweaks in admintree; merged from MOODLE_18_STABLE

commit df94204404700ea26717fd65ea628476a003cecc
Author: skodak <skodak>
Date:   Fri, 16 Nov 2007 00:43:39 +0900
Tag:    v2.0.0-rc1

MDL-12140 weights/extrapoints are never advanced

commit e2eb2edbad3d13d1924c901bba876c773f81794a
Author: skodak <skodak>
Date:   Thu, 15 Nov 2007 17:29:12 +0900
Tag:    v2.0.0-rc1

MDL-12140 category can be selected when adding new items or categories; merged from MOODLE_19_STABLE

commit 190af29fef22b0cbddb67417598f52707afa93e2
Author: skodak <skodak>
Date:   Wed, 14 Nov 2007 20:52:21 +0900
Tag:    v2.0.0-rc1

MDL-12146 grade category defaults, forced settings and advanced options, merged from MOODLE_19_STABLE

commit 717f432f2da49ab8c2e9422034351a4ddab892aa
Author: skodak <skodak>
Date:   Wed, 14 Nov 2007 01:47:33 +0900
Tag:    v2.0.0-rc1

MDL-12154 used proper cast to float before !== comparison merged from MOODLE_19_STABLE

commit 4ac209d5bd56c8c5607fe4f1f4afea750256bab2
Author: skodak <skodak>
Date:   Wed, 14 Nov 2007 01:08:39 +0900
Tag:    v2.0.0-rc1

MDL-12154 used proper cast to float before !== comparison

commit f1ad9e042a3f83e42d08337714a751b0d677d98d
Author: skodak <skodak>
Date:   Wed, 14 Nov 2007 00:32:16 +0900
Tag:    v2.0.0-rc1

MDL-10901 new SUM aggregation type MDL-12154 used proper cast to float before !== comparison

commit 0758a08e2a96cd850689d333690d907c1c7f9593
Author: skodak <skodak>
Date:   Wed, 14 Nov 2007 00:08:59 +0900
Tag:    v2.0.0-rc1

MDL-10901 new SUM aggregation type MDL-12154 used proper cast to float before !== comparison

commit cd1edf9e8aed57231a260bd803c9628595156558
Author: skodak <skodak>
Date:   Tue, 13 Nov 2007 17:43:20 +0900
Tag:    v2.0.0-rc1

MDL-12101 cleanup/fixing/refactoring of user bulk operation and admin user browsing

commit a258f256192f6f69432cf53f8b5531c498d9e7b6
Author: skodak <skodak>
Date:   Tue, 13 Nov 2007 02:21:00 +0900
Tag:    v2.0.0-rc1

MDL-12131 db debug messages now quoted properly

commit 46f3921edd45346868549efa0cb3fcc70a144197
Author: skodak <skodak>
Date:   Tue, 13 Nov 2007 02:12:35 +0900
Tag:    v2.0.0-rc1

MDL-12130 and MDL-12129 - fixed advanced status of elements when header not closed; disableIf now works inside grouped elements too; code cleanup in focus() and _getElNamesRecursive()

commit 3f24c397000978d21fd51d308f3ff8c5b298759e
Author: skodak <skodak>
Date:   Sat, 10 Nov 2007 23:54:39 +0900
Tag:    v2.0.0-rc1

MDL-12079 fixed use of clean_param()

commit 9bd7f37de13458ec971f59c64839ff3d65ad7f85
Author: skodak <skodak>
Date:   Sat, 10 Nov 2007 23:49:56 +0900
Tag:    v2.0.0-rc1

MDL-12079 fixed use of clean_param()

commit 6ec401781b8be91b7691834ed6dbdcfbea8a42a9
Author: skodak <skodak>
Date:   Sat, 10 Nov 2007 23:35:26 +0900
Tag:    v2.0.0-rc1

MDL-12092 removed newline chars, we do not know the admin's platform, one line should be ok IMHO.

commit 1ee0df067faa9353fa9133d28a4f39cc58305837
Author: skodak <skodak>
Date:   Thu, 08 Nov 2007 17:59:26 +0900
Tag:    v2.0.0-rc1

MDL-10365 grade history can be turned off + lifetime

commit 2304f62967eb0cbe06f862211206efa71e6a74c1
Author: skodak <skodak>
Date:   Mon, 05 Nov 2007 18:50:40 +0900
Tag:    v2.0.0-rc1

MDL-11399 make sure user context exists

commit 0c4807abba5da9debff1c2c98222cca7af15f4bc
Author: skodak <skodak>
Date:   Mon, 05 Nov 2007 18:36:46 +0900
Tag:    v2.0.0-rc1

MDL-11079 detect/prevent email duplicates when uploading users

commit 79c408e1be8922fbcadd18698cbe9caadd050dc2
Author: skodak <skodak>
Date:   Mon, 05 Nov 2007 18:12:29 +0900
Tag:    v2.0.0-rc1

MDL-11996 bulk user upload - custom profile fields docs

commit e4e38544f83b2c66ef06460b13d22f26ef12dec5
Author: skodak <skodak>
Date:   Mon, 05 Nov 2007 09:43:37 +0900
Tag:    v2.0.0-rc1

MDL-11996 bulk user upload - improvements, bugfixes and cleanup; new csv import library included wink

commit 6d11d0ee0e6cabefd0dc2b00907ad44f42fbf56d
Author: skodak <skodak>
Date:   Sun, 04 Nov 2007 22:51:26 +0900
Tag:    v2.0.0-rc1

MDL-12020  can not bulk delete users with the same email - new username collision

commit df7ecfe48686aab0bc169ee9c65717d9102a3502
Author: skodak <skodak>
Date:   Fri, 02 Nov 2007 17:41:05 +0900
Tag:    v2.0.0-rc1

MDL-11996 bulk user upload - improvements, fixes and cleanup - part2

commit fc4069d6da0e399aefd7b65f89beee89626d7ce1
Author: skodak <skodak>
Date:   Fri, 02 Nov 2007 04:43:46 +0900
Tag:    v2.0.0-rc1

MFC: MDL-11996 fixed previous speedup commit for user operations in admin tree

commit ed22a01b3281f4f358ec7abe879c622007cf49f0
Author: skodak <skodak>
Date:   Fri, 02 Nov 2007 04:37:25 +0900
Tag:    v2.0.0-rc1

MDL-11996 bulk user upload - improvements, fixes and cleanup - part1

commit 61a5ee1647846b05728759d2d89b91ffae7d63c4
Author: skodak <skodak>
Date:   Fri, 02 Nov 2007 00:09:02 +0900
Tag:    v2.0.0-rc1

MDL-11995 prevent deleting of grade items attached to external activities

commit 6cc3e350d452f26016482570093e2fbf7593591c
Author: skodak <skodak>
Date:   Thu, 01 Nov 2007 20:42:31 +0900
Tag:    v2.0.0-rc1

MDL-11966 fixed typo in grader report causing fatal errors MDL-11993 refactored code for item headers and icons

commit ced5ee59217472a00a9a0e2f12c745d51f5c2f3d
Author: skodak <skodak>
Date:   Thu, 01 Nov 2007 17:25:05 +0900
Tag:    v2.0.0-rc1

MDL-11966 implemented dategraded and datesubmitted, tweaked altering of grades depending in hidden grades MDL-11974 improved gradebook CSS

commit 6e2f312166a2a842b150bcd766377acc665888df
Author: skodak <skodak>
Date:   Wed, 31 Oct 2007 18:13:20 +0900
Tag:    v2.0.0-rc1

MDL-11966 removed plugin selector when only one plugin available

commit 38cb33911b90f84b4fb4e5750e3c9a4ed6f9e7a0
Author: skodak <skodak>
Date:   Wed, 31 Oct 2007 17:59:25 +0900
Tag:    v2.0.0-rc1

fixed numuser regression in overview

commit 597f50e616ada456157156e2c11e04da4f068d59
Author: skodak <skodak>
Date:   Wed, 31 Oct 2007 06:25:50 +0900
Tag:    v2.0.0-rc1

MDL-11973 Improved showing of hidden items in ouuser and user report

commit 5966487712fea925e6d730c122c88905dd3efacd
Author: skodak <skodak>
Date:   Wed, 31 Oct 2007 05:51:37 +0900
Tag:    v2.0.0-rc1

MDL-11951 a little typo - no recursive call intended in has_any_capability() I guess

commit a677165290edd6acaf1e62100b84a22088d329b1
Author: skodak <skodak>
Date:   Tue, 30 Oct 2007 20:55:49 +0900
Tag:    v2.0.0-rc1

fixing previous merge

commit 0f392ff4f04f5c22c21d5994c3067b1ad4a092b7
Author: skodak <skodak>
Date:   Tue, 30 Oct 2007 20:40:50 +0900
Tag:    v2.0.0-rc1

MDL-11957 improving and cleanup in grade overriding

commit 6e75c7f8e57fad1144841b17880684c4c2bb2d42
Author: skodak <skodak>
Date:   Tue, 30 Oct 2007 05:35:05 +0900
Tag:    v2.0.0-rc1

MDL-11955 required scale selection when grade type is scale

commit 8f2ddadac4855e51a1fb102a01c3f2fda2d318b5
Author: skodak <skodak>
Date:   Tue, 30 Oct 2007 05:25:09 +0900
Tag:    v2.0.0-rc1

MDL-11954 grader report links to profiles from the same course

commit 18f27009595aaec50ff45f6e40bd45fa9d9915b4
Author: skodak <skodak>
Date:   Tue, 30 Oct 2007 05:04:14 +0900
Tag:    v2.0.0-rc1

MDL-11904  deny/accept Email settings conflict with text - now .example.com means all subdomains

commit 80fb1cf9b7b4c1e6ae81f5697086a0f18c6def0f
Author: skodak <skodak>
Date:   Mon, 29 Oct 2007 17:38:28 +0900
Tag:    v2.0.0-rc1

MDL-11874 grader report now indicates hidden items (gray title  + range) and hidden grades (except when editing)

commit a559f6306ed11f832c6845816f171da47113d94a
Author: skodak <skodak>
Date:   Mon, 29 Oct 2007 07:35:00 +0900
Tag:    v2.0.0-rc1

MDL-11563 replaced hardcoded permission check from admin_tree_block

commit 0a784551208d62496cc7b4dea3f756ab8f81acd9
Author: skodak <skodak>
Date:   Mon, 29 Oct 2007 02:15:00 +0900
Tag:    v2.0.0-rc1

MDL-11934 grade report in user profile now selectable

commit 1504e261358ff0750ddc0ba9775aaf29129c7b66
Author: skodak <skodak>
Date:   Sun, 28 Oct 2007 23:20:20 +0900
Tag:    v2.0.0-rc1

MDL-11927 fixed cookiepaths; patch by Kevin

commit d121490949c171586e5952e5a2d1b7648151f5f0
Author: skodak <skodak>
Date:   Sun, 28 Oct 2007 21:51:16 +0900
Tag:    v2.0.0-rc1

MDL-11718 report styles moved to report/xx/styles.php - for better consistency with other plugins; other cleanup in user report css; fixed css in user profile

commit 28bcbc3868c0cecb4176519136610cd96511e91c
Author: skodak <skodak>
Date:   Sun, 28 Oct 2007 07:05:58 +0900
Tag:    v2.0.0-rc1

added groups param to get_numusers() - to be used in oureport; might be handy elsewhere too

commit 1273d7ddeee92152898eaa5f2ac0edd533bd5913
Author: skodak <skodak>
Date:   Sun, 28 Oct 2007 07:01:39 +0900
Tag:    v2.0.0-rc1

support for styles.php in grade reports

commit cd52d909566adc33babc2a5f75993e4ef782842d
Author: skodak <skodak>
Date:   Sun, 28 Oct 2007 05:37:22 +0900
Tag:    v2.0.0-rc1

MDL-11718 fixed typos in prev commit

commit 8aaa9d57be84009ccaae8fd94a30f1c4233c37da
Author: skodak <skodak>
Date:   Sun, 28 Oct 2007 05:16:51 +0900
Tag:    v2.0.0-rc1

MDL-11718 minor cleanup

commit 5be4614e23f1b2e3e5b6dc8b35b4194e3dad8b7f
Author: skodak <skodak>
Date:   Sun, 28 Oct 2007 03:22:52 +0900
Tag:    v2.0.0-rc1

MDL-11718 minor fix for grades in user profile

commit 605740634a799c1bdbc72cdcb74c8992d77f88ce
Author: skodak <skodak>
Date:   Sun, 28 Oct 2007 01:58:36 +0800
Tag:    v2.0.0-rc1

MDL-11718 partial cleanup in overview report - unfortunately the problems with hidden grades can not be solved here without db changes

commit 26ed030543c54ee16e10b54a59b3f0ba84557e04
Author: skodak <skodak>
Date:   Sat, 27 Oct 2007 23:33:43 +0800
Tag:    v2.0.0-rc1

MDL-11718 course settings for reports - for now only user report (rank and showing of hidden items)

commit 57068674c6c51dba7ea7dee91bb9553c386d71fd
Author: skodak <skodak>
Date:   Sat, 27 Oct 2007 21:13:47 +0800
Tag:    v2.0.0-rc1

MDL-11718 grader report now does not show column totals if user does not have view hidden grades capability because we can not calculate the totals depending on altered aggregates

commit 1878f55d7cedb7fc26993635fdeadb4660e9db23
Author: skodak <skodak>
Date:   Sat, 27 Oct 2007 19:41:44 +0800
Tag:    v2.0.0-rc1

fixed error when no scale present

commit 4c8893ed8868960aacf5e315cd2dcc2d4830e5fe
Author: skodak <skodak>
Date:   Sun, 21 Oct 2007 21:22:07 +0800
Tag:    v2.0.0-rc1

MDL-11718 fixed altered aggregation of overridden and locked grades + some speedup and corrections

commit 029735054a01b35bdbf5cc25d97a6e01a7663791
Author: skodak <skodak>
Date:   Sun, 21 Oct 2007 20:56:19 +0800
Tag:    v2.0.0-rc1

MDL-11859 student rank and showing of hidden grade items are now configurable + fixed some incorrect include_once

commit e3516b2da1d8c86107fef237aaee29a9e271d01e
Author: skodak <skodak>
Date:   Sun, 21 Oct 2007 04:57:06 +0800
Tag:    v2.0.0-rc1

MDL-8605 fixed user image restore code

commit ffb2a56ff134d22ac26af8e052c3b59b80a842e4
Author: skodak <skodak>
Date:   Sun, 21 Oct 2007 03:31:51 +0800
Tag:    v2.0.0-rc1

MDL-11857 missing addslashes on idnumber field during backup restore

commit 549bf9cd73116d1898f2232e0729c6da6e884832
Author: skodak <skodak>
Date:   Sun, 21 Oct 2007 03:25:10 +0800
Tag:    v2.0.0-rc1

MDL-11857 missing addslashes on idnumber field during backup restore

commit bfe0c0ddcfb076db36a40de9e471c2dd03e5b4f1
Author: skodak <skodak>
Date:   Sun, 21 Oct 2007 03:12:33 +0800
Tag:    v2.0.0-rc1

MDL-11835 proper labels for aggregation coef - weight and extra credit

commit 78358cd6a1057360cb70a030de8a4b92efc0e94a
Author: skodak <skodak>
Date:   Sat, 20 Oct 2007 23:48:46 +0800
Tag:    v2.0.0-rc1

MDL-11718 fixed incorrect bounds when altering aggregates for hidden grades

commit 89a5f82768862267250ddbff6b954850496b04af
Author: skodak <skodak>
Date:   Sat, 20 Oct 2007 23:00:31 +0800
Tag:    v2.0.0-rc1

MDL-11278 improved forced category settings - refactoring + regrading forced + new setting to hide forced settings in UI

commit d297269d798f6bd79eac6b5838c38bab4097b221
Author: skodak <skodak>
Date:   Fri, 19 Oct 2007 16:51:52 +0800
Tag:    v2.0.0-rc1



commit 3b34f698b51b55466fda521b5292483cd9a04967
Author: skodak <skodak>
Date:   Thu, 18 Oct 2007 18:08:26 +0800
Tag:    v2.0.0-rc1

userid must be set in new grade too

commit b89a70ce8ad10499be55c049e04457fbf0cf9afc
Author: skodak <skodak>
Date:   Thu, 18 Oct 2007 04:38:52 +0800
Tag:    v2.0.0-rc1

MDL-11718 aggregated grades which depend on hidden grades are now hidden too + cleanup in grader report

commit 6391ebe7da9e4e6e52dc31f1a3c8f7fa6c8a26f2
Author: skodak <skodak>
Date:   Wed, 17 Oct 2007 17:45:14 +0800
Tag:    v2.0.0-rc1

MDL-11718 aggregated grades which depend on hidden grades are now hidden too; cleanup in user report

commit a2cf7f1b8a5f8005a853c6a3eee4ad51465b132e
Author: skodak <skodak>
Date:   Wed, 17 Oct 2007 17:19:39 +0800
Tag:    v2.0.0-rc1

MDL-11658 shared rdef definition - reduced memory usage in cron

commit d5c60087a13092767fcae122f73a995703c7f3a0
Author: skodak <skodak>
Date:   Tue, 16 Oct 2007 16:45:01 +0800
Tag:    v2.0.0-rc1

MDL-11759 missing RISK_XSS in manage groups capability; merged from MOODLE_18_STABLE