skodak
7e60297f54
MDL-14679 converted some sql_'s
2008-06-02 21:56:06 +00:00
skodak
8618fd2aeb
MDL-14679 converted some delete_records
2008-06-02 21:52:27 +00:00
skodak
c7da43571b
MDL-14679 converted some count_records
2008-06-02 21:47:31 +00:00
skodak
a5d424df7c
MDL-14679 converted some get/set_field()
2008-06-02 21:39:23 +00:00
skodak
1829e015e6
MDL-14679 converted some insert_records()
2008-06-02 21:25:40 +00:00
mudrd8mz
40c4ea5080
The very last save button is tabindexed, too. Forgot to include it in the last commit. Merged from 19_STABLE
2008-06-01 11:18:54 +00:00
mudrd8mz
e222eb89b2
Save buttons are tabindexed as well. You don't need to touch the mouse at all ;-) Merged from MOODLE_19_STABLE
2008-06-01 08:41:51 +00:00
skodak
fd0e6640cc
MDL-14679 fixed some more $db's
2008-05-31 22:18:41 +00:00
skodak
fad5293439
MDL-14679 fixed addslashes
2008-05-31 15:46:55 +00:00
skodak
29f83769d1
MDL-14679 towards reports and stats conversion
2008-05-31 14:35:58 +00:00
skodak
bc3c2336ba
MDL-14679 towards /admin/mnet conversion
2008-05-31 11:41:26 +00:00
skodak
b9a6636029
MDL-14679 towards /admin conversion
2008-05-31 10:43:51 +00:00
skodak
9bec527490
MDL-14679 towards /admin/roles conversion
2008-05-31 10:30:30 +00:00
skodak
823e64a78c
MDL-14679 towards /admin/settings conversion
2008-05-31 09:54:12 +00:00
skodak
ca8d6e377c
MDL-14679 towards /admin/user conversion
2008-05-31 09:50:46 +00:00
skodak
5d910388bb
MDL-14679 towards /user conversion
2008-05-30 22:11:31 +00:00
skodak
1d8bf5f0ab
MDL-14679 towards /admin conversion
2008-05-30 21:36:57 +00:00
skodak
953d72db50
MDL-14679 towards /admin conversion
2008-05-30 21:16:16 +00:00
thepurpleblob
ac1dc9845a
MDL-14854
...
Changed the language strings to something more sensible as per Petr's comments.
2008-05-29 10:53:30 +00:00
dongsheng
5e1062a6b2
"MDL-14932, accessibility imporvement, see tracker, merged from MOODLE_19_STABLE"
2008-05-28 01:48:25 +00:00
dongsheng
7f2f55a0e1
"MDL-12405, add webpage to user fields, merged from MOODLE_19_STABLE"
2008-05-28 01:39:05 +00:00
skodak
2c62a3cb70
MDL-14978 removed ancient upgradelogs script
2008-05-25 11:37:45 +00:00
skodak
e4b13f6a39
MDL-14978 removed upgradeforumsread script
2008-05-25 11:35:51 +00:00
skodak
624a690b3d
MDL-14679 first part of datalib conversion
2008-05-25 09:39:02 +00:00
stronk7
cdb1e987e6
All fields, keys and indexes in suggested PHP core are using $dbman. MDL-14941
2008-05-23 22:42:45 +00:00
stronk7
63dd5a626a
table suggested PHP is using $dbman now. MDL-14941
2008-05-23 22:34:53 +00:00
stronk7
82bba3e4d5
And also conditionally create/drop indexes and fields. MDL-14955
2008-05-23 22:26:08 +00:00
stronk7
70080fde65
Conditionally execute create/drop table dbmanager functions. MDL-14955
2008-05-23 22:24:00 +00:00
sam_marshall
2d80e3882e
MDL-14965: Pass-by-reference call broke install on php5
2008-05-23 10:30:47 +00:00
stronk7
69b80cc2eb
4th iteration committed: xmldb_field, xmldb_index and xmldb_key "public" methods changed + debugging of deprecated ones until Moodle 2.1 . MDL-14863
2008-05-22 00:09:59 +00:00
stronk7
5eaa41e8bc
3rd iteration committed: xmldb_table "public" methods changed + debugging of deprecated ones until Moodle 2.1 . MDL-14863
2008-05-21 17:55:23 +00:00
stronk7
a8cb94f66f
MDL-14863 - 1st iteration: lowercase XMLDB table, field, index, key and statement +
...
wrapper class to support old syntax (no changes in public API yet)
2008-05-20 23:24:40 +00:00
stronk7
46293bd7b7
MDL-14863 - 1st iteration: lowercase XMLDB constants, object, file and structure (no changes in public API yet)
2008-05-20 17:06:26 +00:00
mudrd8mz
b32c296f21
MDL-13997 merged from 19_STABLE
2008-05-19 21:49:32 +00:00
stronk7
6d5a22b208
Installer fixed, prefixes improved, moved conn settings to connect() and some more improvements. MDL-14864
2008-05-19 18:02:33 +00:00
stronk7
c6ad174104
There was one "phantom" test + minor improvements for robustness.
2008-05-19 00:16:48 +00:00
stronk7
9f17b4bc8f
Revert the prefix check to admin/index.php. MDL-14877
2008-05-17 20:46:29 +00:00
skodak
f33e1ed4ae
MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs
2008-05-15 21:40:00 +00:00
thepurpleblob
25b05ce567
Whoops. missed a string.
2008-05-15 15:24:03 +00:00
thepurpleblob
dfac8649c7
MDL-14854
...
Add facility to XMLDB editor to check for inconsistent field defaults.
2008-05-15 14:47:08 +00:00
skodak
ab37dc6031
MDL-14183 guest type role not allowed in defaultuserroleid anymore, because it was causing trouble in many places; admins must choose another role if guest role detected in this setting; merged from MOODLE_19_STABLE
2008-05-12 14:05:46 +00:00
skodak
dd1e295528
MDL-14451 removed pre 1.9 upgrade code - question upgrade related
2008-05-11 19:03:24 +00:00
skodak
7c7b6f966a
MDL-14451 removed pre 1.9 upgrade code - question upgrade related
2008-05-11 18:57:53 +00:00
skodak
f6c544eabe
MDL-14451 removed pre 1.9 upgrade code - question upgrade related
2008-05-11 18:57:17 +00:00
stronk7
5835a33482
cvs tag -F MOODLE_19_MERGED -j MOODLE_19_STABLE ; merged from 19_STABLE
2008-05-10 22:07:54 +00:00
jamiesensei
c37415a08d
MDL-14637 "allow activity modules to add sub menus of settings pages to admin menu" and MDL-14565 "allow quiz reports to add configuration settings to the admin tree" added a mechanism to admin/settings/plugins.php to allow modules to include a file settingstree.php instead of settings.php which will allow for more flexibility of what a module can add to the admin settings menu.
...
Merged from 1.9
Added a comment to the if branch that includes config.html that this branch needs to be deleted as soon as quiz/config.html has been migrated to settingstree.php which is MDL-7010
2008-05-09 06:12:57 +00:00
dongsheng
3db241b342
"MDL-14129, fix print_error"
2008-05-08 06:27:28 +00:00
thepurpleblob
9bc760f237
MDL-14659
...
Add bypass list for proxy usage.
2008-05-06 14:51:30 +00:00
scyrma
afd7b38273
esthetic typo fix (merge from 1.9)
2008-05-05 07:13:58 +00:00
mudrd8mz
75cdd03d3b
Removing obsolete admin/langdoc.php
...
Help files can be translated by admin/lang.php since 1.9.
2008-05-04 20:03:18 +00:00