Git commits in Moodle 1.8.1 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 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