Commit Graph

7320 Commits

Author SHA1 Message Date
toyomoyo 55656968b3 do not write inherit into db! 2006-10-10 09:22:38 +00:00
stronk7 97ab73aad4 Add odbc_msql dbtype to a bunch of places. 2006-10-09 22:55:55 +00:00
stronk7 2d31c39397 Not necessary to set unicodedb for each admin/index.php invocation
because setup.php saves it if needed.
2006-10-09 16:33:31 +00:00
stronk7 9b3bacf077 Raising MSSQL min req. to 2005 (9.0)
Merged from MOODLE_16_STABLE
2006-10-09 16:19:29 +00:00
skodak badc7070cd removed obsoleted backup configuration scripts 2006-10-08 09:51:22 +00:00
skodak b15d469ec2 Error when adding Recent activity as a sticky block MDL-6801 2006-10-08 08:44:32 +00:00
skodak 14df27ad3c fixed wrong redirect when editing blocks in stickyblocks page 2006-10-08 08:36:45 +00:00
moodler 95056a03f9 Fix some doc links 2006-10-06 06:26:06 +00:00
moodler 010b211f51 Fixes for naming of forms to make them XHTML compatible 2006-10-06 06:02:17 +00:00
moodler e32fb9a4f7 Fixed a misplaced form tag MDL-6861 2006-10-06 05:57:07 +00:00
gustav_delius 6ac0909983 Incomplete user record (the one where the username is still 'changeme') should not be included in user listing. See bug 4570. For some reason this script is not using get_users() but is instead constructing its own sql, so the change to get_users() had to be duplicated here. 2006-10-05 22:45:01 +00:00
stronk7 1db1336bd4 Avoid some notices. Part of MDL-6854 2006-10-05 19:51:47 +00:00
moodler 36832f4d41 Moved sticky blocks to Appearance section 2006-10-05 07:01:28 +00:00
stronk7 cc0bf61676 Now blocks deletion looks both for tables without and with the
"block_" part in table names.
This is an interim situation until "block_" will be required. See:
http://docs.moodle.org/en/Development:Coding#Database_structures
http://tracker.moodle.org/browse/MDL-6786

Also, it's the FIRST use of XMLDB DDL functions inside Moodle! B-)
2006-10-02 23:06:36 +00:00
stronk7 f8ca405052 re-enabling the rename_field() test 2006-10-02 17:42:31 +00:00
moodler 44abaca047 Added another s() to the query strings. Thanks Petr! 2006-10-02 17:09:18 +00:00
stronk7 3033991184 Set debug off on tests 2006-10-02 16:26:34 +00:00
moodler 8eed3b30cf Strip slashes from admin search string (it's ok, it never gets near a database) 2006-10-02 13:35:28 +00:00
moodler 86a1dca773 Fixed overzealous cleaning MDL-6779 2006-10-02 13:26:02 +00:00
moodler 455065f9ed Bring Sticky Blocks into the admin fold 2006-10-02 06:58:46 +00:00
moodler 80ee828de3 Fixed typo in capability name 2006-10-02 06:39:55 +00:00
moodler 36e5266fc1 Added search box for searching admin settings 2006-10-02 06:16:50 +00:00
vinkmar e32df7aab1 links added to section titles 2006-10-02 06:02:52 +00:00
vinkmar e898f2b731 changes made for admin search page 2006-10-02 05:53:39 +00:00
vinkmar 1857cd7ff5 Admin search function.
Takes a "query" parameter... will be written into admintree block
2006-10-02 05:52:39 +00:00
stronk7 cba6b7049a Enabling rename_field() test 2006-10-01 23:06:35 +00:00
moodler 33b17c67c9 Added IP lookup plugin choice to GUI 2006-10-01 16:25:35 +00:00
stronk7 3832682229 Fixed two bugs in the tests... 2006-10-01 16:08:25 +00:00
skodak ef04568ad3 removing obsoleted calendar.* files from admin area 2006-10-01 14:46:56 +00:00
moodler c536c6b04c Some quick styles added to match manage.html MDL-6725 2006-10-01 10:15:50 +00:00
moodler 4fef9b76d1 Fixed links to Risks documentation 2006-10-01 09:59:03 +00:00
moodler a971a5985a FIxes for the assign screen, to make it a lot faster and able to cope
better with very large numbers of users   MDL-6766
2006-10-01 08:08:26 +00:00
moodler ecaf56e5c9 Trivial spelling fix up 2006-10-01 05:49:41 +00:00
stronk7 f086dd7da1 Drop one more table if present 2006-09-30 23:09:41 +00:00
stronk7 a59f3a34f3 Initial commit of rename_table(). Not ended! 2006-09-30 22:40:15 +00:00
stronk7 142d7fb842 Added one more test to check the EXPERIMENTAL rename_key() function 2006-09-30 19:45:51 +00:00
stronk7 1c86ef5b1c Adding support for index renaming. Note that MySQL doesn't support this
but this shouldn't be important at all, mainly because, under xmldb,
accesses to index-names are always done with find_index_name() and
never explicity.
Anyway, this function could be useful in the future to normalize index
names in some Health center or another similar place.
2006-09-30 18:23:00 +00:00
stronk7 aa8503fdd0 Added 3 more tests to check change_field_enum() 2006-09-30 17:06:59 +00:00
stronk7 3650ba6f58 Using the new table_exists() to initialize tests properly. 2006-09-30 15:51:41 +00:00
stronk7 4fae686bc2 Enablig PHP generation of code for change_field_type() 2006-09-29 23:12:40 +00:00
stronk7 cec4b7c621 Added to more tests to check float <---> char conversion 2006-09-29 23:10:31 +00:00
stronk7 b0cd86786b Change one test a bit... 2006-09-29 17:29:08 +00:00
toyomoyo ae8402fe38 fixing a redundant order by clause 2006-09-29 05:46:02 +00:00
toyomoyo 39ecfc7453 added a new temp config variable to help track maint mode before and after migration MDL-6182, not fixing in stable yet due to the lack of support of unset_config function. 2006-09-29 03:10:38 +00:00
stronk7 72fa544947 Moving some tests up and down and introducing some more
tests about changing column types. Not working yet unded mssql
2006-09-28 23:16:29 +00:00
stronk7 531bf26489 Adding two more tests (create and drop foreign keys) 2006-09-28 22:11:06 +00:00
stronk7 a8b7de48fe Adding some more tests about adding and dropping keys 2006-09-28 17:35:52 +00:00
stronk7 b399c397bf Added PHP 5.0.x restriction to Moodle 1.7. MDL-5653 2006-09-28 16:46:52 +00:00
moodler 605522f315 FIxed heading on assign roles in course context 2006-09-28 07:00:28 +00:00
vinkmar 3b904bc94f calendar admin page cleaned up 2006-09-28 04:46:09 +00:00