1308 Commits

Author SHA1 Message Date
skodak
9c0f063b2c MDL-7737 Remove form referer checks - $CFG->secureforms optional checking 2006-12-04 09:13:51 +00:00
toyomoyo
30c82426e3 merged fixed a bug where admin can't unassign himself from non-admin role in site context 2006-12-04 01:54:24 +00:00
nfreear
702227c913 MDL-7758 "Replace breadcrumb image with THEME->rarrow in unit test reports". 2006-12-01 10:20:40 +00:00
skodak
56909d267f MDL-7749 fixed stripslashes when saving admin configuration values 2006-11-30 20:37:14 +00:00
skodak
7203167d35 minor xhtml fix 2006-11-30 09:32:46 +00:00
skodak
bad545e935 minor xhtml fix 2006-11-30 09:16:36 +00:00
skodak
e7e3055e95 minor xhtml fix 2006-11-30 09:04:06 +00:00
skodak
3307d3f65f minor xhtml fix 2006-11-30 08:55:49 +00:00
skodak
5157276977 minor xhtml fix 2006-11-30 08:42:11 +00:00
skodak
718269e7f5 returned "Show all" back the the search row 2006-11-29 21:55:31 +00:00
skodak
d6d049718c accessibility cleanup in langimport.php - original patch by Nick Freear MDL-7438 + whitespace and old code cleanup 2006-11-29 20:17:13 +00:00
nfreear
0dda92522c Fixing bug in patch for MDL-7721 - missing Search button. Sorry! 2006-11-29 10:16:01 +00:00
skodak
b6e5a6e6f0 Role assignment form buttons have no text MDL-7721; original patch by Nick Freear 2006-11-28 21:04:56 +00:00
skodak
2493fc103c ensure that layout table headers are not marked as th, but by label instead MDL-7438
th should be used only for data tables
2006-11-28 19:25:24 +00:00
nfreear
e77718755b Fixing markup: <select ..> was <select ../>, multiple="multiple" and onfocus (was onFocus). 2006-11-28 17:20:41 +00:00
skodak
9cdb766d61 Broken handling of magic quotes in admin settings and set_config in general MDL-7668 2006-11-27 08:44:38 +00:00
skodak
b38d1d9b66 add risk icons and proper alt text to improve accessibility MDL-7484; icons are not final I hope ;-) 2006-11-26 21:27:35 +00:00
skodak
edebb94faa MDL-7434 all images that convey information should have alt text to convey that information - part 8 2006-11-26 19:30:39 +00:00
skodak
344044b28e MDL-7434 all images that convey information should have alt text to convey that information - part 1 2006-11-24 20:16:37 +00:00
skodak
241dedf8c9 Fix course overview graph broken by notices MDL-7680 2006-11-24 18:31:41 +00:00
skodak
3acdf94569 Ensure all table headers are marked up with 'th' MDL-7438 2006-11-22 22:41:01 +00:00
toyomoyo
c70095e440 using correct string 2006-11-21 06:46:26 +00:00
toyomoyo
5613dbca34 giving some indication a role assignment is a hidden one 2006-11-21 06:42:38 +00:00
skodak
022f9b28ff bellow spelling fixed 2006-11-20 17:39:35 +00:00
skodak
3733f1e6c4 MDL-6332 fixed proper storing of unicodedb flag - after config table creation 2006-11-20 15:25:38 +00:00
skodak
665958c2b9 PARAM_PATH can be used only for relative paths, there is no parameter type for absolute paths that would be compatible with win32 - use PARAM_RAW for now, add file_exists validation later MDL-7617 2006-11-20 13:34:06 +00:00
skodak
3dc579ad6d removed JS submission from stats code MDL-7492 2006-11-20 10:19:55 +00:00
skodak
2532baa19e removed JS submission from admin/environment.php MDL-7492 2006-11-20 09:44:11 +00:00
skodak
93bd08c964 removed JS submission from admin/stickyblocks.php MDL-7492 2006-11-20 09:02:41 +00:00
skodak
7f492d7a92 removed JS from admin/course/override.php MDL-7492 2006-11-20 08:34:25 +00:00
skodak
89d30d0230 removed JS from admin/course/assign.php MDL-7492 2006-11-20 08:29:50 +00:00
stronk7
db9940b605 PHP generated code must use $result instead of $status. MDL-7533
Merged from MOODLE_17_STABLE
2006-11-18 19:08:10 +00:00
toyomoyo
d42c64ba14 fix for MDL-7595, adding coursemanager config variable to determine what roles are displayed on course description page 2006-11-17 08:57:50 +00:00
skodak
e3bc106621 remove use of get_String("thischarset") replace it with utf-8 MDL-7570 2006-11-15 20:39:26 +00:00
skodak
e08df351e2 Add optional cli only and password protected access to cron.php MDL-7318; idea and patch submitted by Luke Hudson - thanks 2006-11-15 08:29:24 +00:00
toyomoyo
40a2a15f20 separating the site course context and the site context, could be buggy, please report bugs! 2006-11-15 08:23:27 +00:00
toyomoyo
3997cb4037 Adding hidden role assignment, currently used in course participants page and print_course function.
Please test.
2006-11-15 04:28:18 +00:00
stronk7
0b02aefb93 while working, it's better to compare with original data (un-slashed)
Merged from MOODLE_17_STABLE
2006-11-14 16:31:33 +00:00
moodler
d24c8ceae1 Prevent admins from unassigning themselves MDL-7462 2006-11-12 06:12:15 +00:00
skodak
810944af7f we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left 2006-11-11 17:23:20 +00:00
toyomoyo
83ab538806 added check to stop installation in admin/index.php if db is not unicode MDL-6858 2006-11-10 02:42:13 +00:00
toyomoyo
d471721cd7 adding new role duplicate funcitionality MDL-7392 2006-11-09 09:29:19 +00:00
mudrd8mz
6ea1cd02cb Merged fix of MDL-7361 from MOODLE-17-STABLE 2006-11-07 13:35:12 +00:00
skodak
a392be33cf new unicode environment check for 1.8 and 1.7 MDL-6332; merged from MOODLE_17_STABLE 2006-11-07 09:07:40 +00:00
moodler
319ef1a6ea Hide simpletest on oracle and mssql until it works MDL-7337 2006-11-07 02:53:39 +00:00
moodler
d210e12e85 Merged MDL-7351 from stable 2006-11-06 12:51:27 +00:00
stronk7
981b3ae06f Now GD is checked before displaying course overview graphs. MDL-7204
Merged from MOODLE_17_STABLE
2006-11-04 23:30:29 +00:00
sam_marshall
2af5513789 MDL-7346 Changed enablerecordcache to be a limit for the size of cache, not just an on/off switch. 2006-11-03 17:29:15 +00:00
stronk7
49173d25a7 Ending fied/key/index PHP generators
Merged from MOODLE_17_STABLE
2006-11-02 23:09:39 +00:00
stronk7
ef856b2d52 Enablig rename_table() PHP generator
Merged from MOODLE_17_STABLE
2006-11-02 22:44:29 +00:00