Commit Graph

3929 Commits

Author SHA1 Message Date
skodak e4c033a9dd MDL-15194 adodb separation, dml database creation support 2008-06-09 20:22:11 +00:00
skodak 96d1387809 MDL-14679 towards adodb separation 2008-06-09 18:48:28 +00:00
skodak 294ce9870f MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
jmg324 f9c4681520 MDL-7968 reports section of admin tree controled by reports capability not site config 2008-06-06 15:35:18 +00:00
scyrma 0687e5552c MDL-11113 - Correction to previous change: going back to previous variable name, to prevent bugs 2008-06-06 02:21:40 +00:00
skodak 68d3c35b3b MDL-15094 fixed stats regression 2008-06-05 20:30:09 +00:00
skodak f67cab32ec MDL-15094 some forgotten conversions 2008-06-05 18:01:22 +00:00
skodak fd1d37290f comment fix 2008-06-05 14:10:55 +00:00
skodak eb2ce497bc comment fix 2008-06-05 14:09:59 +00:00
scyrma c7b4be096a MDL-14741: adding a setting to choose default htmleditor, and begin work on possibility for per-editor settings page 2008-06-05 09:36:10 +00:00
skodak dc5af91a86 MDL-15094 fixed regression 2008-06-04 23:45:31 +00:00
skodak 655b09ca8a MDL-15117 wiki converted and other regressions fixed 2008-06-04 21:34:14 +00:00
skodak 0b18169eab MDL-15133 fixed regressions - thanks Howard 2008-06-03 15:06:53 +00:00
mjollnir_ 455dfd5026 MDL-14967
fixing a dml change that had the params added to the wrong function call.
2008-06-03 09:47:47 +00:00
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