Git commits in Moodle 1.8.x by Eloy Lafuente

commit 31833a1e25af623734eab93567e2e42b352b86b9
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Mon, 25 Oct 2010 16:21:47 +0800
Tag:    v1.8.14

MDL-24836 data - fix causing DBs with new file fields to boom updating records

commit df9c5ff7c8efdf6db3cbba43f857274c85eabb77
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Sat, 18 Sep 2010 00:44:02 +0800
Tag:    v1.8.14

Initial commit of dz_utf8 installer lang strings for 18_STABLE

commit c558941cf588fea91edd6195c32f05bcff07473e
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Thu, 16 Sep 2010 04:09:58 +0800
Tag:    v1.8.14

MDL-24207 dml - fix in oracle fallabck for sequences that shouldn't be executed ever. Backported from 19_STABLE

commit 77a6439afa4c30f553d9d636cb625c70052d8669
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Tue, 14 Sep 2010 05:18:42 +0800
Tag:    v1.8.14

MDL-24189 data module restore - Fix 1.x comments and ratings restore. Were missing user remappings. Backported from 19_STABLE

commit bfc00899067aed2b92c80f627b06d015710141d6
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Fri, 28 May 2010 17:23:45 +0800
Tag:    v1.8.13

MDL-22588 restore scales - fix scales not being assigned to target course. From 19_STABLE

commit 7fe34ad30de997232820a295684c13502713985f
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Thu, 06 May 2010 23:30:02 +0800
Tag:    v1.8.13

MDL-18576 timezones - updated to 2010i from 2009c (2147 rules) ; backported from HEAD

commit 9d664fab49e0229a0e6a93a57463c04f9f55d7ab
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Sun, 21 Feb 2010 23:11:42 +0800
Tag:    v1.8.12

Added new installer langs (mr_utf8 & zu_utf8) to 18_STABLE

commit db002e43d0eda932e93f784c81fe2c1634239720
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Sun, 21 Feb 2010 23:04:22 +0800
Tag:    v1.8.12

file installer.php was added on branch MOODLE_18_STABLE on 2010-02-21 15:11:42 +0000

commit 6e15bd0a93d3ff730758f056403f0c07b919f309
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Thu, 11 Feb 2010 00:47:21 +0800
Tag:    v1.8.12

MDL-7647 confirmation email - usernames with slashes causing confirmation problems ; backported from 19_STABLE

commit fb2fe3c35541583052b5bb0a12e0dab842adf98a
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Fri, 22 Jan 2010 07:42:18 +0800
Tag:    v1.8.12

MDL-21265 wiki - fix problem for students not able to see entries in other groups until own entry is created by teacher. Backported from 19_STABLE

commit f80632fadd100b398c76b7d05b9555def152535c
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Wed, 20 Jan 2010 19:22:26 +0800
Tag:    v1.8.12

MDL-21393 clean old executabble (by everybody) script. Backported from 19_STABLE

commit ed8631b65b0a692f41d654035d291b35639c711b
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Sun, 10 Jan 2010 07:17:41 +0800
Tag:    v1.8.12

First commit of ast_utf8 installer file. Backported from HEAD

commit 9f0110cac4e746c56d1cd4b55d7628313b123677
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Sun, 10 Jan 2010 07:13:20 +0800
Tag:    v1.8.12

file installer.php was added on branch MOODLE_18_STABLE on 2010-01-09 23:17:41 +0000

commit 1ed90f55ca9a052dfdb0e6047a376db1dad1af53
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Wed, 23 Dec 2009 18:46:58 +0800
Tag:    v1.8.12

MDL-21173, MDL-20941 - Super sad. When backporting some days ago I introduced one customization that simply shouldn't be there! Thanks Ralf for detecting it. Grrr

commit 66adbfd34bc38c24204d15868ba646293093e1fd
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Sat, 19 Dec 2009 01:52:54 +0800
Tag:    v1.8.12

MDL-11507, MDL-15157 database activity - avoid some notices on restore ; backported from 19_STABLE

commit 1458cc73ed92a2a9639d0fe6e20484bdf216e027
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Sat, 19 Dec 2009 01:39:40 +0800
Tag:    v1.8.12

MDL-21160 database activity - remap scale on restore ; backported from 19_STABLE

commit e58ca37fff052dc46b277afe5a4462dabf957eba
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Thu, 26 Nov 2009 19:36:39 +0800
Tag:    v1.8.12

MDL-20982 glossary - make print view to respect current theme ; backported from 19_STABLE

commit 0004ac64a5440c5b73322c853396fc5a5ee610cb
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Tue, 24 Nov 2009 08:26:24 +0800
Tag:    v1.8.11

MDL-20939 backup & restore - avoid admins to be always included. Two things were causing this: wrong get_users_by_capability() call and standard scales. Improved scales restore to observe the 'moodle/course:managescales' cap. Backported from 19_STABLE

commit 68bbdf091b449344930df36e4bb4e293daf0fb2d
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Tue, 24 Nov 2009 03:01:47 +0800
Tag:    v1.8.11

MDL-20941 store hashed username into user->email field for deleted users. Backported from 19_STABLE

commit 306e851f93d67c6919f11d7c8910af301c57bbbf
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Sun, 22 Nov 2009 21:32:22 +0800
Tag:    v1.8.11

MDL-20932 user->secret out

commit 0502aaf7368d60ebcfb929140dff592b472ed10c
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Sat, 21 Nov 2009 23:46:28 +0800
Tag:    v1.8.11

NOBUG: Fix glossary rating in 18_STABLE. Regression introduced (some months ago!) while securing ratings (blind merged). http://moodle.org/mod/forum/discuss.php?d=138319

commit 7e4a6aa4a13aebee401204869bac9db04b4cdb6e
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Sat, 21 Nov 2009 19:53:08 +0800
Tag:    v1.8.11

MDL-9251 backup/restore *all* users - is now forbidden for users lacking backup/restore permission at system level. Backported from 19_STABLE

commit 368498d9788e97ced59842a15e48845c660978da
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Sat, 21 Nov 2009 01:46:36 +0800
Tag:    v1.8.11

MDL-20849 - improved lang string, thanks, Helen.

commit 5aa2b2e9430e8ecdc6e4fcb8694d9b8d8440d033
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Fri, 20 Nov 2009 23:07:18 +0800
Tag:    v1.8.11

MDL-20916 protect the whole xmldb editor with sesskey. Backported from 19_STABLE

commit 94a11528325135727e377acbbea994b2c96c7456
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Fri, 20 Nov 2009 09:21:12 +0800
Tag:    v1.8.11

MDL-20849 moodle/restore:userinfo - new cababilty to allow/deny permissions to restore any (users, messages, modulesactivity...) user-level information. Backported from 19_STABLE

commit 5701efe8da4101136f43b732d1d7ff0d792afc27
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Wed, 18 Nov 2009 23:45:33 +0800
Tag:    v1.8.11

MDL-20834 new cap moodle/backup:userinfo - controls who can backupuser related info. Disabled by default to teachers, oh my! sad Backported from 19_STABLE

commit 5152338a0d60886c190174bf4de634ddf5c14bcd
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Wed, 18 Nov 2009 09:26:14 +0800
Tag:    v1.8.11

MDL-20846 creating users on restore - new strings. Backported from HEAD

commit 43df20504edaa666bcfea83c591a6c523c645311
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Wed, 18 Nov 2009 09:20:43 +0800
Tag:    v1.8.11

MDL-20846 creating users on restore - part2 - fix navigation in header

commit b3bf5dce4fc7639a51fd50b60d560b57e28dbba0
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Wed, 18 Nov 2009 08:46:42 +0800
Tag:    v1.8.11

MDL-20846 creating users on restore - part2 - hack login to inform and allow 'restored' users to reset their password. Backported from 19_STABLE

commit a66d540bbdd6b2c6a8aeb378a0e10a6115ae323f
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Wed, 18 Nov 2009 08:22:44 +0800
Tag:    v1.8.11

file restored_password_form.php was added on branch MOODLE_18_STABLE on 2009-11-18 00:46:42 +0000

commit d322e57b0c6a3d26090dd26b177c5e85609db8b3
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Tue, 17 Nov 2009 23:31:33 +0800
Tag:    v1.8.11

MDL-20846 creating users on restore - part1 - mark password as 'restored' so login will detect that for resetting password. Also some minor improvements into user/auth detection. Backported from 19_STABLE

commit af2d893d694151f16d244eeb03d6b9750a5fcf67
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Mon, 09 Nov 2009 00:21:29 +0800
Tag:    v1.8.11

NOBUG: Initial commit of Dhivehi installer lang pack. Backported from HEAD

commit 88c3f456829d4ea1e17c181e5083ec90623b9e0d
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Mon, 09 Nov 2009 00:16:19 +0800
Tag:    v1.8.11

file installer.php was added on branch MOODLE_18_STABLE on 2009-11-08 16:21:29 +0000

commit d217bcf1a8c5417db18ae07172d0a4dba5b1f6f3
Author: Eloy Lafuente <stronk7@moodle.org>
Date:   Sat, 31 Oct 2009 00:41:55 +0800
Tag:    v1.8.11

MDL-20288 add_to_log() - handle empties in a cross-db way. Merged from 17_STABLE

commit 3fa138b346013c1a07ff3b9fb2f44b18c354fb22
Author: stronk7 <stronk7>
Date:   Tue, 23 Jun 2009 01:59:38 +0800
Tag:    v1.8.10

Commit new ur_utf8 lang installer file to HEAD. Automatically generated. Backported from HEAD

commit 62676f7107c4267082366e9f276d2cbd5cd6b39b
Author: stronk7 <stronk7>
Date:   Tue, 23 Jun 2009 01:55:40 +0800
Tag:    v1.8.10

file installer.php was added on branch MOODLE_18_STABLE on 2009-06-22 17:59:38 +0000

commit 5201667eb7abf761604148becd1cb7ac5f5ee3e1
Author: stronk7 <stronk7>
Date:   Mon, 15 Jun 2009 17:08:39 +0800
Tag:    v1.8.10

MDL-2794 html2text - backporting format_text_email tests to 1.8

commit 23acf9f241f64fb058974a8f525b0362e9abf663
Author: stronk7 <stronk7>
Date:   Sun, 31 May 2009 07:58:55 +0800
Tag:    v1.8.10

MDL-13204 execution time - give extra time to checker because they can run looong; backported from HEAD

commit e02f1a7a5a06e8711be24ab04c8c71a25f341382
Author: stronk7 <stronk7>
Date:   Tue, 12 May 2009 17:30:40 +0800
Tag:    v1.8.9

MDL-19161 - DB 2.0 reqs. Updated to fulfil 2.0 Roadmap ; backported from HEAD

commit 4d2cf40ef91fdcea7eae89f8601fa58b2a2b1428
Author: stronk7 <stronk7>
Date:   Thu, 07 May 2009 01:26:34 +0800
Tag:    v1.8.9

MDL-14463 search/order - comments cleanup + make it cross-db + delete unused column from query ; backported from HEAD

commit bee3f66eb061798eda7d37384f0817d3d220725e
Author: stronk7 <stronk7>
Date:   Wed, 06 May 2009 23:54:04 +0800
Tag:    v1.8.9

MDL-18243, MDL-16961 data module filter - make it cross-db by using sql_compare_text()

commit 42a7f43ee2ad975391d61836291b4351a0b1e94f
Author: stronk7 <stronk7>
Date:   Wed, 06 May 2009 17:33:06 +0800
Tag:    v1.8.9

MDL-18058 glossary rates - secured ; backported from HEAD

commit 21fc08574602efdf787db87654f7033ed9ea9b8d
Author: stronk7 <stronk7>
Date:   Sun, 26 Apr 2009 05:19:47 +0800
Tag:    v1.8.9

MDL-18940 meta description in main page - render multilang summary properly. Backported from 19_STABLE

commit bdcc2476cf83e4f8c2fde0be47dba6e0f8c6bb3e
Author: stronk7 <stronk7>
Date:   Tue, 21 Apr 2009 05:29:07 +0800
Tag:    v1.8.9

MDL-18893 TeX filter - fine tune "def" commands + add some more commands to blacklist (from Kopete). Thanks to Mauno Korpelainen and Steve Mayer. Backported from 19_STABLE

commit 13000c137998d70ace976dca7fcb96325db3a433
Author: stronk7 <stronk7>
Date:   Fri, 27 Mar 2009 06:37:58 +0900
Tag:    v1.8.9

MDL-18552 TeX filter - add string ; backported from HEAD

commit 899ccfe26f006b2604090b8a9885087c60e32e64
Author: stronk7 <stronk7>
Date:   Fri, 27 Mar 2009 04:19:46 +0900
Tag:    v1.8.9

MDL-18552 TeX filter - blacklist unsecure commands + protect texdebug ; backported from HEAD

commit 65e428397d4225ea68a948ac5d44f5d2f701eb43
Author: stronk7 <stronk7>
Date:   Tue, 17 Mar 2009 02:56:20 +0900
Tag:    v1.8.9

MDL-18576 timezones - info updated to tzdata2009c ; backported from HEAD

commit 9d4222bb7f6f372eecfe2b835ffa26bb9c27c433
Author: stronk7 <stronk7>
Date:   Wed, 18 Feb 2009 20:04:35 +0900
Tag:    v1.8.9

MDL-18302 filterlib - fixed rebuild of nested ignoretags ; backported from HEAD

commit d3d4056087222a439a1db5fa5f9ceaed5f5b3da2
Author: stronk7 <stronk7>
Date:   Sat, 14 Feb 2009 20:03:42 +0900
Tag:    v1.8.9

MDL-9796 install - delete dataroot's env info (shouldn't exist) to force check against released one

commit 6326668d2b62767d1c8aeceb1123d02ee40e725c
Author: stronk7 <stronk7>
Date:   Sat, 14 Feb 2009 00:45:05 +0900
Tag:    v1.8.9

MDL-9796 upgrade & env - delete dataroot's environmetal info to force check against released one

commit 168bbfa4350f4177dfd6f5bae27e45058d629db6
Author: stronk7 <stronk7>
Date:   Fri, 13 Feb 2009 20:02:12 +0900
Tag:    v1.8.9

MDL-18227 - Ignoring all non numeric rates.

commit a69f581c0427bf6ccac4e45a088d0c948ac7415c
Author: stronk7 <stronk7>
Date:   Sat, 07 Feb 2009 10:01:06 +0900
Tag:    v1.8.9

MDL-18165 filterlib - Use one exclusive separator, instead of "." (dot) to avoid saved tags to match with phrases being processed ; backported from HEAD

commit 13ea07e24c5d120eab81be09c77851f7e1bb8c76
Author: stronk7 <stronk7>
Date:   Thu, 05 Feb 2009 22:42:18 +0900
Tag:    v1.8.9

MDL-10583 course format - some more uses of the get_section_name() added ; backported from HEAD

commit c65318bd3c951206625125d05b710077df0320c5
Author: stronk7 <stronk7>
Date:   Thu, 05 Feb 2009 22:31:42 +0900
Tag:    v1.8.9

MDL-10583 course format - discovered the get_section_name() that performs the fallback harcoded in previous commit. Backported from HEAD

commit 97ac6f03aab954637ab8ceede00542904119be18
Author: stronk7 <stronk7>
Date:   Thu, 05 Feb 2009 22:14:20 +0900
Tag:    v1.8.9

MDL-10583 course format - allow course formats to specify their section name ; backported from HEAD

commit f75507dadbaabe2df698ff522e120d6f64113c88
Author: stronk7 <stronk7>
Date:   Thu, 05 Feb 2009 02:24:08 +0900
Tag:    v1.8.9

MDL-8848 restore section summaries - now restored if target course have them empty ; backported from 19_STABLE

commit 0462087db76337859fac06863abc09702240edc7
Author: stronk7 <stronk7>
Date:   Thu, 05 Feb 2009 01:42:44 +0900
Tag:    v1.8.9

MDL-18129 blog_print_entry() - avoid double format_text() ; backported from HEAD

commit 6ea03ceca080a19dee55f4417bfd20e8405076fe
Author: stronk7 <stronk7>
Date:   Thu, 29 Jan 2009 08:41:52 +0900
Tag:    v1.8.9

MDL-18073 environment - enforce PHP 5.2.8 req for Moodle 2.0 ; merged from 17_STABLE

commit b18525e3d4ed09ec193bec35176e88b7a9015a6c
Author: stronk7 <stronk7>
Date:   Wed, 28 Jan 2009 03:06:25 +0900
Tag:    v1.8.8

MDL-17365 forum rate - fix error message.

commit 461ca1b47ec2426ff1c0b0b9502296d7ca458534
Author: stronk7 <stronk7>
Date:   Wed, 28 Jan 2009 02:55:35 +0900
Tag:    v1.8.8

MDL-17365 forum rate - validate rating against scale values. Backported from HEAD

commit f49b1e379b7cc6981a4c2c5ff228d5302d296b29
Author: stronk7 <stronk7>
Date:   Sat, 03 Jan 2009 03:00:43 +0900
Tag:    v1.8.8

MDL-12922 restore roll dates - prevent wrong rolls to 0 happening to teachers. Backported from HEAD

commit e4387c5776d4577bc7e60e4324403501461e13cb
Author: stronk7 <stronk7>
Date:   Mon, 22 Dec 2008 01:04:48 +0900
Tag:    v1.8.8

Adding kk_utf8 to installer langs. Backported from HEAD.

commit dac1b1cae235d93887c4b5ab8f7282f3a2f12aa4
Author: stronk7 <stronk7>
Date:   Mon, 22 Dec 2008 01:02:16 +0900
Tag:    v1.8.8

file installer.php was added on branch MOODLE_18_STABLE on 2008-12-21 16:04:48 +0000

commit 4ebc71d9411510ce75b990710e949cb76e96cffc
Author: stronk7 <stronk7>
Date:   Mon, 08 Dec 2008 04:00:44 +0900
Tag:    v1.8.8

MDL-17545 activity names filter: Improve handling when name contains htmlentities() chars. Backported from HEAD.

commit e31d919deb9e0577b75a32216b7529746839908c
Author: stronk7 <stronk7>
Date:   Mon, 08 Dec 2008 03:48:15 +0900
Tag:    v1.8.8

MDL-17518 resource names filter: Improve handling when name contains htmlentities() chars. Backported from HEAD

commit c5d843ede87f46a7f44296eda34d76a9db9cdf35
Author: stronk7 <stronk7>
Date:   Mon, 17 Nov 2008 07:47:54 +0900
Tag:    v1.8.8

MDL-17227 forum: seekey-ize forum prune (split). Backported from HEAD

commit 871ba3207759c9039e62618645bf88a48aac5f77
Author: stronk7 <stronk7>
Date:   Fri, 14 Nov 2008 17:53:41 +0900
Tag:    v1.8.8

MDL-17227 forum: add sesskey to post/discussion deletion. Backported from HEAD

commit 8435575b16d54e82fabc06c9769423fc6c4ca866
Author: stronk7 <stronk7>
Date:   Wed, 22 Oct 2008 07:06:20 +0800
Tag:    v1.8.8

Bumped to 1.8.7+ (before weekly build)

commit 272a1af077789c84b109777f04e6728cebeb1afe
Author: stronk7 <stronk7>
Date:   Sat, 18 Oct 2008 02:07:57 +0800
Tag:    v1.8.8

Adding correct Office 2007 mime types. MDL-15987 ; backported from HEAD

commit 5194a4f9380d938ba96052b4feb0caf24a1a34b8
Author: stronk7 <stronk7>
Date:   Tue, 30 Sep 2008 06:35:19 +0800
Tag:    v1.8.7

Fix link to wiki in breadcrumb. Credit goes to Clif Kussmaul. MDL-16331

commit 82e0a886c2194e9984699d7357269eef584b9c6c
Author: stronk7 <stronk7>
Date:   Tue, 30 Sep 2008 01:11:21 +0800
Tag:    v1.8.7

Improve DOM detection (due to conficts with old DOM-XML). MDL-15637 ; backported from 19_STABLE

commit 97f4bb9fde5a529c41ec271d414726937ecd092e
Author: stronk7 <stronk7>
Date:   Sun, 28 Sep 2008 01:35:39 +0800
Tag:    v1.8.7

Backporting MDL-16715 to 18_STABLE (new transid codes). Credit goes to Ethem Elvice.

commit 5af25dd9225fc71c1a4aeff0f9651eed2a5d7a9d
Author: stronk7 <stronk7>
Date:   Fri, 26 Sep 2008 17:38:32 +0800
Tag:    v1.8.7

Cleaning wiki recent activity URLs. MDL-15896 ; backported from 19_STABLE

commit e041c56184d7fe867099287c7be2e8b4733d4ead
Author: stronk7 <stronk7>
Date:   Fri, 26 Sep 2008 06:36:18 +0800
Tag:    v1.8.7

Protect message settings with sesskey. MDL-16688 ; backported from 19_STABLE

commit ed16449ba6a58f25b3fce4eb06feb3449a4a0a59
Author: stronk7 <stronk7>
Date:   Tue, 16 Sep 2008 00:25:03 +0800
Tag:    v1.8.7

Re-introducing colons in page names + cleaning tabs output. MDL-15896 ; backported from HEAD

commit c54c59e7d8d37647eabda8728ab21975d8dd8a17
Author: stronk7 <stronk7>
Date:   Mon, 08 Sep 2008 22:29:01 +0800
Tag:    v1.8.7

Added missing join condition. Credit goes to Colin Chambers. MDL-16385 ; backported from HEAD

commit 105eb2d51214c9da415437c4ad853fc4d979bf21
Author: stronk7 <stronk7>
Date:   Mon, 25 Aug 2008 00:30:01 +0800
Tag:    v1.8.7

Prevent some notices at install. MDL-16188

commit 8fb75b1d7ae1c5264a6a03c46595be4b1ba33e05
Author: stronk7 <stronk7>
Date:   Fri, 08 Aug 2008 06:57:56 +0800
Tag:    v1.8.7

Backported from HEAD: Complete inline help about smtp hosts. Credit goes to Anthony. MDL-15923

commit c5ade93e96fe06ef52e2982c2e0a3b21b36d2d50
Author: stronk7 <stronk7>
Date:   Fri, 08 Aug 2008 06:42:54 +0800
Tag:    v1.8.7

Adding 'text-decoration' and 'font-family' to allowed protocols. Backported from HEAD.  MDL-15963

commit 933b96a3a8c2b4ef940d3928957eb133fc80de06
Author: stronk7 <stronk7>
Date:   Fri, 08 Aug 2008 01:11:54 +0800
Tag:    v1.8.7

Fixed copy&paste error. Credit goes to Sergio Rabellino. http://moodle.org/mod/forum/discuss.php?d=102933 ; backported from HEAD

commit 418deec57cf4d8efc899f2afd55d55354a55c998
Author: stronk7 <stronk7>
Date:   Tue, 05 Aug 2008 08:19:41 +0800
Tag:    v1.8.7

Make custom checks BC, so any test about future releases doesn't fail with error it the file and/or function is missing (highly possible). MDL-15939

commit 73254d78611168d62a31c6b02dca4036b3560a48
Author: stronk7 <stronk7>
Date:   Tue, 05 Aug 2008 07:14:48 +0800
Tag:    v1.8.7

Backporting environment.xml from HEAD. Should be (and work) the same.

commit c607a0ea033b763d1a917774f1de3c0f33de176e
Author: stronk7 <stronk7>
Date:   Mon, 04 Aug 2008 05:15:35 +0800
Tag:    v1.8.7

Allow multiple SMTP hosts or host:port to be defined in $CFG->smtphosts. MDL-15923 ; backport from HEAD

commit ba6b4afc8b36974579e3ed7f67d55a8a993daf93
Author: stronk7 <stronk7>
Date:   Fri, 13 Jun 2008 00:03:16 +0800
Tag:    v1.8.6

Timezone info updated to tzdata2008c. Backported from HEAD

commit 0e247d1d4fa4360401095a161d814bbde5a78a17
Author: stronk7 <stronk7>
Date:   Tue, 13 May 2008 10:16:53 +0800
Tag:    v1.8.6

Backporting MDL-14495 to 18_STABLE

commit c7642843ba00473ed06bf4e3e771e98051cf3ddb
Author: stronk7 <stronk7>
Date:   Tue, 13 May 2008 09:51:07 +0800
Tag:    v1.8.6

Avoid $_REQUEST["id"] usage. MDL-14806 ; backported from 19_STABLE

commit 68abb79baff0e982571576968dee0bd188bdb190
Author: stronk7 <stronk7>
Date:   Mon, 12 May 2008 07:56:13 +0800
Tag:    v1.8.6

Prevent excess of unenolments by enrol_database_sync.php. MDL-8550 ; backported from HEAD

commit 85b22635ac6e6992817e631e5c14cf243108c793
Author: stronk7 <stronk7>
Date:   Tue, 29 Apr 2008 07:08:02 +0800
Tag:    v1.8.6

Fixed old-glorious typo in wiki backup. MDL-10811

commit 3b384c750fa52c10c24307dda35d72d98091270b
Author: stronk7 <stronk7>
Date:   Sun, 27 Apr 2008 09:53:25 +0800
Tag:    v1.8.6

glossary->id for block is now properly recoded by restore. MDL-4934

commit 02671df098baba66a4e7dcba836f126662a360cb
Author: stronk7 <stronk7>
Date:   Sun, 27 Apr 2008 09:49:44 +0800
Tag:    v1.8.6

Backporting from HEAD some recent improvements in order to be able to restore block instances properly. MDL-4934

commit de09e4e4455bb70a5149ee6465a7d65f6f179e2c
Author: stronk7 <stronk7>
Date:   Tue, 22 Apr 2008 02:12:01 +0800
Tag:    v1.8.6

Replace custom casting code by proper sql_cast_char2int() core function. MDL-12893 ; backported from HEAD

commit 78356e70e8722aab7299723df9b96a054d70cf5f
Author: stronk7 <stronk7>
Date:   Tue, 22 Apr 2008 02:00:24 +0800
Tag:    v1.8.6

Backporting sql_cast_char2int() to 18_STABLE. MDL-12893

commit 49022d40e16ffeee00bbaa7da864db7fc0af36db
Author: stronk7 <stronk7>
Date:   Mon, 21 Apr 2008 06:17:29 +0800
Tag:    v1.8.6

Replace low level $db->Concat() calls to Moodle sql_concat() cross-db alternative. MDL-13823 ; backported from HEAD

commit c40ff3464dc4eb293fff77d53c4c2b5068beedea
Author: stronk7 <stronk7>
Date:   Mon, 21 Apr 2008 05:20:45 +0800
Tag:    v1.8.6

Modify sql_concat() to support all elements being numeric. MDL-13823 ; backported from HEAD

commit e9b129a6a47fff66c8fd8c05fce1feeee191d6ed
Author: stronk7 <stronk7>
Date:   Sat, 19 Apr 2008 00:59:47 +0800
Tag:    v1.8.6

MDL-14072 - Backported from HEAD. Prevent NULLs, empties and numbers to be processed by: - backup_encode_absolute_links() at backup - restore_decode_absolute_links() at restore

commit 30e04e5e2a1d469ef840240366c8157a4a558f6e
Author: stronk7 <stronk7>
Date:   Fri, 18 Apr 2008 02:35:12 +0800
Tag:    v1.8.6

With get_my_courses() properly filtering out not vievable courses for the user requesting the list, perfomr proper dimming of not visible courses. Backported from HEAD. MDL-12855

commit c602026c336d8b3bec39b351c47b349ede0d4616
Author: stronk7 <stronk7>
Date:   Wed, 16 Apr 2008 09:52:02 +0800
Tag:    v1.8.6

Fixed get_my_courses() to efectively filter out courses based in the user that is requesting the list (not in the user the list is about). MDL-12855

commit 823844e709e6b42c54e668003002bc2e95bfe506
Author: stronk7 <stronk7>
Date:   Wed, 09 Apr 2008 07:19:34 +0800
Tag:    v1.8.6

Unset rcache on UPDATE statements not using dmllib.php. MDL-14257 ; backported from HEAD

commit 9d88867d0fc2c5c71200930d87f2740e09df8d63
Author: stronk7 <stronk7>
Date:   Sun, 06 Apr 2008 23:44:48 +0800
Tag:    v1.8.5

Enforce DOT as decimal separator for Oracle. MDL-11629 ; backported from HEAD

commit b16206af1c8a32bac11d2b52d280d5118458936a
Author: stronk7 <stronk7>
Date:   Sat, 05 Apr 2008 06:36:35 +0800
Tag:    v1.8.5

Documenting local hack about MDL-14215 ; backporte from HEAD

commit 741859448b528bbfdff69bc97e6393c93f755493
Author: stronk7 <stronk7>
Date:   Sat, 05 Apr 2008 03:56:15 +0800
Tag:    v1.8.5

Fixed bug preventing correct detection of enums under mysqli. MDL-14215 ; backported from HEAD

commit fd6024c0be34a399b61d7d4e880b8ec426b13b2c
Author: stronk7 <stronk7>
Date:   Fri, 04 Apr 2008 19:27:03 +0800
Tag:    v1.8.5

Fix wrong conversion from '0' to '' in oracle_diry_hack. MDL-14182 ; backported from HEAD

commit 9eb290680b53b534ad93d9ab5427f23fff52b2b5
Author: stronk7 <stronk7>
Date:   Fri, 04 Apr 2008 02:10:21 +0800
Tag:    v1.8.5

Fixed DST calculation when requesting explicit (parameter) timezones. MDL-14093 ; backported from HEAD

commit 9922fbf9d6e816f3ba7e162e9bc8986274051361
Author: stronk7 <stronk7>
Date:   Sun, 30 Mar 2008 08:47:26 +0800
Tag:    v1.8.5

Not visible courses don't cause unenrolment under LDAP anymore. Credit goes to Iñaki Arenaza. MDL-14097 ; backported from HEAD

commit 169d90353fcc7e91a6234d53c157ac7c39afecd3
Author: stronk7 <stronk7>
Date:   Sun, 23 Mar 2008 08:46:53 +0900
Tag:    v1.8.5

Update timezone rules to tzdata2008a. MDL-14024 ; backported from HEAD

commit 5bdab3147846cc40834cf102ca7501b140a1efe2
Author: stronk7 <stronk7>
Date:   Mon, 17 Mar 2008 21:31:45 +0900
Tag:    v1.8.5

Glossary extended search fixed. MDL-13947 ; backported from HEAD

commit 9ebd5c666df3ccad73b092db9a5a9cf939ba71dc
Author: stronk7 <stronk7>
Date:   Mon, 10 Mar 2008 02:33:17 +0900
Tag:    v1.8.5

Ensure only target groups_members are added to backup. MDL-12453 ; backported from HEAD

commit b6a671d65308863a2f67d1bac323b0551f672ca8
Author: stronk7 <stronk7>
Date:   Wed, 05 Mar 2008 08:42:00 +0900
Tag:    v1.8.5

Simplify anydb_escape_string() to use simple-cross-db addslashes(). MDL-13793 ; backported from 19_STABLE

commit eda7a6b347f6eb855e2a4d7ecf610578b1356182
Author: stronk7 <stronk7>
Date:   Wed, 06 Feb 2008 05:31:59 +0900
Tag:    v1.8.5

Backported from HEAD. Some old backups can contain empties in user->picture, fix them before insert.

commit fdc6e017b57f513f6a62a172e29a713ed5aee523
Author: stronk7 <stronk7>
Date:   Sun, 03 Feb 2008 09:53:08 +0900
Tag:    v1.8.5

Backported from HEAD. Add some browser output when restoring a lot of users.

commit a3534169aedd59c2b26e83065b90a11ae17d7661
Author: stronk7 <stronk7>
Date:   Mon, 28 Jan 2008 00:28:11 +0900
Tag:    v1.8.5

Rename lesson->usegrademax to lesson->usemaxgrade. Some old sites can have it incorrect. MDL-13177

commit e70e08fa8e1cb23ff2dfbbdbbb2ca1424798d528
Author: stronk7 <stronk7>
Date:   Sat, 26 Jan 2008 10:15:24 +0900
Tag:    v1.8.5

Adding some missing parts to scheduled backup. MDL-10721 (will continue tomorrow with 19_STABLE and HEAD)

commit 3efca70fda7390202f6100ffcd8d2646bf58b33c
Author: stronk7 <stronk7>
Date:   Fri, 25 Jan 2008 09:37:58 +0900
Tag:    v1.8.5

General cleanup of backup users. Part of MDL-10721

commit 3dcb2cda3667a812a6f43d8b9d60fc87ed2cb504
Author: stronk7 <stronk7>
Date:   Fri, 25 Jan 2008 03:44:11 +0900
Tag:    v1.8.5

role_assignments are only exported for target users. MDL-13115

commit 5a661304aa2a8530d96e2932e1576439f2128b9b
Author: stronk7 <stronk7>
Date:   Thu, 24 Jan 2008 09:40:51 +0900
Tag:    v1.8.5

Now the backup->users = none setting is properly populated to all modules / instances, saving a lot of info to be always written. MDL-13115

commit fba5ee935bd7a27ab5bee1f1582cad94636305b9
Author: stronk7 <stronk7>
Date:   Thu, 03 Jan 2008 01:45:47 +0900
Tag:    v1.8.4

Respect case of enumvalues. MDL-12803

commit b3ed7949fb24034ff4a9dc1f2afc3576bd919c1c
Author: stronk7 <stronk7>
Date:   Tue, 01 Jan 2008 20:56:16 +0900
Tag:    v1.8.4

Better behaviour for "-" course searches under MSSQL and Oracle. MDL-7312 ; merged from 17_STABLE

commit 06553cdb8270f6238acd42604e738c2da23b4249
Author: stronk7 <stronk7>
Date:   Tue, 01 Jan 2008 00:26:30 +0900
Tag:    v1.8.4

Removed old timezones file. MDL-12024

commit 34a90b1d227b5f16cf04719e060a8cade9b6d08d
Author: stronk7 <stronk7>
Date:   Mon, 31 Dec 2007 23:59:24 +0900
Tag:    v1.8.4

Moving from old "timezones" location to the new "timezone" one. MDL-12024

commit 598100a16b9520ef02aaccc2ddba2f28d875da43
Author: stronk7 <stronk7>
Date:   Mon, 31 Dec 2007 22:20:36 +0900
Tag:    v1.8.4

Adding new (1976) timezone rules (africa, antarctica, asia, australasia, europe, northamerica, southamerica). CSV generated with 2007j olson files. MDL-12024

commit d0a21619411f59b4ef5345625a32ba655e43c457
Author: stronk7 <stronk7>
Date:   Sat, 29 Dec 2007 03:39:50 +0900
Tag:    v1.8.4

Prevent race condition in event creation. MDL-5956. Credit goes to Penny, Luke and Martin @ Catalyst.

commit fc137768fde1f9ca3e5b36d591abb93ce14c9d3b
Author: stronk7 <stronk7>
Date:   Sat, 15 Dec 2007 08:33:03 +0900
Tag:    v1.8.4

Version bump by delta. Modify some timezone fields to accept new olson files. MDL-12024

commit 5220582ed7a2d1809f542cba7482dac8f7da1bb1
Author: stronk7 <stronk7>
Date:   Sat, 15 Dec 2007 08:27:27 +0900
Tag:    v1.8.4

Modify some timezone fields to accept new olson files. MDL-12024

commit 0db058ef58318280eea6f1c26d5651a1e0d81bc5
Author: stronk7 <stronk7>
Date:   Mon, 10 Dec 2007 18:37:34 +0900
Tag:    v1.8.4

Backporting MDL-12407 to 18_STABLE. Fix was missing there.

commit 1bc0bbb4ef780d3954731f88dcaa4f3edec4e398
Author: stronk7 <stronk7>
Date:   Mon, 10 Dec 2007 08:28:24 +0900
Tag:    v1.8.4

Reverting latest commit that was breaking some sites under MySQL. MDL-12427. http://moodle.org/mod/forum/discuss.php?d=86238

commit 32932231fd88101c7acad7eae0b48fa09de976f2
Author: stronk7 <stronk7>
Date:   Sat, 08 Dec 2007 08:53:59 +0900
Tag:    v1.8.4

Deleting one "add course" button that shouldn't be there if we aren't inside a category. MDL-12076

commit 9cdfe34923c9243420c53a7ee5e5f9b77fc26406
Author: stronk7 <stronk7>
Date:   Sat, 08 Dec 2007 00:56:18 +0900
Tag:    v1.8.4

MDL-12084. Using new cross-db sql_isnotempty() function.

commit 0196475e235dc5a509919ebe09e8058b36f72bc6
Author: stronk7 <stronk7>
Date:   Tue, 04 Dec 2007 05:41:31 +0900
Tag:    v1.8.4

Adding some outer spaces to returned SQL to avoid wrong sentences caused by concatenation.

commit 8245849ef91f573fb17329abb7ac6a537f9dfa08
Author: stronk7 <stronk7>
Date:   Tue, 04 Dec 2007 05:08:07 +0900
Tag:    v1.8.4

Adding two new functions: sql_isempty() and sql_isnotempty() to perform SQL comparisons to empties in a cross-db way. General solution for problems like MDL-12084

commit 3e5d5d5741299fddd1a37795c724a8ce304fdece
Author: stronk7 <stronk7>
Date:   Fri, 23 Nov 2007 07:45:23 +0900
Tag:    v1.8.4

Deleting one ='' condition that isn't cross-db nor necessary. MDL-12186

commit 451761a40394d7d770a0203d20cfb46661ad707f
Author: stronk7 <stronk7>
Date:   Tue, 20 Nov 2007 09:05:16 +0900
Tag:    v1.8.4

Some question formating...

commit 5e1cef5b0434d5e66d8ab310a97cfcd7d39a26ca
Author: stronk7 <stronk7>
Date:   Sat, 10 Nov 2007 04:08:31 +0900
Tag:    v1.8.4

Adding lang support within profile fields to make them selfcontained.

commit 726f2a45dc3022b3bdcb3f1245b5532062d2ff02
Author: stronk7 <stronk7>
Date:   Fri, 02 Nov 2007 22:01:02 +0900
Tag:    v1.8.4

There was a mistake in the dir being created. It must be the backup temp area one. MDL-11912

commit 6f23f8985a716eb2d7f05938ca3154108f1ca168
Author: stronk7 <stronk7>
Date:   Fri, 02 Nov 2007 18:50:33 +0900
Tag:    v1.8.4

Changed check_dir_exists() behaviour to be more robust and to work better when used recursively under sites with open_basedir enabled. Credit goes to René Samselnig. MDL-11437

commit 941f70858da7381c5fa9bc06d9961b882145a290
Author: stronk7 <stronk7>
Date:   Fri, 02 Nov 2007 05:07:19 +0900
Tag:    v1.8.4

Unsetting one white border.

commit 60b5a1e50a8443c110806cc7f7cc431b31f4bb1e
Author: stronk7 <stronk7>
Date:   Sat, 20 Oct 2007 01:36:19 +0800
Tag:    v1.8.4

Booleans are not always transformed to 0 /1. This was preventing install under mysqli. Define block->multiple if needed.

commit 44f2b377606b3c06c1538af5f714ababa4d91807
Author: stronk7 <stronk7>
Date:   Sat, 20 Oct 2007 00:48:02 +0800
Tag:    v1.8.4

Adding support to course/formats from within the editor. MDL-11842

commit c194ca1c7041c9f57926de94c2c9fcdc88e89e7c
Author: stronk7 <stronk7>
Date:   Fri, 05 Oct 2007 06:18:27 +0800
Tag:    v1.8.3

MDL-11597. Backported from HEAD to 18_STABLE

commit d672ecf8e8fabb5d72c8207a0f19becd865c5bb5
Author: stronk7 <stronk7>
Date:   Mon, 24 Sep 2007 23:37:52 +0800
Tag:    v1.8.3

Backporting typo from HEAD

commit c54982c11b2a05ae6df7ad2a7a7ac3848ecd5455
Author: stronk7 <stronk7>
Date:   Tue, 18 Sep 2007 06:08:31 +0800
Tag:    v1.8.3

Interlinking from/to data module added. MDL-9576

commit 1714e789f498901df31a5d790b1b9933caaf9553
Author: stronk7 <stronk7>
Date:   Tue, 18 Sep 2007 00:58:54 +0800
Tag:    v1.8.3

Now, under quick grading, when new assignment_submissions records are created, we provide a default for data1 and data2 text not null columns. MDL-11268

commit eb2a551ce4b096af0ad163d26f3876d8397cd6ac
Author: stronk7 <stronk7>
Date:   Mon, 17 Sep 2007 07:01:28 +0800
Tag:    v1.8.3

Typo causing wiki files not being saved in backup. MDL-9335

commit 82cb40f8132d049cc8c8c9179e007c5ffcdd692d
Author: stronk7 <stronk7>
Date:   Mon, 17 Sep 2007 03:24:08 +0800
Tag:    v1.8.3

Hide the metacourse dropdown menu if the course isn't a metacourse and general XHTML compliance. MDL-9922

commit dbc63684622e4ad81d04a32a84612b2a0c951421
Author: stronk7 <stronk7>
Date:   Mon, 17 Sep 2007 02:32:50 +0800
Tag:    v1.8.3

Prevent some warning when restoring site courses... MDL-10054 MDL-10118

commit f4afcf7efa81be19393c2d13dc6cb6b96d7c8d12
Author: stronk7 <stronk7>
Date:   Mon, 17 Sep 2007 01:27:29 +0800
Tag:    v1.8.3

Show the roll dates option only if the backup course has a start date (some formats like main page, social..., haven't it and rolling dates from 0 produces crazy dates. MDL-10125

commit 05c7e459acbda5b7c15867fead3c1077f7b8b902
Author: stronk7 <stronk7>
Date:   Sun, 16 Sep 2007 16:28:55 +0800
Tag:    v1.8.3

Fixed wrong link to log report. Shouldn't these links be in php code instead of lang files? MDL-11281

commit b7f2b64f2f16f849115acca8b9a0bf7228363833
Author: stronk7 <stronk7>
Date:   Fri, 14 Sep 2007 01:58:55 +0800
Tag:    v1.8.3

Now using one cross-db solution to be able to simulate the status boolean ins assignment submissions. MDL-8164 & MDL-10846

commit 8d20f40cb969988128bb6f922e7ad91eb7a30567
Author: stronk7 <stronk7>
Date:   Sun, 09 Sep 2007 06:56:29 +0800
Tag:    v1.8.3

Fix excess of slashing in course names when restoring. MDL-11151

commit 347f90e704ee6cae77991277831587400a710dc5
Author: stronk7 <stronk7>
Date:   Sun, 09 Sep 2007 06:48:23 +0800
Tag:    v1.8.3

Fix link in email to new admin report. MDL-7850

commit b533156097c27a6d646999bfefeb129c68ebc68a
Author: stronk7 <stronk7>
Date:   Sun, 09 Sep 2007 06:44:42 +0800
Tag:    v1.8.3

Adding some strings for the new backups report. MDL-7850

commit 22bf0fd32cfa52a46da472b2a8995aade1e00d26
Author: stronk7 <stronk7>
Date:   Sun, 09 Sep 2007 06:39:23 +0800
Tag:    v1.8.3

Redirecting old backup log to the new one. MDL-7850

commit 2c4f2d400438c1b2d31368330e037d66f81931b0
Author: stronk7 <stronk7>
Date:   Sun, 09 Sep 2007 06:32:51 +0800
Tag:    v1.8.3

Adding new report to display scheduled backup logs. MDL-7850

commit 97bc9f4934454c1e7cd434a4f7967c807dc3bdf9
Author: stronk7 <stronk7>
Date:   Thu, 06 Sep 2007 02:40:25 +0800
Tag:    v1.8.3

Now restoring groups is cross-db (the detection of existing groups)

commit 07893c52391a960977a287a1468ca9bcdebf116f
Author: stronk7 <stronk7>
Date:   Wed, 05 Sep 2007 23:27:53 +0800
Tag:    v1.8.3

Repeated fields aren't necessary at all since Moodle 1.7 and, in fact, they throw error if using limits! MDL-9592

commit 93d8244508be5736f2e133b7bbefa61a987798d2
Author: stronk7 <stronk7>
Date:   Wed, 05 Sep 2007 07:16:14 +0800
Tag:    v1.8.3

Now the Oracle XMLDB generator detects changes of precision in NUMBERs without decimals (virtually INTs) and is able to perform the change of precision properly

commit 77b7083885ea7dc86dca39c4bf1336be3fa57926
Author: stronk7 <stronk7>
Date:   Wed, 05 Sep 2007 06:10:11 +0800
Tag:    v1.8.3

Added one new test to change precission of a numeric field to a smaller one. It breaks Oracle in its current status.

commit a0d692e9251944edd199f9ed84a014cec449e712
Author: stronk7 <stronk7>
Date:   Sun, 02 Sep 2007 18:50:22 +0800
Tag:    v1.8.3

Now, the repository is able to set the resource->name if it haven't been manuall defined. Part of MDL-10878.

commit a34487e2e5d74e7795942640401f048126072ea4
Author: stronk7 <stronk7>
Date:   Tue, 28 Aug 2007 23:33:37 +0800
Tag:    v1.8.3

Now Moodle >= 1.9 requires PostgreSQL >= 8.0. MDL-11033

commit ea6f1fd56973a8bca0a178e711837f2935f6466a
Author: stronk7 <stronk7>
Date:   Mon, 27 Aug 2007 22:42:19 +0800
Tag:    v1.8.3

New tables must have the id unsigned.

commit 31682b12762411a12655be213b37a1220b29b9c4
Author: stronk7 <stronk7>
Date:   Fri, 10 Aug 2007 09:44:46 +0800
Tag:    v1.8.3

Fixing one SQL that could cause problems with coincidences in the associative array. MDL-10787

commit daf3c36c519e8d57fb64913cee420a77e6cf4316
Author: stronk7 <stronk7>
Date:   Fri, 10 Aug 2007 08:55:44 +0800
Tag:    v1.8.3

MSSQL blobs doesn't like quoted binaries. MDL-9835

commit 0ab95f8bf63fb27781a03f202973c9df9fdca12e
Author: stronk7 <stronk7>
Date:   Fri, 10 Aug 2007 08:45:02 +0800
Tag:    v1.8.3

Adding some comments about latest local changes. MDL-10788

commit 295ce0c81ec2f5c7f717077f7ffa436b20c3d207
Author: stronk7 <stronk7>
Date:   Fri, 10 Aug 2007 08:40:32 +0800
Tag:    v1.8.3

Fixed bug when inserting strings beginning by single quotes. MDL-10788

commit dda4bbbf25167db58fbe599e91974073d9a24e83
Author: stronk7 <stronk7>
Date:   Fri, 10 Aug 2007 02:16:47 +0800
Tag:    v1.8.3

Fixed insert/update of Oracle xLOBs. Credit goes to Rita Scholes. MDL-9835

commit eee45d7fe6cf382add2d8ee86f5bf463192425ce
Author: stronk7 <stronk7>
Date:   Fri, 10 Aug 2007 02:10:52 +0800
Tag:    v1.8.3

Reverting deleted addslashes(). They are needed for proper testing after all.

commit 838e92f788ebb580f398322dcc1dfc21967d8154
Author: stronk7 <stronk7>
Date:   Fri, 10 Aug 2007 01:59:08 +0800
Tag:    v1.8.3

And binary tests should use addslahes at all. Testing cross-db right now.

commit a9043496241e2073635fc5303362900bed9e3e97
Author: stronk7 <stronk7>
Date:   Fri, 10 Aug 2007 01:51:37 +0800
Tag:    v1.8.3

Adding some difficulties to the CLOB/BLOB tests... (escape chars)

commit 196684087f54a6c772202e9820eb04d5d3afb816
Author: stronk7 <stronk7>
Date:   Thu, 09 Aug 2007 06:16:23 +0800
Tag:    v1.8.3

Now sybase quotes are properly handled by the lang editor. Part of MDL-9835

commit 4bcf2c212276f6ba2b8422752fa4109a96e7d633
Author: stronk7 <stronk7>
Date:   Wed, 08 Aug 2007 19:10:41 +0800
Tag:    v1.8.3

Reverting last commit I performed by mistake when debugging a bit the plugin. Sorry! sad

commit ed4fd6c4920e399bf871ed4593d9e3974c783a88
Author: stronk7 <stronk7>
Date:   Wed, 08 Aug 2007 18:59:42 +0800
Tag:    v1.8.3

Detect the connection status before continue. Else no-one will be able to connect with local alternatives. And under SSO it's a problem!

commit 62ec0b2bd44a990d30f5a1d74f84e48f2a62dd5c
Author: stronk7 <stronk7>
Date:   Tue, 07 Aug 2007 07:20:21 +0800
Tag:    v1.8.3

Id tag added + whitespace cleaning

commit c6b2e4fce9aacf6cad05008cb9d102b7dcf301dd
Author: stronk7 <stronk7>
Date:   Tue, 07 Aug 2007 06:15:19 +0800
Tag:    v1.8.3

Added Id tag

commit 4adbf6cf727d6a89f027d7dfd127cb4a3298eedd
Author: stronk7 <stronk7>
Date:   Tue, 07 Aug 2007 02:28:30 +0800
Tag:    v1.8.3

Added Id tag

commit 91cee36fe6df3fbcf6f193e8a47853e57330fc57
Author: stronk7 <stronk7>
Date:   Tue, 07 Aug 2007 01:54:14 +0800
Tag:    v1.8.3

Adding Id tag + copyright notice.

commit 1f31378d11568e1eca5049d2a697f5ac57bd31f8
Author: stronk7 <stronk7>
Date:   Mon, 06 Aug 2007 06:49:49 +0800
Tag:    v1.8.3

fix insert_record() call using arrays instead of objects

commit 273c8bf204fac7e82d92989d3a2b5990b599f164
Author: stronk7 <stronk7>
Date:   Mon, 06 Aug 2007 06:35:31 +0800
Tag:    v1.8.3

$dataobject in insert_record() and update_record() must be objects. Added code to detect, fix and debug array situations. Related to MDL-9751.

commit 5ce8c064dd13f6acc1bf36be552af43839615f3d
Author: stronk7 <stronk7>
Date:   Sun, 05 Aug 2007 02:46:36 +0800
Tag:    v1.8.3

Prevent one warning

commit 37c023fb5cc796a23591d4cb23def8a7fd451746
Author: stronk7 <stronk7>
Date:   Sun, 05 Aug 2007 01:16:05 +0800
Tag:    v1.8.3

Support some strings from within the auth plugin lang files added. MDL-10694

commit 1002d7e22ac9671b654089a4abf44b026fd7a600
Author: stronk7 <stronk7>
Date:   Fri, 03 Aug 2007 07:37:13 +0800
Tag:    v1.8.3

Added space to perform correct N' queries under MSSQL. MDL-10423

commit 960192ec0e156e1bdb7e4af6eb0af6177d585182
Author: stronk7 <stronk7>
Date:   Tue, 31 Jul 2007 07:40:41 +0800
Tag:    v1.8.3

search cron was killing the rest of cron tasks!

commit da30f2babdb5f4109e398284d9ea0602b5dc1857
Author: stronk7 <stronk7>
Date:   Tue, 31 Jul 2007 00:41:54 +0800
Tag:    v1.8.3

Since now, Moodle 2.0 will require PHP 5.2. MDL-10390

commit a3daa6c40d771452e6371f0fa47ca32d58a9e616
Author: stronk7 <stronk7>
Date:   Sat, 28 Jul 2007 08:15:09 +0800
Tag:    v1.8.3

Adding one Moodle note about the local hack performed. MDL-9911

commit bb9950d1ccbaa1da57c25d3a6caddbce9a78a697
Author: stronk7 <stronk7>
Date:   Sat, 28 Jul 2007 08:00:45 +0800
Tag:    v1.8.3

Moodle hack to make the excel generation lib really better under UTF-8. Credit goes to Thomas Robb. MDL-9911

commit 59d1acce898a68cee3a7a5a775997823cdc3c1b2
Author: stronk7 <stronk7>
Date:   Thu, 26 Jul 2007 06:10:50 +0800
Tag:    v1.8.3

Adding two missing strings. MDL-6017

commit e95c8bc28216008683a78e695ff08601a0f06892
Author: stronk7 <stronk7>
Date:   Thu, 26 Jul 2007 05:34:11 +0800
Tag:    v1.8.3

Fixing two get_string() calls when restoring gradebook preferences. MDL-6017

commit cf5bb676dc9e57cde17c0f2cc30e6ecb81ad3289
Author: stronk7 <stronk7>
Date:   Tue, 24 Jul 2007 07:26:32 +0800
Tag:    v1.8.3

Anihilate the last TEXT column having a default clause. With thin, Moodle > 1.8 builds under strict (mysql) and those defaults won't be there anymore. As part of the upgrade to 1.9 one check is going to be performed to see if it's needed to drop such default. MDL-6218

commit 02e7dadc059bb2d8d06272a21b8173557e603642
Author: stronk7 <stronk7>
Date:   Tue, 24 Jul 2007 00:33:54 +0800
Tag:    v1.8.3

Let's use the default (cached) list of fields here. MDL-10571

commit 439d39348d050a7c317ed6448fb67a97fe1312ad
Author: stronk7 <stronk7>
Date:   Mon, 23 Jul 2007 23:50:59 +0800
Tag:    v1.8.3

Now the my page retrieves all the fields (modinfo included) from the course, so print_overview() calls are working again.  MDL-10232

commit 748d925acbbcfbdb2f3d2c3c9997020cf8f33604
Author: stronk7 <stronk7>
Date:   Mon, 23 Jul 2007 06:58:34 +0800
Tag:    v1.8.3

Small improvement. Reducing the list of fields returned by get_my_courses().

commit f352ff4b83a6ac8ffd3421dd314b1edb960ae7ad
Author: stronk7 <stronk7>
Date:   Sun, 22 Jul 2007 18:29:01 +0800
Tag:    v1.8.3

Small improvement. Reducing the list of fields returned by get_my_courses() in this block.

commit 3dc450db90b7e1dbef32cf2a1ca2f7f77c8921fd
Author: stronk7 <stronk7>
Date:   Sun, 22 Jul 2007 08:24:40 +0800
Tag:    v1.8.3

New cross-db version of the big union query used by get_my_courses() function. I've tested both the "IN" subquery and the "FROM" subquery and, under sites with more courses, the "FROM" one seems to perform slightly better. MDL-9381

commit d7fd82a2caf032066bf4d5626e2438137fc39a3e
Author: stronk7 <stronk7>
Date:   Wed, 18 Jul 2007 02:56:40 +0800
Tag:    v1.8.3

And key fields are lowercased too. End of MDL-10413

commit 6794ccb2b34656b3cdc4028841201cdf2067eec8
Author: stronk7 <stronk7>
Date:   Wed, 18 Jul 2007 02:53:19 +0800
Tag:    v1.8.3

And index fields are lowercased too. Part of MDL-10413

commit 392e59c88ef239f5f75c244fdfedb7d993688ced
Author: stronk7 <stronk7>
Date:   Wed, 18 Jul 2007 02:48:18 +0800
Tag:    v1.8.3

Ensuring we always retrofit lowercase tables. Part of MDL-10413.

commit ca133f6ec3c6d0349410836d0280cd4035f6b4d7
Author: stronk7 <stronk7>
Date:   Tue, 17 Jul 2007 04:16:24 +0800
Tag:    v1.8.3

Adding some course->xxxx missing fields to backup & restore. MDL-10444

commit 1aca4eeaf03deb4ab8e1ef36d478801038f5c7a9
Author: stronk7 <stronk7>
Date:   Mon, 16 Jul 2007 06:24:43 +0800
Tag:    v1.8.3

Now the glossary->allowcoments setting is respected. MDL-8056 Credit goes to Matt Clarkson. Thanks.

commit fcbae39803b49e35c3ca06f0e41c80beded48409
Author: stronk7 <stronk7>
Date:   Tue, 10 Jul 2007 02:03:15 +0800
Tag:    v1.8.3

Now SQL sentences are all together and with proper terminators. Tested against MySQL, PostgreSQL and MSSQL. MDL-7357

commit 25e5ce9a5f53957c0ed4e3d5b5fba8e3decdd875
Author: stronk7 <stronk7>
Date:   Tue, 10 Jul 2007 01:15:50 +0800
Tag:    v1.8.3

Reverting to previous version to respect cross-db. Final tested solution arriving in hours. MDL-7357

commit 1aee1e5a27acebed02fc4b554a6444dd2412239d
Author: stronk7 <stronk7>
Date:   Mon, 09 Jul 2007 07:56:15 +0800
Tag:    v1.8.3

Now tested against Oracle too. Adding option to XMLDB Editor interface. MDL-7357

commit 5e8255d65157f53d7b2e3043b20bf03aee32066b
Author: stronk7 <stronk7>
Date:   Mon, 09 Jul 2007 07:18:16 +0800
Tag:    v1.8.3

First cut of the utility embeded in the XMLDB Editor used to check any Moodle server looking for missing indexes. Tested under MySQL, PostgreSQL and MSSQL. No frontend available until tested for Oracle. MDL-7357

commit 6f8489e13d0d51a971f43e50b8d89af137577c47
Author: stronk7 <stronk7>
Date:   Mon, 09 Jul 2007 07:12:54 +0800
Tag:    v1.8.3

Adding some new strings to the XMLDB editor. MDL-7357

commit 305726a6a237694da70da661fe37d0a99b28d214
Author: stronk7 <stronk7>
Date:   Sat, 07 Jul 2007 01:43:33 +0800
Tag:    v1.8.2

Small upgrade to fix some guest->mnethostid. MDL-10375

commit 62f3bee98490205248842ec31eead25946277092
Author: stronk7 <stronk7>
Date:   Sat, 07 Jul 2007 01:39:55 +0800
Tag:    v1.8.2

Use the new, central, create_guest_record() function. MDL-10375

commit 0183e41239059e994a078ae0d50478de7e223912
Author: stronk7 <stronk7>
Date:   Sat, 07 Jul 2007 01:37:43 +0800
Tag:    v1.8.2

Adding new, central, create_guest_record() function. MDL-10375

commit 5c03a7d201617d50cb587090cdb0cfcb017b695d
Author: stronk7 <stronk7>
Date:   Tue, 03 Jul 2007 01:10:47 +0800
Tag:    v1.8.2

File no longer used. It's under formslib control since Moodle 1.8. Thanks James! MDL-10036

commit 55c59f5050ab10315a5f87c5959e61da951067c3
Author: stronk7 <stronk7>
Date:   Tue, 03 Jul 2007 01:02:06 +0800
Tag:    v1.8.2

XHTML conmpliance

commit c9c54db3d86ab0aab5238f96511b8fafd843037d
Author: stronk7 <stronk7>
Date:   Tue, 03 Jul 2007 00:56:31 +0800
Tag:    v1.8.2

Using the new "choose" parameter to navigate/preview/choose IMS-CP resource packages. MDL-10036

commit 826b485ce1d15b10764fead81b614109ac5b639e
Author: stronk7 <stronk7>
Date:   Tue, 03 Jul 2007 00:53:26 +0800
Tag:    v1.8.2

Using the new choosecoursefileorimsrepo form element. MDL-10036

commit bbbba10d7377910a7cd8488e33fcb2e0ca26508c
Author: stronk7 <stronk7>
Date:   Tue, 03 Jul 2007 00:50:47 +0800
Tag:    v1.8.2

Registering the choosecoursefileorimsrepo form element to show the "Browse Repository" button for IMS-CP resources type. (MDL-10036)

commit 493ac92129918dc7df16b2c914fba2d946db3142
Author: stronk7 <stronk7>
Date:   Tue, 03 Jul 2007 00:48:32 +0800
Tag:    v1.8.2

Adding the choosecoursefileorimsrepo form element to show the "Browse Repository" button for IMS-CP resources type. (MDL-10036)

commit 55005a51ce44945a19202e514bfc7876e9e647ce
Author: stronk7 <stronk7>
Date:   Wed, 20 Jun 2007 01:53:14 +0800
Tag:    v1.8.2

Now calendar export have some correct defaults. MDL-10175

commit cfc673c1120c28fd9f476d2e3ba7a811e08293ba
Author: stronk7 <stronk7>
Date:   Thu, 14 Jun 2007 07:21:36 +0800
Tag:    v1.8.2

Now the tokeniser is using the new textlib->entities_to_utf8() own function (PHP4 and PHP compatible)

commit 6dfe1cc67c9d2f3900c0f452186729a6db2f492b
Author: stronk7 <stronk7>
Date:   Thu, 14 Jun 2007 03:39:53 +0800
Tag:    v1.8.2

Added entities_to_utf8() function to textlib, suitable to convert any entity (numerical and html) to utf-8, providing a PHP4 and PH5 way to do the work. Also, added the code2utf8() function to convert Unicode code numbers to UTF-8 chars.

commit 1c09e6fe0c71ce9c9e70bb07d9c6e1bcd307c1fa
Author: stronk7 <stronk7>
Date:   Wed, 13 Jun 2007 02:15:05 +0800
Tag:    v1.8.2

First cut of the tokeniser library. Modified from drupal search.module code (see copyrights). The library converts any text/html into an array of tokens with their score (weight). Supports stop_words, cjk basic tokeniser (for indexers) and different modes of handling numbers.

commit f7d5bed2d211059f5026833f57f8c441e286701e
Author: stronk7 <stronk7>
Date:   Tue, 15 May 2007 00:55:04 +0800
Tag:    v1.8.1

Add support for more tabs in module pages. Point 1. MDL-9736

commit d09757da3f0fd6cf2eeb630108b37db7eb5d0f7a
Author: stronk7 <stronk7>
Date:   Mon, 23 Apr 2007 06:05:19 +0800
Tag:    v1.8.1

Now resource/view.php?r=XXX links are recoded properly in backup/restore. MDL-9450

commit 3e7759c3b6eace2060b71db01b6d394d74d3164c
Author: stronk7 <stronk7>
Date:   Sun, 22 Apr 2007 22:18:40 +0800
Tag:    v1.8.1

Add one missing return causing db(internal) pass change not to work. Partially, MDL-9491

commit f68ff717aaf5ba5e5c3df43abf633487d3d9e2e4
Author: stronk7 <stronk7>
Date:   Mon, 16 Apr 2007 22:43:37 +0800
Tag:    v1.8.1

Fixed quesry to work agains Oracle. Repeated fields + limit are incompatible (and not needed) for Oracle. MDL-9321

commit 1027fcce3b390905ef24a3e667912d278629fdee
Author: stronk7 <stronk7>
Date:   Sun, 15 Apr 2007 19:10:42 +0800
Tag:    v1.8.1

Fixing typo causing purge of accelerator cache not working. MDL-9349

commit e3494d2af5f366e9bbd979f4d98288e8efba13f0
Author: stronk7 <stronk7>
Date:   Fri, 13 Apr 2007 06:16:10 +0800
Tag:    v1.8.1

mnethosturl was never being restored. Detected while checking MDL-9309

commit 54b6d16e8c9914565430d068ac8a263dccf2152f
Author: stronk7 <stronk7>
Date:   Thu, 12 Apr 2007 23:33:10 +0800
Tag:    v1.8.1

Fixing typo causing some (a few) sites to break on upgrade. Credit goes to Rafa Gutierrez. MDL-9316

commit d76f66dde97a526d60d76c2cc0e6e9090d404cdd
Author: stronk7 <stronk7>
Date:   Mon, 09 Apr 2007 08:09:50 +0800
Tag:    v1.8.1

Better approach. Use higher level MetaIndexes() and avoid some MySQL warnings. MDL-9256

commit 4f3f057884fb73436c87b025241e5e0c2152aa94
Author: stronk7 <stronk7>
Date:   Mon, 09 Apr 2007 06:56:23 +0800
Tag:    v1.8.1

Now MySQL looks for existing index names. MDL-9256

commit 4abc65705c1979d5ed1ec1013dadcf522a44bad5
Author: stronk7 <stronk7>
Date:   Sun, 08 Apr 2007 00:07:32 +0800
Tag:    v1.8.1

Now $CFG->apachemaxmem is respected.

commit f16220e6a9270fe6d2022ad6e409fd665a67d27f
Author: stronk7 <stronk7>
Date:   Fri, 06 Apr 2007 06:21:25 +0800
Tag:    v1.8.1

Fixing authdb->close() in some places. Credir goes to Seiti. MDL-9212

commit b3a55ad3828ec2f9ea9e518c90018e5175a7af4c
Author: stronk7 <stronk7>
Date:   Tue, 03 Apr 2007 23:42:25 +0800
Tag:    v1.8.1

Show continue button after importing glossary. MDL-9071

commit 9b3939b8f559713e352fe1de2b270b7317d75cd0
Author: stronk7 <stronk7>
Date:   Tue, 03 Apr 2007 06:01:21 +0800
Tag:    v1.8.1

Fixed one wrong urlencoe after error.

commit ecb80afb03afc4044ea6b209316bdc3da8dd5681
Author: stronk7 <stronk7>
Date:   Tue, 03 Apr 2007 05:50:03 +0800
Tag:    v1.8.1

Disable the "save" button if the file isn't writable.

commit f0a346c4ff85ddc300052f9707bae7816727e239
Author: stronk7 <stronk7>
Date:   Tue, 03 Apr 2007 05:36:08 +0800
Tag:    v1.8.1

Centering buttons in some actions...

commit cc1eb9113b410909662341e9499ad740f7fba4e2
Author: stronk7 <stronk7>
Date:   Sun, 01 Apr 2007 18:32:25 +0800
Tag:    v1.8.1

Bump backup version

commit 377da1a0e2b032f4644c8f40a5bac17f0c25732c
Author: stronk7 <stronk7>
Date:   Fri, 30 Mar 2007 23:35:15 +0800
Tag:    v1.8.0

Adding a missing parameter to the "add new course" button. MDL-9129

commit d90cb507f3c19cf9181532e4aa3bae06afc14a35
Author: stronk7 <stronk7>
Date:   Fri, 30 Mar 2007 15:44:29 +0800
Tag:    v1.8.0

XHTML fix. Credit goes to Jeff Graham. MDL-9103

commit 8a57655b50ca0ae24854bf1f21d207f851b4acb8
Author: stronk7 <stronk7>
Date:   Fri, 30 Mar 2007 08:29:46 +0800
Tag:    v1.8.0

Added one more style to center some tables in glossary.

commit fa3ce02ba1ad0ca2809ead15cd6b04b3b060c725
Author: stronk7 <stronk7>
Date:   Fri, 30 Mar 2007 08:24:54 +0800
Tag:    v1.8.0

Fixing approval interface. Step4. MDL-8793

commit 344c50611d22f600cbe45cb4ea829642ea586036
Author: stronk7 <stronk7>
Date:   Fri, 30 Mar 2007 07:23:37 +0800
Tag:    v1.8.0

Fixing export interface. Step3. MDL-8793

commit 7cf3b7fabd511136a3fe42562539048e8876f4f5
Author: stronk7 <stronk7>
Date:   Fri, 30 Mar 2007 07:10:16 +0800
Tag:    v1.8.0

Fixing import interface. Step2. MDL-8793

commit 79eebc83aa496e80abe55a4f459f9c06b95ad116
Author: stronk7 <stronk7>
Date:   Fri, 30 Mar 2007 06:16:42 +0800
Tag:    v1.8.0

Moving options from 2nd tab to main area. Step1. MDL-8793

commit 81b65eaec6e4a148a394437a9c3334dae58c35d2
Author: stronk7 <stronk7>
Date:   Wed, 28 Mar 2007 04:30:22 +0800
Tag:    v1.8.0

Now XMLDBStatements support backslashed single quotes.

commit 68b8dfa13b34bc35d3da23c696a49ecc236f887f
Author: stronk7 <stronk7>
Date:   Tue, 27 Mar 2007 07:30:57 +0800
Tag:    v1.8.0

ignore this...

commit b0e97aec74e9760579a514e36cf48671f590df42
Author: stronk7 <stronk7>
Date:   Tue, 27 Mar 2007 07:01:11 +0800
Tag:    v1.8.0

Always print the entry when adding, updating/deleting comments. MDL-9047

commit 7e7b0ef002b7dfdc67a646e10a5ce600ed9e3f2a
Author: stronk7 <stronk7>
Date:   Tue, 27 Mar 2007 05:51:18 +0800
Tag:    v1.8.0

Avoid to end SQL commands with a trailing ';'. MDL-9058

commit b0aeae82887ca6f4e7670d6e3c4b8915b77d2202
Author: stronk7 <stronk7>
Date:   Sat, 24 Mar 2007 09:57:43 +0900
Tag:    v1.8.0

Deleted one debug line...

commit a655cd9a380cad81f690a19e980278ad28e38f89
Author: stronk7 <stronk7>
Date:   Sat, 24 Mar 2007 09:56:31 +0900
Tag:    v1.8.0

Fix a problem with glossary not being able to sort by firstname.

commit 401e26306eecbd2ef3379b71677ddbe706be7617
Author: stronk7 <stronk7>
Date:   Sat, 24 Mar 2007 09:37:16 +0900
Tag:    v1.8.0

One default was causing author view not being able to sort by firstname or lastname.

commit a5762bd5319bdc306492ad4bc173abd0b6626a3d
Author: stronk7 <stronk7>
Date:   Sat, 24 Mar 2007 09:00:40 +0900
Tag:    v1.8.0

Now the underscore lines in tabrow1 aren't blue anymore. Really complex to guess the modifiers to apply!

commit 6a1a2949425f4c272d45c90a92f2f78f1222aa81
Author: stronk7 <stronk7>
Date:   Sat, 24 Mar 2007 00:56:41 +0900
Tag:    v1.8.0

Fetch local guest user using DB index.

commit 5ce30e94edce13962cdc4fdb66ab472759e435c3
Author: stronk7 <stronk7>
Date:   Tue, 20 Mar 2007 09:10:25 +0900
Tag:    v1.8.0

urlencode() hook for correct parameter handling & XHTML.

commit b1995508c1769be12aa24d8a52113c4849937078
Author: stronk7 <stronk7>
Date:   Tue, 20 Mar 2007 08:56:57 +0900
Tag:    v1.8.0

Changing one generic class-name to a glossary specific one in themes.

commit 4b593df4819fd2dce3faf496b076d551054a6bdc
Author: stronk7 <stronk7>
Date:   Tue, 20 Mar 2007 08:51:31 +0900
Tag:    v1.8.0

Changing one generic class-name to a glossary specific one.

commit de411962693b5fda68d8a233e38924a4e72a18c2
Author: stronk7 <stronk7>
Date:   Tue, 20 Mar 2007 05:18:25 +0900
Tag:    v1.8.0

One more class to align all glossary inline explanations.

commit 99feca8c8e6fe53e664a070555d5f111ce30fa88
Author: stronk7 <stronk7>
Date:   Tue, 20 Mar 2007 05:10:50 +0900
Tag:    v1.8.0

Deleting some inline styles and clearing some unused code. MDL-8746

commit 87290838c9142f1e9fe001fb57bd19230e9efe3d
Author: stronk7 <stronk7>
Date:   Tue, 20 Mar 2007 03:42:01 +0900
Tag:    v1.8.0

Now the add/update entry page XHTML validates and doesn't show the tabs and intro anymore.

commit 20ad9953df29bdf2a0b6485da8cf31e48ad0ee73
Author: stronk7 <stronk7>
Date:   Tue, 20 Mar 2007 03:21:30 +0900
Tag:    v1.8.0

Now glossary "add entry" is a button instead of a tab. Part of MDL-8746

commit d3e7c0e206a95a2b7503a4a9e9d3c39c2c920361
Author: stronk7 <stronk7>
Date:   Tue, 20 Mar 2007 03:12:16 +0900
Tag:    v1.8.0

Preparing some glossary css changes...for "add entry" buttons. MDL-8746

commit 374e173f110f59f3329760b1f4e1dba8e683b6fa
Author: stronk7 <stronk7>
Date:   Tue, 20 Mar 2007 02:17:54 +0900
Tag:    v1.8.0

$CFG->tabselectedtofront is now out. Part of MDL-8746

commit a20d27df81492c5cd87eaf47bf419119c7dd8afb
Author: stronk7 <stronk7>
Date:   Tue, 20 Mar 2007 02:17:54 +0900
Tag:    v1.8.0

$CFG->tabselectedtofront is now out. Part of MDL-8746

commit 01cb839f5cdffe593e7fd0e2a25e1591e3e39939
Author: stronk7 <stronk7>
Date:   Tue, 20 Mar 2007 02:17:53 +0900
Tag:    v1.8.0

$CFG->tabselectedtofront is now out. Part of MDL-8746

commit 0c2153fd8ad7e0c4014ff2414b6683fff34dedcf
Author: stronk7 <stronk7>
Date:   Tue, 20 Mar 2007 01:37:55 +0900
Tag:    v1.8.0

XHTML compliance...

commit 633e1ee4937c13d54b17631680d3027d8c90fdd7
Author: stronk7 <stronk7>
Date:   Tue, 20 Mar 2007 01:11:36 +0900
Tag:    v1.8.0

small typo in var name

commit 7bae742ae7cb4a629d995c226d1270aa6988cfc8
Author: stronk7 <stronk7>
Date:   Mon, 19 Mar 2007 09:00:46 +0900
Tag:    v1.8.0

Minor fixes for XHTML compliance

commit 5930e65512cdbd3eee8ee36136cbb931f9d00f9b
Author: stronk7 <stronk7>
Date:   Mon, 19 Mar 2007 04:36:11 +0900
Tag:    v1.8.0

Fixing env table when displayed on upgrade.

commit 28894c72b21ebd1e07bcc36c74bb4a41a93bd022
Author: stronk7 <stronk7>
Date:   Mon, 19 Mar 2007 04:18:51 +0900
Tag:    v1.8.0

Adding the environmentbox class to the box.

commit d9c201e1a07e627c87facb104dd192e4a2f8c15a
Author: stronk7 <stronk7>
Date:   Mon, 19 Mar 2007 04:14:25 +0900
Tag:    v1.8.0

Add some space between the environment table and environment box.

commit cafd7f019aad1d2f9fc0afade0075588dd1b04ae
Author: stronk7 <stronk7>
Date:   Fri, 16 Mar 2007 05:01:28 +0900
Tag:    v1.8.0

Fix small bug only reproduced in tests about changing field names and xmldb_field object becoming modified. Novice OOP bug sad

commit 09ea9739f30c7d470b46604cc6ab2a03b889d727
Author: stronk7 <stronk7>
Date:   Fri, 16 Mar 2007 04:15:22 +0900
Tag:    v1.8.0

Testing comments and default clauses containing chars to be escaped.

commit 6a3d064a0072f20c57853477ac247828fe62ddf3
Author: stronk7 <stronk7>
Date:   Fri, 16 Mar 2007 04:01:53 +0900
Tag:    v1.8.0

DB escaping comments. MDL-8918

commit fc80a68f89b675102996d8eac877683694502d93
Author: stronk7 <stronk7>
Date:   Wed, 14 Mar 2007 07:39:07 +0900
Tag:    v1.8.0

Now documental search mimics real relational search behaviour. MDL-8884

commit 2a0a625e35edbbbe992e7024ad65f22c875b3585
Author: stronk7 <stronk7>
Date:   Wed, 14 Mar 2007 03:30:15 +0900
Tag:    v1.8.0

Fix one awful background showed in form-buttons (that are enclosed in a fieldset????)

commit 7044ea9423fb69000608575e0d449c01893ab577
Author: stronk7 <stronk7>
Date:   Sat, 10 Mar 2007 05:55:18 +0900
Tag:    v1.8.0

Prevent some languages without word whitespace separators to use documental searches over MySQL.

commit 585b98c78ce59d38d6a9b26b1bb3b98e3fb01ef3
Author: stronk7 <stronk7>
Date:   Sat, 10 Mar 2007 03:28:11 +0900
Tag:    v1.8.0

Adding support for forum documental searches. Disabled by default. Only MySQL supported. Experimental under 1.8! MDL-8830

commit b0c7638f9c8b917d53697f4dd8cf8e671eadcf93
Author: stronk7 <stronk7>
Date:   Sat, 10 Mar 2007 03:19:03 +0900
Tag:    v1.8.0

Added the search_generate_text_SQL() function that generates SQL clauses using documental indexes. Only MySQL for now. Under 1.8 this isn't used officially (experimental!) but we need it here right now (won't interfere at all). MDL-8830

commit 4d4e0c7d3d6e0d298551b24852922f1663724135
Author: stronk7 <stronk7>
Date:   Tue, 06 Mar 2007 03:26:11 +0900
Tag:    v1.8.0

Normalizing encoding by using textlib synonyms - parse_charset() Credit goes to Petr.

commit 6bfdf6cd1e039fe563723de7335b76dbec4dd471
Author: stronk7 <stronk7>
Date:   Mon, 05 Mar 2007 05:10:27 +0900
Tag:    v1.8.0

re-re-re-re-fixing tabs for wood. tongueout

commit e2dfe8bfcad3689e1f1d9ed983ba1ec0e6cef75e
Author: stronk7 <stronk7>
Date:   Fri, 02 Mar 2007 18:41:22 +0900
Tag:    v1.8.0

Skipping some thousands of require_once() calls because PHP5 is really slow (and heavy) with them. MDL-8700

commit 63513603e70d163ec358ff296e4b7cc1970836f1
Author: stronk7 <stronk7>
Date:   Wed, 28 Feb 2007 03:21:08 +0900
Tag:    v1.8.0

Fixing RSS link to source. http://moodle.org/mod/forum/discuss.php?d=65762

commit 71989c5d391fb2f6af41de34fe106fa65112b7e4
Author: stronk7 <stronk7>
Date:   Mon, 26 Feb 2007 05:37:33 +0900
Tag:    v1.8.0

Delete one condition used while debugging.

commit 5066b1258c3411a20c51caa359b66648a081b71f
Author: stronk7 <stronk7>
Date:   Mon, 26 Feb 2007 05:21:44 +0900
Tag:    v1.8.0

Comenting one debug sentence introduced by error in las commit. MDL-8264

commit 9c221df7433a81cb951e9188d2599b9a86aefae3
Author: stronk7 <stronk7>
Date:   Mon, 26 Feb 2007 05:17:36 +0900
Tag:    v1.8.0

Now the editor detects if the xml file has been locally modified since loading it. Second part of MDL-8264

commit 686bbac87919c6cc03effaf48267cd574117c674
Author: stronk7 <stronk7>
Date:   Sat, 24 Feb 2007 08:56:55 +0900
Tag:    v1.8.0

Only validate against schema if we have a schema. wink

commit 9ee705e74a3fb94f5dd24f276d12891ea9019238
Author: stronk7 <stronk7>
Date:   Sat, 24 Feb 2007 05:57:06 +0900
Tag:    v1.8.0

Now XMLDB Editor performs check/validation of XML files before loading them using the best parser available. MDL-7726 and first part of MDL-8264

commit 9988588aed51b04624fdfa1c73895f992b424ca7
Author: stronk7 <stronk7>
Date:   Sat, 24 Feb 2007 03:15:56 +0900
Tag:    v1.8.0

Some more notices are now out. Caused by current_language()

commit 60eaa2e72db2a5fac34a2c4b3d1cf7a28e251b23
Author: stronk7 <stronk7>
Date:   Sat, 24 Feb 2007 01:38:10 +0900
Tag:    v1.8.0

Fixing course & category boxes in main page.

commit 7f871f939b3ef95960b338d5bbd257e94f604201
Author: stronk7 <stronk7>
Date:   Fri, 23 Feb 2007 09:35:20 +0900
Tag:    v1.8.0

Fix one small config name.

commit 73da033354475c182a176a35d6a5ded73e345f8e
Author: stronk7 <stronk7>
Date:   Fri, 23 Feb 2007 09:25:55 +0900
Tag:    v1.8.0

Now the "common settings" form in admin/auth looks like one standard admin form.

commit b94129bc1cf9a5f6be2aff23c80e1a4804d56326
Author: stronk7 <stronk7>
Date:   Fri, 23 Feb 2007 07:59:47 +0900
Tag:    v1.8.0

Fixing the auth plugins visual. to use the flexible table properly.

commit 617ef2a33649b9595b73123807eb3eabf9f4014c
Author: stronk7 <stronk7>
Date:   Fri, 23 Feb 2007 03:47:18 +0900
Tag:    v1.8.0

"flexible" is now out from set_attribute() because flexible tables are adding it automatically. Point 3.3 of MDL-8419

commit a55eff0fabe1b2febf19c41d3063ff5b628cebed
Author: stronk7 <stronk7>
Date:   Fri, 23 Feb 2007 03:25:21 +0900
Tag:    v1.8.0

All flexible tables will have the "flexible" class. Point 3.1 of MDL-8419

commit a081748db421e2e65b79e14721d2d6ad2d972c44
Author: stronk7 <stronk7>
Date:   Fri, 23 Feb 2007 02:55:46 +0900
Tag:    v1.8.0

admin modules tables styling. Points 1 & 2. MDL-8419

commit c6ce18c221583b0c546654e46c8e78da1c317bec
Author: stronk7 <stronk7>
Date:   Wed, 21 Feb 2007 17:31:44 +0900
Tag:    v1.8.0

Bump to 1.8 Beta

commit f800bf46f62721f0d73f2b27a8e1d04a58c65d05
Author: stronk7 <stronk7>
Date:   Tue, 20 Feb 2007 08:23:50 +0900
Tag:    v1.8.0

Changing iso-8859-1 encoding of excel files to windows-1252. It adds support for some more (a few) characters. MDL-7993

commit 1ecce737ccadc24784e934560ec75e33863670f3
Author: stronk7 <stronk7>
Date:   Sat, 17 Feb 2007 10:24:16 +0900
Tag:    v1.8.0

sync_users() now working both under MSSQL and Oracle. Big credits to Jay Lee for his cool patch about MDL-7525 MDL-8023 MDL-8153

commit 4eec1cbcee2500342fe5441656ab53f7e6b41e12
Author: stronk7 <stronk7>
Date:   Thu, 15 Feb 2007 08:51:54 +0900
Tag:    v1.8.0

PHP 4 assignment is by value so course_header (containing edited names) wasn't being modified. MDL-8298

commit 10fce0a8589773ad87dd7160260d305cbba59c55
Author: stronk7 <stronk7>
Date:   Wed, 14 Feb 2007 08:42:27 +0900
Tag:    v1.8.0

Some minor js problems. MDL-7811 and MDL-6481

commit c327e15031cc2ceeb106fde2a02c3d0181290fc0
Author: stronk7 <stronk7>
Date:   Sat, 10 Feb 2007 05:51:56 +0900
Tag:    v1.8.0

This was throwing duplicate declaration errors in my PHP5 box since some hours ago. Not sure why it worked before, but...

commit bb33fb6dd7e022f8e4b231c8fa2c04131817be5a
Author: stronk7 <stronk7>
Date:   Fri, 09 Feb 2007 09:34:30 +0900
Tag:    v1.8.0

Limit table comments to 60cc for MySQL. MDL-7765

commit d148c0ed5c9e8df5c5d1e36783a27fe404d598a5
Author: stronk7 <stronk7>
Date:   Fri, 09 Feb 2007 09:13:18 +0900
Tag:    v1.8.0

Delete backup records on course delete. MDL-8314

commit 796903809eb411046bae88fcb51c283b01d7382b
Author: stronk7 <stronk7>
Date:   Wed, 07 Feb 2007 00:52:20 +0900
Tag:    v1.8.0

Fixed two schema-fk typos. MDL-8427

commit 8dadea8837bde4d3a3deb426fcb0651ce4ef02ac
Author: stronk7 <stronk7>
Date:   Mon, 05 Feb 2007 05:48:34 +0900
Tag:    v1.8.0

Fixing one little-little bug about user->ajax being nullable. MDL-8421

commit b7a0ea8781d9737f067445529e362135095045cc
Author: stronk7 <stronk7>
Date:   Mon, 05 Feb 2007 05:11:32 +0900
Tag:    v1.8.0

Fixing one little-little bug about user->ajax being nullable. MDL-8421

commit 64e396939cac76971a27ea643882b41e76d5efcd
Author: stronk7 <stronk7>
Date:   Sun, 04 Feb 2007 04:39:09 +0900
Tag:    v1.8.0

Adjusting Wood theme for 1.8

commit 9ad5c91fa9b1f1605fdf9057d5c180dbd16175b9
Author: stronk7 <stronk7>
Date:   Fri, 02 Feb 2007 08:55:05 +0900
Tag:    v1.8.0

Delete some non cros-db boolean uses from queries, delegating them to PHP. MDL-8164

commit b26f94ce15a5b2a21647aab32c36b08fba47afe0
Author: stronk7 <stronk7>
Date:   Fri, 02 Feb 2007 07:36:35 +0900
Tag:    v1.8.0

Adding missing tags in code. Credit goes to Greg Lyon. MDL-8383.

commit f58938b5a7e7da60f8220bac58f109a573922e04
Author: stronk7 <stronk7>
Date:   Thu, 01 Feb 2007 03:46:14 +0900
Tag:    v1.8.0

Restoring one deleted by error }. Grrr.

commit 8a88bce5acc40cb13af3d9e3817828a039c70445
Author: stronk7 <stronk7>
Date:   Thu, 01 Feb 2007 03:40:14 +0900
Tag:    v1.8.0

Changing nullability of field response on table lesson_answers to null. Versions in 17_STABLE are the same, so no problems. MDL-8351

commit d3fca5cba81c4e2a269e4916e19ff6cd60dfc3b7
Author: stronk7 <stronk7>
Date:   Tue, 30 Jan 2007 09:22:21 +0900
Tag:    v1.8.0

nothing interesting, just a comment.

commit 7cd5208507b75a5d9d4d9bcc3682f65ed0e57ba2
Author: stronk7 <stronk7>
Date:   Tue, 30 Jan 2007 08:56:55 +0900
Tag:    v1.8.0

Applying new rs_xxx() functions everywhere. MDL-8134

commit 931b508559e6c5ef8ee0e6918b357da2709534a2
Author: stronk7 <stronk7>
Date:   Tue, 30 Jan 2007 08:52:33 +0900
Tag:    v1.8.0

Applying new rs_xxx() functions everywhere. MDL-8134

commit bcf88cbbe2fbf8156c3fe2715f206f3d3cb5769a
Author: stronk7 <stronk7>
Date:   Tue, 30 Jan 2007 07:23:58 +0900
Tag:    v1.8.0

Applying new rs_xxx() functions everywhere. MDL-8134

commit 4bf75b33b4b2164d60f597dd06a8864281ec039c
Author: stronk7 <stronk7>
Date:   Tue, 30 Jan 2007 04:16:33 +0900
Tag:    v1.8.0

Applying new rs_xxx() functions everywhere. MDL-8134

commit 2c08b2514ca58251bdcee375660e36b1ddb5dfc7
Author: stronk7 <stronk7>
Date:   Mon, 29 Jan 2007 21:10:19 +0900
Tag:    v1.8.0

Applying new rs_xxx() functions everywhere. MDL-8134

commit 18bba1f789da1363294426f4dbe9bc21f6bdbc20
Author: stronk7 <stronk7>
Date:   Mon, 29 Jan 2007 20:29:01 +0900
Tag:    v1.8.0

Applying new rs_xxx() functions everywhere. MDL-8134

commit 0f5dafffe965123955824a71072dc176dd9a3940
Author: stronk7 <stronk7>
Date:   Mon, 29 Jan 2007 20:24:18 +0900
Tag:    v1.8.0

Applying new rs_xxx() functions everywhere. MDL-8134

commit 55e723af60d37e1b855330cdd2023f5609fc43ff
Author: stronk7 <stronk7>
Date:   Mon, 29 Jan 2007 20:07:02 +0900
Tag:    v1.8.0

Applying new rs_xxx() functions everywhere. MDL-8134

commit 2ac48f4811665c661485420d9005b8a3ea204f76
Author: stronk7 <stronk7>
Date:   Mon, 29 Jan 2007 19:55:22 +0900
Tag:    v1.8.0

Applying new rs_xxx() functions everywhere. MDL-8134

commit c024b94b026db8aca0b1d020e8217c61e2e72653
Author: stronk7 <stronk7>
Date:   Mon, 29 Jan 2007 19:47:25 +0900
Tag:    v1.8.0

Applying new rs_xxx() functions everywhere. MDL-8134

commit b5eb752394f63abfd451f68b1653316d456b33c6
Author: stronk7 <stronk7>
Date:   Mon, 29 Jan 2007 09:17:25 +0900
Tag:    v1.8.0

First real test of the new rs_fetchXXX() functions. Applying it to get_my_courses(). MDL-8134

commit 1e15c0fdad65462315daa7d3576dbb170f666479
Author: stronk7 <stronk7>
Date:   Mon, 29 Jan 2007 08:15:16 +0900
Tag:    v1.8.0

Added Oracle DIRTY HACK to both rs_fetchXX functions. Detecting of EOF in rs_fetch_record() Big improvement of rs_fetch_next_record() by using FethRow() with speeds near native fields[]. MDL-8134

commit d9e10456bab448f772f35acb859c9901be2800ef
Author: stronk7 <stronk7>
Date:   Mon, 29 Jan 2007 05:14:09 +0900
Tag:    v1.8.0

Initial commit of the new rs_XXX() functions to fetch, advance and close ADOdb recordsets in a standard way. Not finished yet but I need them in CVS. MDL-8134

commit 3b34bc7f39445728ae7abb81550ec7d18ba2a16c
Author: stronk7 <stronk7>
Date:   Mon, 29 Jan 2007 03:18:28 +0900
Tag:    v1.8.0

Now MSSQL naming of objects introspects to avoid duplicates. MDL-7376

commit c5e065f817c39d95130f8a60ff31ad3b8fbfdcee
Author: stronk7 <stronk7>
Date:   Sun, 28 Jan 2007 20:46:17 +0900
Tag:    v1.8.0

Clarify a bit getNameForObject correct usage.

commit 5a08ca80ed3a8ac1b97e2ca78ee64e494a5509ed
Author: stronk7 <stronk7>
Date:   Sun, 28 Jan 2007 20:42:10 +0900
Tag:    v1.8.0

Oracle now introspects DB to fetch names of sequences and triggers. MDL-6880

commit 3e7dab97e7514852f438613de4338cb4ec8f86dc
Author: stronk7 <stronk7>
Date:   Sun, 28 Jan 2007 10:07:52 +0900
Tag:    v1.8.0

And finally I've found the annoying bug that was causing Oracle to execute strange SQL statements! Argh! Now I can go to sleep...

commit 2a82cacf0bab6fbc50957b826914d364170b5dcb
Author: stronk7 <stronk7>
Date:   Sun, 28 Jan 2007 09:30:22 +0900
Tag:    v1.8.0

getting tired of restore my test Oracle DB. Typo!

commit fec5fe881ed8f59b02041b9305aa7099f841a05a
Author: stronk7 <stronk7>
Date:   Sun, 28 Jan 2007 09:20:54 +0900
Tag:    v1.8.0

Quote field names in rename in order to allow renaming of reserved words.

commit a54d16ef2ebbbf00f66a7475dfa5174af87c104b
Author: stronk7 <stronk7>
Date:   Sun, 28 Jan 2007 09:12:32 +0900
Tag:    v1.8.0

CHAR fields NOT NULL must not have any empty default specified! Oracle breaks with empty defaults because they are = NULL.

commit ad88038fdbc8b3881c6740f6ca8ff6983e94d2bb
Author: stronk7 <stronk7>
Date:   Sun, 28 Jan 2007 08:39:57 +0900
Tag:    v1.8.0

Fixing silly (like me) typo.

commit 358b1e935905893fa5dc5367ab0b041a2536aa22
Author: stronk7 <stronk7>
Date:   Sun, 28 Jan 2007 08:37:22 +0900
Tag:    v1.8.0

Oracle PL/SQL blocks can end by ";". Prevent that to be trimmed.

commit 6210ae1d43e28a064b2700bb1605cf0fe29bc874
Author: stronk7 <stronk7>
Date:   Sun, 28 Jan 2007 07:11:04 +0900
Tag:    v1.8.0

Now Oracle naming of objects introspects to avoid duplicates. MDL-7376

commit 42b9540e017e74cd80e1651887683051c89b1e4b
Author: stronk7 <stronk7>
Date:   Sun, 28 Jan 2007 05:13:23 +0900
Tag:    v1.8.0

When renaming tables, check that the new one doesn't exist.

commit d21a42d7cf077955c09c3c0415d40f185bf47e66
Author: stronk7 <stronk7>
Date:   Sun, 28 Jan 2007 05:08:19 +0900
Tag:    v1.8.0

Small improvement. One less iteration pero object name requested.

commit d65980452a7adc957af7acef09052ab0247dfa1f
Author: stronk7 <stronk7>
Date:   Sun, 28 Jan 2007 02:41:31 +0900
Tag:    v1.8.0

Updated comment.

commit a1b2780c8effc3aaaf206b1551efacef3e0e249d
Author: stronk7 <stronk7>
Date:   Sun, 28 Jan 2007 02:37:39 +0900
Tag:    v1.8.0

Now Postgres naming of objects introspects to avoid duplicates. MDL-7376

commit f2daac4e6275c1c14070466d70c9a6ea5c9dab9f
Author: stronk7 <stronk7>
Date:   Sat, 27 Jan 2007 10:12:18 +0900
Tag:    v1.8.0

Delegate to the isNameInUse() function the request to see if one object name is in use in the DB (to avoid duplicates 100%) MDL-7376 (the rest will come tomorrow)

commit 7039d93c319fa2e4a996030de8799e218a6c6f63
Author: stronk7 <stronk7>
Date:   Sat, 27 Jan 2007 06:28:48 +0900
Tag:    v1.8.0

Adding two helper functions and modify upgrade to work properly under MSSQL and Oracle. MDL-8303

commit db21b7a28caad3694cc28e6028417e8bed246ea4
Author: stronk7 <stronk7>
Date:   Sat, 27 Jan 2007 06:27:44 +0900
Tag:    v1.8.0

Adding two helper functions and modify upgrade to work properly under MSSQL and Oracle. MDL-8303

commit 4218c9b21ea1c038c42c1e7121ac73a34312696d
Author: stronk7 <stronk7>
Date:   Sat, 27 Jan 2007 06:19:07 +0900
Tag:    v1.8.0

Silly conditions produce silly results, please. tongueout (WHERE 1 is not cross-db at all)

commit 77b09448b3e77af8af6f99e3c51ffd02d37c2b8e
Author: stronk7 <stronk7>
Date:   Sat, 27 Jan 2007 04:28:40 +0900
Tag:    v1.8.0

Oracle doesn't like ; at the end of execute_sql()

commit 83c9a8a29a38b73803844fe075fae8efea7c0bc0
Author: stronk7 <stronk7>
Date:   Thu, 25 Jan 2007 04:39:59 +0900
Tag:    v1.8.0

Modified a bit the child iterator that wasn't working under Safari. Tested with FF and Safari. Needs test with IE.

commit bb3172c03814a7a2c8eefcf38c030333a7e62d73
Author: stronk7 <stronk7>
Date:   Thu, 25 Jan 2007 02:54:53 +0900
Tag:    v1.8.0

Prevent rename_field() to be executed if no full specs of the original field are provided. MDL-8296

commit 704b9031acdd9c4e42ed4514d409735a083dc147
Author: stronk7 <stronk7>
Date:   Thu, 25 Jan 2007 01:54:49 +0900
Tag:    v1.8.0

Add full specs for current field in rename_field() PHP generation from the editor. Part of MDL-8296

commit 150b5fb0e05875574e2766c4fac324e815909e02
Author: stronk7 <stronk7>
Date:   Wed, 24 Jan 2007 01:33:15 +0900
Tag:    v1.8.0

$form is an object (from data_submitted).

commit 2cf089c94f2ecd26df13862ed4d1ffeaa101fe6a
Author: stronk7 <stronk7>
Date:   Wed, 24 Jan 2007 01:21:21 +0900
Tag:    v1.8.0

Changing some more incorrect uses of get_records and count_records with '1'. MDL-8280

commit c4b654bc3c9bb57b5d64ea209ed1ae3ebd11ee5c
Author: stronk7 <stronk7>
Date:   Wed, 24 Jan 2007 01:09:00 +0900
Tag:    v1.8.0

WHERE '1' is not cross-db. MDL-8280

commit d46e14917976499901bfd0c38daa9320bf5c4373
Author: stronk7 <stronk7>
Date:   Tue, 23 Jan 2007 08:23:30 +0900
Tag:    v1.8.0

Changing some stripslashes() to stripslashes_safe() because it was causing some real backslashes to be lost in some qtypes. MDL-8217

commit 85bb13e7760f622e83963c3ad9ac6179f8f62a69
Author: stronk7 <stronk7>
Date:   Tue, 23 Jan 2007 02:50:42 +0900
Tag:    v1.8.0

Adding FK + Unique Indexes to the groups module. MDL-8240

commit e267037b86fe7859309acf084e33096638125b35
Author: stronk7 <stronk7>
Date:   Tue, 23 Jan 2007 02:27:04 +0900
Tag:    v1.8.0

Fix XMLDBEditor for groups. Wasn't being intanciated properly.

commit 79804e2805e901fc180e2d2abf192fc7866ea50e
Author: stronk7 <stronk7>
Date:   Mon, 22 Jan 2007 08:49:23 +0900
Tag:    v1.8.0

Convert DB lang fields to 30cc. Part of MDL-7157

commit deb12ef4cda3f84f07551c65bb958112e979b816
Author: stronk7 <stronk7>
Date:   Mon, 22 Jan 2007 08:37:54 +0900
Tag:    v1.8.0

Convert DB lang fields to 30cc. Part of MDL-7157

commit 9fc57f4c22f18e4c2cdf8de29ce0689cc6d25351
Author: stronk7 <stronk7>
Date:   Mon, 22 Jan 2007 04:56:05 +0900
Tag:    v1.8.0

Some old PG sites have user->firstname and user->lastname defined to be 30cc. Repair them. MDL-7110

commit 0cfdd50bdc6c496dabedec60c80d8daf3bfdaa68
Author: stronk7 <stronk7>
Date:   Sun, 21 Jan 2007 04:32:02 +0900
Tag:    v1.8.0

Changing resource->alltext to medium. MDL-6872

commit 26a1b2f35b0a53859069240b9a6b4ec966e65a29
Author: stronk7 <stronk7>
Date:   Sun, 21 Jan 2007 03:59:22 +0900
Tag:    v1.8.0

Now group->description and groups_groupings->description are NULLable Also, some incorrect default values are out (XMLDB handles them).

commit 8dc06480571d8a38d3bb7d5fa2e99afe3728d87b
Author: stronk7 <stronk7>
Date:   Sun, 21 Jan 2007 03:10:29 +0900
Tag:    v1.8.0

Now resource->summary is nullable. MDL-7355

commit b5346d51a7842e1cbf0fe8806a059b76c736b991
Author: stronk7 <stronk7>
Date:   Sun, 21 Jan 2007 03:08:55 +0900
Tag:    v1.8.0

Generators can use ddllib.php stuff

commit 97ad23eb262a22a03f17ece1f25b9badf5e02d06
Author: stronk7 <stronk7>
Date:   Sun, 21 Jan 2007 02:59:28 +0900
Tag:    v1.8.0

Bad news. "external" is one reserved word for mssql and we have one in the the SCORM module.

commit b6fd063054c8225af2954ed7013b28777063f5a6
Author: stronk7 <stronk7>
Date:   Wed, 17 Jan 2007 02:41:58 +0900
Tag:    v1.8.0

Fixed typo causing mysql fail on install without prefix. MDL-8203

commit a5855a89bfb79392f55148c3977626f9092b6840
Author: stronk7 <stronk7>
Date:   Sun, 14 Jan 2007 21:11:33 +0900
Tag:    v1.8.0

Avoiding some itarations. MDL-7902. Thanks Samuli!

commit 5c8b250f3775e04243f045f503e40fe1230731ff
Author: stronk7 <stronk7>
Date:   Sun, 14 Jan 2007 05:17:20 +0900
Tag:    v1.8.0

Now the list of downloadable langs (when no fopen is available) doesn't break XML. Related to MDL-7861

commit dbaa905e10e8e1e3880daadbafc81b16b92fcc8d
Author: stronk7 <stronk7>
Date:   Sun, 14 Jan 2007 05:15:09 +0900
Tag:    v1.8.0

Now all the filters global config pages are valid XML. Related to MDL-7861

commit bf63e03ebe6f7427c985d48fad9a2df5bd7a4a0e
Author: stronk7 <stronk7>
Date:   Sun, 14 Jan 2007 05:14:40 +0900
Tag:    v1.8.0

Now all the blocks global config pages are valid XML. Related to MDL-7861

commit 73be66c7a8ecc34272ffec6692fb5ee651b2ee05
Author: stronk7 <stronk7>
Date:   Sun, 14 Jan 2007 05:13:58 +0900
Tag:    v1.8.0

Now all the modules global config pages are valid XML. Related to MDL-7861

commit 84e2c6c72463bd6caf0458fe9698679c785e1b0c
Author: stronk7 <stronk7>
Date:   Sun, 14 Jan 2007 05:12:32 +0900
Tag:    v1.8.0

Added some styles to display phpinfo properly.

commit 629b635dc4c13df15a2a0378a98d0991a902f502
Author: stronk7 <stronk7>
Date:   Sun, 14 Jan 2007 05:11:31 +0900
Tag:    v1.8.0

Now frame-less phpinfo page is valid XML. Part of MDL-7861

commit 3facbe66327e818073ee3f5b274dfbca5951f280
Author: stronk7 <stronk7>
Date:   Sun, 14 Jan 2007 05:06:17 +0900
Tag:    v1.8.0

Now help information is back again (typo in js) and, under MySQL, the script is able to change DB encoding if empty.

commit 1d5c40048a7a74c82c658e938f36ad482999ecd1
Author: stronk7 <stronk7>
Date:   Sat, 13 Jan 2007 19:44:58 +0900
Tag:    v1.8.0

Moving set_dbfamily() from dmllib.php to setuplib.php as it's needed in early stages and we don't want the installer to depend of dmllib.

commit ed7656bf013d116a1b32ece1adb4e7ed87241dfb
Author: stronk7 <stronk7>
Date:   Sat, 13 Jan 2007 10:20:10 +0900
Tag:    v1.8.0

Now environment stuff uses $CFG->dbfamily

commit 38b72419344aee53ac6c21c7511e6bc3aaf49cfa
Author: stronk7 <stronk7>
Date:   Sat, 13 Jan 2007 09:52:59 +0900
Tag:    v1.8.0

Some more uses of $CFG->dbfamily. MDL-7061

commit a4bad45c2c67cc7fa7d76e17a05c0797ec6309ef
Author: stronk7 <stronk7>
Date:   Sat, 13 Jan 2007 09:32:19 +0900
Tag:    v1.8.0

Some more uses of $CFG->dbfamily. MDL-7061

commit bb48a537359e1ba96c76511374500877358c6b7e
Author: stronk7 <stronk7>
Date:   Sat, 13 Jan 2007 09:09:02 +0900
Tag:    v1.8.0

Some more uses of $CFG->dbfamily. MDL-7061

commit da340978d524473a9b7b9cf8c6fc17b755a84681
Author: stronk7 <stronk7>
Date:   Sat, 13 Jan 2007 09:07:40 +0900
Tag:    v1.8.0

Need to return the value too, to use it sometimes.

commit d847d4027bf4fb1ac04a06d14f94781fb3633129
Author: stronk7 <stronk7>
Date:   Sat, 13 Jan 2007 08:52:23 +0900
Tag:    v1.8.0

Now set_dbfamily() will work properly when invoked from install.

commit c672870f8e482d907c46561eb221dc16e9982cdc
Author: stronk7 <stronk7>
Date:   Sat, 13 Jan 2007 08:44:00 +0900
Tag:    v1.8.0

Introducing CFG->dbfamily and create a setter function for it (to be able to use families at install). MDL-7061

commit 485056620e92849bd6a97f373d49060974c5dc3d
Author: stronk7 <stronk7>
Date:   Sat, 13 Jan 2007 04:42:42 +0900
Tag:    v1.8.0

Introducing CFG->dbfamily and deleting check_db_compat(). MDL-7061

commit 6b65a11173e806d162d849fbc0d1236997e83215
Author: stronk7 <stronk7>
Date:   Sat, 13 Jan 2007 03:53:09 +0900
Tag:    v1.8.0

empty array as default value for a multiselect config variable.

commit 0b0f7c00beed5144df1b3097e7dbce56146d2a74
Author: stronk7 <stronk7>
Date:   Sat, 13 Jan 2007 03:51:36 +0900
Tag:    v1.8.0

Looking for empty default values in output_html() for multiselect settings. Must be empty arrays.

commit 55526eee2d295e7159b94ba71c27f0275ac8060c
Author: stronk7 <stronk7>
Date:   Fri, 12 Jan 2007 21:57:50 +0900
Tag:    v1.8.0

Some changes to GROUP BY clause to be cross-db (all non aggregate fields in SELECT must be in GROUP BY). Review the logic! MDL-8160

commit 60b562c49e039b16032be361f6050c525b130203
Author: stronk7 <stronk7>
Date:   Fri, 12 Jan 2007 09:06:08 +0900
Tag:    v1.8.0

Adding some $CFG->dbfamily-s here and there. MDL-7061

commit 93901eb42feb1b56e9e8e8ec2cbd7c45b55bb096
Author: stronk7 <stronk7>
Date:   Fri, 12 Jan 2007 05:08:00 +0900
Tag:    v1.8.0

Change some connections to non-persistent and force new connections to avoid mysql (and oracle, I think) reuse of the main one. MDL-8152

commit 82372b2c641350be874901beecde8d07045bce95
Author: stronk7 <stronk7>
Date:   Thu, 11 Jan 2007 01:31:40 +0900
Tag:    v1.8.0

Introducing iPhone support for Moodle. cool

commit c90edfe168adbf8e2f3e407cf736f6582200de15
Author: stronk7 <stronk7>
Date:   Tue, 09 Jan 2007 04:54:44 +0900
Tag:    v1.8.0

Environment checks support mysqli. MDL-8113

commit c0fe837eeb888534957f1e83dfc52ef2d3d3cddc
Author: stronk7 <stronk7>
Date:   Tue, 09 Jan 2007 04:07:41 +0900
Tag:    v1.8.0

Adding support for mysqli. MDL-8113

commit cbcde5d8af7727fb7bfd19653da29a4fdc58e6fe
Author: stronk7 <stronk7>
Date:   Tue, 09 Jan 2007 03:33:03 +0900
Tag:    v1.8.0

Adding initial support for mysqli databases. MDL-7967

commit 2f078622af70036b0728b1391320da9c90f594e3
Author: stronk7 <stronk7>
Date:   Tue, 26 Dec 2006 04:51:17 +0900
Tag:    v1.8.0

Now excel can be generated under iso-8859-1 (safer) based on the $CFG->excelisofiles (true/false) value. It allows iso-8859-1 compatible sites to use better Excel generation. MDL-7993.

commit 72da35d536ee029521f1d72309ce39328ebeb11c
Author: stronk7 <stronk7>
Date:   Thu, 21 Dec 2006 01:41:11 +0900
Tag:    v1.8.0

Add support for multilang titles in forum->posts

commit 47c9c8f5dd6a03b32df135df4634adeb7a38e1ca
Author: stronk7 <stronk7>
Date:   Wed, 20 Dec 2006 19:00:02 +0900
Tag:    v1.8.0

Added one missing format_string() to post->subject

commit 2c41b2d72e3577ca0ddf656680892434ac6fd947
Author: stronk7 <stronk7>
Date:   Sat, 02 Dec 2006 01:40:47 +0800
Tag:    v1.8.0

Dictionary name wasn't being saved, so aspell didn't worked under 1.7 if the setting had been edited. MDL-7762

commit d0e35419c5457111ba3274913c45f055a1141cd9
Author: stronk7 <stronk7>
Date:   Sun, 26 Nov 2006 01:13:19 +0800
Tag:    v1.8.0

Typo causing continue button in closed quizzes to fail. MDL-7685

commit c54f0c106a9bf2ba5a25dfe78eb825debb17e9aa
Author: stronk7 <stronk7>
Date:   Sun, 19 Nov 2006 04:28:00 +0800
Tag:    v1.8.0

Prevent some false-positives detecting uses of old user_XXX tables. See http://moodle.org/mod/forum/discuss.php?d=58976

commit db9940b6054d8185d870b01238155379ee77f925
Author: stronk7 <stronk7>
Date:   Sun, 19 Nov 2006 03:08:10 +0800
Tag:    v1.8.0

PHP generated code  must use $result instead of $status. MDL-7533

commit 0b02aefb93e55fed4cdd4774afd70e0bc6b0b660
Author: stronk7 <stronk7>
Date:   Wed, 15 Nov 2006 00:31:33 +0800
Tag:    v1.8.0

while working, it's better to compare with original data (un-slashed)

commit b09cba5084accb1ec71abf0b1b45268dc4147198
Author: stronk7 <stronk7>
Date:   Tue, 14 Nov 2006 06:59:58 +0800
Tag:    v1.8.0

Set Assoc mode always after DB connection. Discovered by MDL-7443

commit db15d4375e3051ac0772bf41c711e7342d47fc6e
Author: stronk7 <stronk7>
Date:   Tue, 14 Nov 2006 06:49:30 +0800
Tag:    v1.8.0

Fetchmode needs to be explicity set to ASSOC. Plus 1 missing library added. MDL-7443

commit 0d83d91c884e237330f0a1ebab6567929f90895c
Author: stronk7 <stronk7>
Date:   Tue, 07 Nov 2006 01:44:00 +0800
Tag:    v1.8.0

simple bumb (Sync with 17_STABLE)

commit 19e62375522afa498824ddfef9082928b423cff4
Author: stronk7 <stronk7>
Date:   Tue, 07 Nov 2006 01:22:13 +0800
Tag:    v1.8.0

And, finally, IE is able to display IMS packages properly! cool One of the worst to solve bugs in my life! MDL-6417

commit 3eda2b3a7e933b7ba8c8670ae312edf844603753
Author: stronk7 <stronk7>
Date:   Sun, 05 Nov 2006 17:45:19 +0800
Tag:    v1.8.0

modify_database() will show the deprecated debugging after 2006101007 (Moodle 1.7 release version) MDL-5919

commit 981b3ae06f61cd898a53be0571a9f4650c452b67
Author: stronk7 <stronk7>
Date:   Sun, 05 Nov 2006 07:30:29 +0800
Tag:    v1.8.0

Now GD is checked before displaying course overview graphs. MDL-7204

commit 6c279afaef444a64183f25bdd99f97ec4c3be0f2
Author: stronk7 <stronk7>
Date:   Sun, 05 Nov 2006 01:01:34 +0800
Tag:    v1.8.0

Now all the get_records() functions support only one field to be specified in the SELECT clause. Not needed anymore to write double "SELECT id, id..." queries. Results returned follow exactly the same structure than normal recordsets (first field = key) MDL-5877

commit bb5b7329bb3aaaa6162825361d7b6588a7f28d87
Author: stronk7 <stronk7>
Date:   Sun, 05 Nov 2006 00:22:49 +0800
Tag:    v1.8.0

Deprecating modify_database(). It shows debugging info if release > 2006101004 (Beta2 +01) MDL-5919

commit 49173d25a76b5561c3f90e880b43d7dcecfd7da2
Author: stronk7 <stronk7>
Date:   Fri, 03 Nov 2006 07:09:39 +0800
Tag:    v1.8.0

Ending fied/key/index PHP generators

commit ef856b2d5246ad8a8d904f8398856e44b030dcf8
Author: stronk7 <stronk7>
Date:   Fri, 03 Nov 2006 06:44:29 +0800
Tag:    v1.8.0

Enablig rename_table() PHP generator

commit 720c5ef843080de33f8206603a144f87f0578711
Author: stronk7 <stronk7>
Date:   Wed, 01 Nov 2006 19:52:13 +0800
Tag:    v1.8.0

in/on/at too many ways to say "en" in Spanish. tongueout

commit 6f4bdb9c9be789deacc36e76bfd2c18cef0a89b9
Author: stronk7 <stronk7>
Date:   Wed, 01 Nov 2006 04:34:12 +0800
Tag:    v1.8.0

Prevent +/- operators (REGEXP) on glossary searches for MSSQL and Oracle. MDL-7312

commit 6bb4875f35b52031902077ae1aad9e7cdd49ca69
Author: stronk7 <stronk7>
Date:   Wed, 01 Nov 2006 04:22:10 +0800
Tag:    v1.8.0

Prevent +/- operators (REGEXP) on messages search. MDL-7312

commit 7b3cf4595162efaddf8241a91ae07ae95f4833c2
Author: stronk7 <stronk7>
Date:   Wed, 01 Nov 2006 04:17:03 +0800
Tag:    v1.8.0

Transform TOKEN searches into STRING searches and trim +- chars. MDL-7312

commit 6bb0f67f534f383933b74b57e16dffc368f1f967
Author: stronk7 <stronk7>
Date:   Wed, 01 Nov 2006 03:54:46 +0800
Tag:    v1.8.0

Prevent +/- operators (REGEXP) on course searches for MSSQL and Oracle. MDL-7312

commit 96caf38df226190e6e8a10bf73bdeab1ab7bb032
Author: stronk7 <stronk7>
Date:   Wed, 01 Nov 2006 03:17:19 +0800
Tag:    v1.8.0

Fixed searches, list of results and simplified SQL logic. All those while trying to fix one LCASE() use. MDL-7310

commit 42a2f7769301b0e033d9e11a70bae3cd1a27ab88
Author: stronk7 <stronk7>
Date:   Wed, 01 Nov 2006 01:51:12 +0800
Tag:    v1.8.0

Now wiki supports Unicode searches

commit 6df56bc473db19e478712cdc7dd3e75f9164ecc3
Author: stronk7 <stronk7>
Date:   Tue, 31 Oct 2006 07:13:48 +0800
Tag:    v1.8.0

Oracle optimization. Texts under 4000cc can be handled directly as varchar2, so they don't need the 2-phase (insert/update) handling of LOBs

commit 18fcece954b785a6dc55cdce12bb864ddbd806ce
Author: stronk7 <stronk7>
Date:   Tue, 31 Oct 2006 06:59:49 +0800
Tag:    v1.8.0

Fixed one bug on Oracle produced when we were inserting records with returnid disabled and containing LOBs

commit 8b497bbce31a0b786c36a3ecdb8347ed030729c9
Author: stronk7 <stronk7>
Date:   Tue, 31 Oct 2006 03:53:40 +0800
Tag:    v1.8.0

Prevent Oracle to fail when inserting records with log->info empty (will be solved once we got all those NOT NULL fields fixed)

commit 8451166cfb23e4a820268d4fc5bf83b8d10dceb7
Author: stronk7 <stronk7>
Date:   Tue, 31 Oct 2006 03:32:44 +0800
Tag:    v1.8.0

Fixing display of pivots when they are author names

commit e24d96baf6248069643399290e5ba48c5be5ef04
Author: stronk7 <stronk7>
Date:   Tue, 31 Oct 2006 03:02:58 +0800
Tag:    v1.8.0

Fixing some queries with duplicate column names. MDL-7294

commit 2cb3ab13f754a57ff868bcff64a04ff0023c09e6
Author: stronk7 <stronk7>
Date:   Tue, 31 Oct 2006 02:34:21 +0800
Tag:    v1.8.0

Now glossary is using the proper sql_substr() function

commit 06edab84e16de901a103e0852b462551dec9f74b
Author: stronk7 <stronk7>
Date:   Tue, 31 Oct 2006 02:31:08 +0800
Tag:    v1.8.0

New function sql_substr() returns the proper substr() function for each DB

commit 0db568393d78dbdf81d92decddafb9661ce1dadf
Author: stronk7 <stronk7>
Date:   Tue, 31 Oct 2006 02:01:10 +0800
Tag:    v1.8.0

Now lcase() and ucase() are out from glossary

commit a91960b30f69f4caf2f19449226961b565b0720c
Author: stronk7 <stronk7>
Date:   Tue, 31 Oct 2006 01:46:37 +0800
Tag:    v1.8.0

sql_as() is deprecated. Column aliases ALWAYS must use the AS keyword.

commit db3df7266a5abaa5fb74c6901e3e0e3cf85456db
Author: stronk7 <stronk7>
Date:   Tue, 31 Oct 2006 01:41:55 +0800
Tag:    v1.8.0

Deprecating sql_as (now the AS keyword is required in COLUMN aliases)

commit 83a4eaa55a1fb13e45dec3f36ef6cb9a2ab26c95
Author: stronk7 <stronk7>
Date:   Tue, 31 Oct 2006 00:55:17 +0800
Tag:    v1.8.0

Updating wood to show the nav-bar properly.

commit 4a575a657076f9e40748f38df2ef936967994eb4
Author: stronk7 <stronk7>
Date:   Mon, 30 Oct 2006 23:58:46 +0800
Tag:    v1.8.0

Added enablerecordcache setting to control the get_record() cache. Note that some parts of Moodle can enable/disable it selectively.

commit 7bcd11c1370b2e5d419dcc0417c795f21f2c9c38
Author: stronk7 <stronk7>
Date:   Mon, 30 Oct 2006 23:54:10 +0800
Tag:    v1.8.0

Added some strings for the enablerecordcache setting.

commit 8b755329faa34e2cd11ddfc56fa55391cb334770
Author: stronk7 <stronk7>
Date:   Sun, 29 Oct 2006 07:13:26 +0800
Tag:    v1.8.0

Adding PIVOT as MSSQL reserved word

commit b716e2e069bc74f7a46c48846f84ebed39be70b9
Author: stronk7 <stronk7>
Date:   Sun, 29 Oct 2006 03:56:34 +0800
Tag:    v1.8.0

Now record_cache is controlled by $CFG->enablerecordcache

commit 2fd40f8cbec46e8a2647f3870bf578f2b09018d2
Author: stronk7 <stronk7>
Date:   Sun, 29 Oct 2006 01:53:00 +0800
Tag:    v1.8.0

Moved cache cleaning code near the begin of functions. Sometimes it wasnt' executed due to function ending. MDL-7196

commit 0163b1d09817a1e27b0630797236d55072fcbe75
Author: stronk7 <stronk7>
Date:   Sun, 29 Oct 2006 00:50:28 +0800
Tag:    v1.8.0

Adding one unmerged change from 17_STABLE. Was breaking some things...

commit dddf32590f17fc866541ca12242753224432df87
Author: stronk7 <stronk7>
Date:   Sat, 28 Oct 2006 23:24:04 +0800
Tag:    v1.8.0

Dropping xmldb_dbg($message). Now it has been replaced by a new cleaner debug system, with XMLDB hook for debug enabled by the creation of one function called: xmldb_debug($message, $object), currently present in lib/datalib.php MDL-7261

commit 62d4e774a3db541f2a9355856c57d2b661fd9210
Author: stronk7 <stronk7>
Date:   Sat, 28 Oct 2006 23:20:14 +0800
Tag:    v1.8.0

New xmldb_debug($message, $object) added. It's the official hook provided by XMLDB's debug() function. MDL-7261

commit 5bbe483102e0b5b6c90c0c34d9d8706a26e6bcb3
Author: stronk7 <stronk7>
Date:   Sat, 28 Oct 2006 23:18:40 +0800
Tag:    v1.8.0

Now, on error, the new XMLDB->debug($msg) function is called. It provides the facility to hook to one external function, if available: xmldb_debug($message, $xmldb_object) to perform custom debugging/logging. MDL-7261

commit 23357d060b13a834a8cd3d32279182dbbf80eebe
Author: stronk7 <stronk7>
Date:   Sat, 28 Oct 2006 19:02:54 +0800
Tag:    v1.8.0

Update to 1.8dev

commit d5c9d49be37c7db1badab3a246df6c16f96ea6f7
Author: stronk7 <stronk7>
Date:   Sat, 28 Oct 2006 18:47:19 +0800
Tag:    v1.8.0

Fix main install.xml file. It was preventing HEAD installation. MDL-7262

commit 93f98abdb95a83cbccd3fc1265487e5fe2e67472
Author: stronk7 <stronk7>
Date:   Sat, 28 Oct 2006 18:37:54 +0800
Tag:    v1.8.0

Improve error output of install_from_xmldb_file(). Part of MDL-7262

commit 4bfb64aad25eb6662b89c8eaa3c79254d829cf9a
Author: stronk7 <stronk7>
Date:   Sat, 28 Oct 2006 01:49:25 +0800
Tag:    v1.8.0

Counting extra updates performed by Oracle & MSSQL in PERF

commit 068744a7a5a7ad06b884386e39a3a4e813e5b634
Author: stronk7 <stronk7>
Date:   Sat, 28 Oct 2006 01:14:58 +0800
Tag:    v1.8.0

I forgot to globalize $record_cache in delete_record_XXX() functions.

commit 9d98635b5ef74220b5a9f01035d4892adf60651a
Author: stronk7 <stronk7>
Date:   Sat, 28 Oct 2006 00:56:34 +0800
Tag:    v1.8.0

Minor improvements to the get_record() cache. Part of MDL-7196

commit 5d0fc5c33dd8086c5e848ad03a81738ba22078ea
Author: stronk7 <stronk7>
Date:   Fri, 27 Oct 2006 06:46:02 +0800
Tag:    v1.8.0

Deprecating old "upgrade" files. MDL-7214

commit 3aac1dc9a0e4767e71639624dfd5b1351d246374
Author: stronk7 <stronk7>
Date:   Fri, 27 Oct 2006 06:39:10 +0800
Tag:    v1.8.0

Deprecating old "upgrade" files. MDL-7214

commit dfdd533230c2a7c45082cdd851f10b62645a8373
Author: stronk7 <stronk7>
Date:   Fri, 27 Oct 2006 02:12:42 +0800
Tag:    v1.8.0

New upgrade.php file added for this module. MDL-7214

commit b8a342d7ac45ea04b99794c061a8797bd302067e
Author: stronk7 <stronk7>
Date:   Fri, 27 Oct 2006 01:33:40 +0800
Tag:    v1.8.0

New upgrade.php file added for this module. MDL-7214

commit 19606d8bd58ff6d1a60789ac22fe3054630d8e8f
Author: stronk7 <stronk7>
Date:   Fri, 27 Oct 2006 01:02:31 +0800
Tag:    v1.8.0

New upgrade.php file added for this module. MDL-7214

commit d7a7184730b1e5db2c959d2ca1cc37e5c8361a23
Author: stronk7 <stronk7>
Date:   Fri, 27 Oct 2006 00:33:49 +0800
Tag:    v1.8.0

New upgrade.php file added for this module. MDL-7214

commit cff74cb145ed417957563bf377eabc291e01e934
Author: stronk7 <stronk7>
Date:   Thu, 26 Oct 2006 23:38:18 +0800
Tag:    v1.8.0

New upgrade.php file added for this module. MDL-7214

commit ecfeb03a72617c78520ae0a2c81abca42a3c1611
Author: stronk7 <stronk7>
Date:   Thu, 26 Oct 2006 07:29:44 +0800
Tag:    v1.8.0

First model of new upgrade.php scripts and comments in old ones. Need validation before extending them everywhere across core. MDL-7214

commit 0217757b091940a83cfc6cc118ab29008aca9966
Author: stronk7 <stronk7>
Date:   Wed, 25 Oct 2006 06:00:29 +0800
Tag:    v1.8.0

DeLIMITing Moodle core. Now the new $limitfrom, $limitnum parameters are used instead. MDL-7168

commit 5fd4e46dbd3c98d72caa51ffd8a6ff9c287b7ae3
Author: stronk7 <stronk7>
Date:   Wed, 25 Oct 2006 02:29:34 +0800
Tag:    v1.8.0

Dropping some hardocded "mdl" prefixes. MDL-7202

commit 422770d8cba7227b6c9ce1ad46b2a8b85f43e9c0
Author: stronk7 <stronk7>
Date:   Tue, 24 Oct 2006 07:00:18 +0800
Tag:    v1.8.0

Moving deprecated uses of sql_paging_limit() to the new $limitfrom, $limitnum parameters in all the get_recordXXX() functions. MDL-7167

commit 92602651dcc380b4b96d13a2102838d631d78241
Author: stronk7 <stronk7>
Date:   Tue, 24 Oct 2006 01:46:08 +0800
Tag:    v1.8.0

Now insert_record() is using $db->GenID() to retrieve sequence numbers for Oracle. Just wondering if the same function should be used by PostgreSQL too. MDL-7183

commit 37c47abaca93252f4057e678bca2e7ae6f2ea177
Author: stronk7 <stronk7>
Date:   Tue, 24 Oct 2006 00:03:52 +0800
Tag:    v1.8.0

Suppress all the uses of LIMIT in the get_field_sql() calls. MDL-7173

commit f96a5db1c431876d21d17bddca78e453713b7dc1
Author: stronk7 <stronk7>
Date:   Mon, 23 Oct 2006 15:46:10 +0800
Tag:    v1.8.0

strip "old" harcoded "limit" clauses from the sql passed and debug about them. MDL-7173

commit b9c3b8c73446c59a06a9b28bea90c8bae5928738
Author: stronk7 <stronk7>
Date:   Mon, 23 Oct 2006 08:01:57 +0800
Tag:    v1.8.0

Prevent MSSQL to return from insert_record() before trying to execute the updating of LOBs.

commit c1bf1b007359563a7ac5b9897d0aa23b6eb80da9
Author: stronk7 <stronk7>
Date:   Mon, 23 Oct 2006 07:21:59 +0800
Tag:    v1.8.0

Debugging sql_paging_limit() as deprecated and enforcing get_field_sql() to return 1 record max

commit 55d3af6f3a6724f50d6c2603fa825f71faf5cc29
Author: stronk7 <stronk7>
Date:   Mon, 23 Oct 2006 06:58:29 +0800
Tag:    v1.8.0

Killing all sql_paging_limit() uses

commit 789ab3ff246fb38bf12aa60ad37a81d7f68f611b
Author: stronk7 <stronk7>
Date:   Mon, 23 Oct 2006 06:49:54 +0800
Tag:    v1.8.0

Killing all sql_paging_limit() uses

commit cb4c2078321d469066a983e2097a0a900f6d8633
Author: stronk7 <stronk7>
Date:   Mon, 23 Oct 2006 06:37:30 +0800
Tag:    v1.8.0

Adding limitfrom and limitnum parameters to a bunch of rarely executed functions...

commit b4c7bb78fcfa1a07f60435f7c01e3b378f226218
Author: stronk7 <stronk7>
Date:   Sun, 22 Oct 2006 02:28:28 +0800
Tag:    v1.8.0

Deleting some old oci8po files from CVS.

commit 8914508a4b3af9891011b6891efedcb9159fad62
Author: stronk7 <stronk7>
Date:   Sun, 22 Oct 2006 02:19:47 +0800
Tag:    v1.8.0

Prevent add_field() to work if we are adding one not null field to one non-empty table without specifying its default value.

commit e0251aea347a856e056bcbdc277f1d1baa7bdfb6
Author: stronk7 <stronk7>
Date:   Sun, 22 Oct 2006 01:25:44 +0800
Tag:    v1.8.0

Added two more tests:

commit 1fe2eb59c8ce388f2d626eb24a9e2f6b6a9fb93f
Author: stronk7 <stronk7>
Date:   Sun, 22 Oct 2006 01:19:37 +0800
Tag:    v1.8.0

Minor typo fixed.

commit 04c9f8dcc2de447e94c43a1e1dbea863f6d73a64
Author: stronk7 <stronk7>
Date:   Sun, 22 Oct 2006 00:36:16 +0800
Tag:    v1.8.0

One typo (!==) was preventing defaults to be properly calculated for integers. Thanks to Nigel McNie for being on that!

commit 211836549f6213a7321f4d2002abb9bbfd166947
Author: stronk7 <stronk7>
Date:   Fri, 20 Oct 2006 06:13:53 +0800
Tag:    v1.8.0

Adding support for the new mssql_n driver

commit b2ad03364bef8f70a67bd22478d869346b1b6d27
Author: stronk7 <stronk7>
Date:   Fri, 20 Oct 2006 06:07:21 +0800
Tag:    v1.8.0

Adding support for the new mssql_n driver

commit ed4b4bf1d03416febe96f27251e2abe2368c4584
Author: stronk7 <stronk7>
Date:   Fri, 20 Oct 2006 05:57:23 +0800
Tag:    v1.8.0

New ADOdb driver that extends the standard mssql one. All it does is to prepend the 'N' char before any SQL literal sent to DB, mainly because nobody (ODBTP, FreeTDS, ODBC, SQL*Server) seems to be doing this task, and it prevents, in an high degree true cross-db compatibility.

commit 6d55d8538bcbc7d0cc90a42cbec6ff06a4a33688
Author: stronk7 <stronk7>
Date:   Fri, 20 Oct 2006 03:01:02 +0800
Tag:    v1.8.0

Adding support for the new mssql_n driver

commit b9bc4d74606d7061b480af9fa88d1692ec64734f
Author: stronk7 <stronk7>
Date:   Fri, 20 Oct 2006 02:45:16 +0800
Tag:    v1.8.0

Adding support for the new mssql_n driver

commit f9ec4d372235236b9ae00b5bd3009d61e94acc1d
Author: stronk7 <stronk7>
Date:   Fri, 20 Oct 2006 02:29:47 +0800
Tag:    v1.8.0

Adding support for the new mssql_n driver

commit bf42ceed7f8d543892652e5653bffb6f92bbced7
Author: stronk7 <stronk7>
Date:   Fri, 20 Oct 2006 01:29:37 +0800
Tag:    v1.8.0

Addding support for the new mssql_n ADOdb driver that, transparently, prepends the N char for all the string literals being set to MSSQL (until MS Unicode - standard- support will arrive).

commit 1afef7d9b3394290d7b47927701338111c272eee
Author: stronk7 <stronk7>
Date:   Wed, 18 Oct 2006 07:37:58 +0800
Tag:    v1.8.0

Now insert/update/set of BINATY fields is supported by MSSQL (and easier to add new DB in the furure) MDL-7062

commit b2b33a1fef2b06285d127362f90e6ce8a067b34e
Author: stronk7 <stronk7>
Date:   Wed, 18 Oct 2006 07:31:49 +0800
Tag:    v1.8.0

Added 4 more tests to check CLOB/BLOB handling across all DBs. MDL-7062

commit e45346f98ef84463febe11b2a122e38d1b227376
Author: stronk7 <stronk7>
Date:   Wed, 18 Oct 2006 02:31:56 +0800
Tag:    v1.8.0

Fixed typo that was preventing correct BLOB storage under Oracle.

commit ba4aa5ec729d9b63608678c43ffcc67d57c980c5
Author: stronk7 <stronk7>
Date:   Tue, 17 Oct 2006 01:58:01 +0800
Tag:    v1.8.0

Added one more XMLDB test for find_sequence_name()

commit d5eff6795e951bd9e691cfd25ea5458a0eaace3c
Author: stronk7 <stronk7>
Date:   Tue, 17 Oct 2006 01:36:13 +0800
Tag:    v1.8.0

Added support for getSequenceFromDB() to PG.

commit 32ac847351746dff78c6517ec316f97b48ba9d1e
Author: stronk7 <stronk7>
Date:   Mon, 16 Oct 2006 07:04:06 +0800
Tag:    v1.8.0

New block upgrade functions must be called:

commit 6b7be6d74fe82a2a5df55183b57b58efd17a266c
Author: stronk7 <stronk7>
Date:   Mon, 16 Oct 2006 04:21:27 +0800
Tag:    v1.8.0

Now set_field() supports Oracle LOBs. Better error handling of oracle_update_lobs()

commit 73ad2d0c29a690f45b38ee161ae65025d02982f1
Author: stronk7 <stronk7>
Date:   Mon, 16 Oct 2006 03:40:33 +0800
Tag:    v1.8.0

Now update_record() supports LOBs under Oracle. Plus prevent empty objects to be updated.

commit 1a8078073e7c39f9cfcf74c79a41cb5f7861f050
Author: stronk7 <stronk7>
Date:   Mon, 16 Oct 2006 02:37:01 +0800
Tag:    v1.8.0

Minor changes + debug info in UpdateXlob()

commit b825e563c07baa5f1d1c8cc8ec985b1b3d809b3a
Author: stronk7 <stronk7>
Date:   Mon, 16 Oct 2006 00:41:55 +0800
Tag:    v1.8.0

- Introducing the first version of the new mssql_n adodb driver (not finished, just for experimenting). - Now insert_record() is handling Oracle CLOBS and BLOBS properly (really annoying the number of hacks needed). - Creating one new global object to cache $db->MetaColumns() calls per request, because it's being used in a lot of places inside dmllib. TODO: hack update_record() and set_field() to allow Oracle LOBs       enclose all the Oracle function calls into one db transaction

commit 103798878752a45a337413ce0b8f42961583f34c
Author: stronk7 <stronk7>
Date:   Sat, 14 Oct 2006 07:49:48 +0800
Tag:    v1.8.0

Now admin/index.php checks for proper prefixes (MDL-6230)

commit 86453d8bd6e4fa7762677bcaf27ca733bfa7eb36
Author: stronk7 <stronk7>
Date:   Sat, 14 Oct 2006 02:20:52 +0800
Tag:    v1.8.0

Now installersadMDL-6823) - performs Oracle charset checks (both client and server) - prefix checks - shows differnt information foreach DB flavour - provide one link to Moodle Docs for MSSQL and Oracle - the ODBC connector has been marked as experimental due   to confirmed problems by MS

commit e0f5f277363a692c75d75709da98ecbf327ee680
Author: stronk7 <stronk7>
Date:   Sat, 14 Oct 2006 01:25:07 +0800
Tag:    v1.8.0

Some more strings added to the installer to make it more resposible.

commit b676fc871813797f1919e34a905756b0452e3b79
Author: stronk7 <stronk7>
Date:   Fri, 13 Oct 2006 19:34:43 +0800
Tag:    v1.8.0

Added new strings for DB select/configure

commit 906eebf6ad5dc6287bab77c84a484af10a84b453
Author: stronk7 <stronk7>
Date:   Thu, 12 Oct 2006 20:28:36 +0800
Tag:    v1.8.0

Small change in rename_field() so objects won't become modified at all in the process.