Git commits in Moodle 1.9.0 by mjollnir_

commit 34f06f743b8b9d80fd8d45db5e02d0ce544ab921
Author: mjollnir_ <mjollnir_>
Date:   Fri, 01 Feb 2008 07:01:38 +0900
Tag:    v1.9.0

MDL-12440: take out auth title and description into base class, plugins can override.  updated places that use get_string to call these methods. Credit: Luke Hudson <luke@catalyst.net.nz>

commit 357eefcdbe8a0561e71016f1c1fcf026f3ef217a
Author: mjollnir_ <mjollnir_>
Date:   Mon, 28 Jan 2008 05:05:29 +0900
Tag:    v1.9.0

MDL-13161 - auth/db - suppress php warning when there are no users using db auth

commit 33c34c57058bdf8cf0bb24ef4540abe64da61c9d
Author: mjollnir_ <mjollnir_>
Date:   Tue, 15 Jan 2008 13:20:02 +0900
Tag:    v1.9.0

MDL-13000 Adding support for developers to add their own capabilities to local/db/access.php This relies on a local/ language pack as well for the capability names. Notes on implementation are in lib/locallib.php

commit 0972aa229148a9922513d8075e3d5b4cea5eb433
Author: mjollnir_ <mjollnir_>
Date:   Tue, 15 Jan 2008 10:39:55 +0900
Tag:    v1.9.0

MDL-13001 - adding support for language files in local/ directory.

commit 8b2a37e7b12afc48f1322bfe15d8602aba21ad79
Author: mjollnir_ <mjollnir_>
Date:   Tue, 15 Jan 2008 10:09:54 +0900
Tag:    v1.9.0

More on MDL-11561 - fixed up path to local/ settings file to be more consistent, added documentation in lib/locallib.php on how to create new local admin tree items

commit c1139b492e5589c661d61b29320f5772835ed842
Author: mjollnir_ <mjollnir_>
Date:   Tue, 15 Jan 2008 08:32:19 +0900
Tag:    v1.9.0

MDL-11561 - added support for local/localsettings.php

commit 07e27f4746c7aba79a0b97f825180c4089753bb7
Author: mjollnir_ <mjollnir_>
Date:   Wed, 09 Jan 2008 08:26:26 +0900
Tag:    v1.9.0

MDL-12884 web installer should set the depth of the miscellaneous course category to 1 too (discussion in moodle hq skype chat with Petr)

commit 363d4154642157a325162084ae46d95ff71400f6
Author: mjollnir_ <mjollnir_>
Date:   Thu, 20 Dec 2007 08:32:15 +0900
Tag:    v1.9.0

fixing lying phpdoc comments in role_cap_duplicate function that I moved to accesslib yesterday

commit 4f5ffe5a7e7beb0d7124c5e2f20c2dd38f5c76e4
Author: mjollnir_ <mjollnir_>
Date:   Wed, 19 Dec 2007 05:50:39 +0900
Tag:    v1.9.0

moving two functions from admin/roles/manage.php (switch_roles and role_cap_duplicate) to accesslib & added phpdoc.  Fixes MDL-12621

commit 808fae8f0507a0a773859ab5f4a9c18035056194
Author: mjollnir_ <mjollnir_>
Date:   Sun, 15 Jul 2007 03:36:59 +0800
Tag:    v1.9.0

fixing a small syntax oddity that breaks get_my_courses in postgres.  quoting " means escape table, not string

commit 2520258128a5749a22cbfae64ffd4153d2610ed5
Author: mjollnir_ <mjollnir_>
Date:   Sat, 14 Jul 2007 11:00:12 +0800
Tag:    v1.9.0

    Merged Donal's changes to MNET to allow moodle to also network with mahara.     changelog follows

commit 50194545377210af9ec5fd37dae8a7a408b0252f
Author: mjollnir_ <mjollnir_>
Date:   Fri, 27 Apr 2007 06:04:43 +0800
Tag:    v1.9.0

Merged from MOODLE_18_STABLE: MDL-9585 - mod/data: moved functions and classes out of preset.php into lib.php

commit c68e9d06f68719f097035cc96544aa7918af702e
Author: mjollnir_ <mjollnir_>
Date:   Fri, 20 Apr 2007 08:10:52 +0800
Tag:    v1.9.0

xmldb: added $CFG options for disabling next / previous value checkings & enforced comment checking. merged from mahara smile

commit bd903ae9debb857a4fb4b361355dd7b5b300dde8
Author: mjollnir_ <mjollnir_>
Date:   Thu, 12 Apr 2007 07:53:15 +0800
Tag:    v1.9.0

merged: fixing warnings in stats lib - rather than doing an include_once and noticing for every missing mod, check the file exists first from MOODLE_16_STABLE, and fixed up some weirdness in the reports

commit 64aea3f0556e1dcf85268163c1e69b9de51999e0
Author: mjollnir_ <mjollnir_>
Date:   Tue, 10 Apr 2007 04:40:22 +0800
Tag:    v1.9.0

Merged from MOODLE_17_STABLE:

commit 9e3775dbc2d1e3038bfcde1154fb78946d3fd7a9
Author: mjollnir_ <mjollnir_>
Date:   Fri, 23 Mar 2007 15:14:40 +0900
Tag:    v1.9.0

Backup refactor: moved backup_execute.html into functions, added new backup_course_silently function as proof of concept (matches import_backup_file_silently)

commit b5037f726b84ed816c637d568c99e49c3c45d0b7
Author: mjollnir_ <mjollnir_>
Date:   Fri, 02 Mar 2007 10:43:47 +0900
Tag:    v1.9.0

Merged from MOODLE_16_STABLE: fixing bug MDL-8651: import course data should clean up after itself

commit e60129286a13caf9a03c23403d6e40163ef9465a
Author: mjollnir_ <mjollnir_>
Date:   Mon, 26 Feb 2007 09:18:19 +0900
Tag:    v1.9.0

merged from MOODLE_17_STABLE: fixing MDL-8662