2183 Commits

Author SHA1 Message Date
jamiesensei
ef09fadc44 MDL-17001 "Moving admin/report/simpletest to directory unittest" changing some references to old simpletest directory name. 2008-10-24 15:13:08 +00:00
jamiesensei
368f375370 renamed admin/report/simpletest to unittest 2008-10-24 15:10:41 +00:00
tjhunt
99cd2f77bb user selection: MDL-16991 Improve the user selector used on the assign roles and group memebers pages - Create admin setting 2008-10-24 06:41:50 +00:00
tjhunt
8c901fb816 xmldb checks: MDL-16976 write a check that finds rows that violate the foreign key constraints. 2008-10-23 08:32:12 +00:00
tjhunt
9f5e5dee97 xmldb checks: MDL-16975 refactor the various checks to eliminate duplicated code. 2008-10-23 08:30:43 +00:00
jerome
ef378cdcf4 MDL-15352: doesn't use anymore mnet system function, implemeted new mnet function, remote moodle service will appear into the peer service 2008-10-23 08:14:23 +00:00
tjhunt
98bcd9d1ff roles interface: MDL-16965 make a view that explains the has_capability calculation for a given capability in a given context for a given user, like on http://docs.moodle.org/en/How_permissions_are_calculated. 2008-10-22 09:48:16 +00:00
jerome
69574ad1f4 MDL-16929: fix bulk user download function. (the shortname column title is now profile_field_"shortname"), merged from 19 2008-10-22 01:33:37 +00:00
nicolasconnault
7b2f3680a3 MDL-16892 Fixed bug in accesslib role_fix_names method. Merging from MOODLE_19_STABLE 2008-10-20 13:47:08 +00:00
arborrow
b4bd91ceb1 fixed trivial typo in comment; merged from 19STABLE 2008-10-18 04:19:46 +00:00
stronk7
5e7206a8f6 Adding new setting "statsruntimedays" to configure the number of days to
calculate as max per stats cron invocation. Part of MDL-16709 ; merged from 19_STABLE
2008-10-13 21:53:49 +00:00
jerome
e02135a686 MDL-16865: change default course number of section to '3' 2008-10-13 09:36:55 +00:00
jerome
a8867477c7 MDL-16865: change default course format to 'Weekly' 2008-10-13 09:34:38 +00:00
jerome
f48fb4d692 MDL-15402: add a repository type functionality in the administration: enable/disable course and user repository setting 2008-10-09 03:02:26 +00:00
jerome
15b25b982a MDL-12846: add default to language field (course default settings page) 2008-10-07 09:39:32 +00:00
scyrma
feecd4d6a5 MDL-14092: forcing imported users with a weak password to change it on first login. (merge from 1.9) 2008-09-26 09:13:24 +00:00
tjhunt
61a828842e MDL-16702 Remove unnecessary JavaScript from bulk user enrol page 2008-09-26 08:22:46 +00:00
tjhunt
1a22e31954 MDL-16583 switch to print_js_call 2008-09-26 08:22:16 +00:00
tjhunt
192a0a698b Fix whitespace. 2008-09-26 07:17:40 +00:00
tjhunt
1b63d34db7 MDL-16605 Add an ajaxy search box on the define/override roles screen to help find the capability you want 2008-09-26 06:50:31 +00:00
tjhunt
16851b22ad MDL-16676 All references to the text.html and emoticons.html files need to be updated to point to text2.html and emoticons2.html 2008-09-25 10:04:01 +00:00
jerome
cfec045442 MDL-12846: move course default settings into config_plugin table 2008-09-25 07:33:22 +00:00
tjhunt
80f69dc0ee MDL-16676 All references to the text.html and emoticons.html files need to be updated to point to text2.html and emoticons2.html 2008-09-25 07:12:46 +00:00
tjhunt
ac324e05ea MDL-16675 change callers to require_js to take advantage of the fact that callers no longer have to add $CFG->wwwroot themselves. 2008-09-25 06:40:52 +00:00
jerome
eb1b95976f MDL-12846: add course default settings page 2008-09-25 02:31:26 +00:00
skodak
bff34a6747 MDL-16365 domain restrictions are now optional when changing email address; merged from MOODLE_19_STABLE 2008-09-24 17:00:49 +00:00
skodak
5fc9760399 MDL-16626 simplified editor selection, going to change it a bit more later 2008-09-23 15:19:21 +00:00
skodak
53b20fe35a MDL-16637 removing obsoleted spellchecker support 2008-09-23 15:12:07 +00:00
skodak
6bebbe4503 MDL-16627 removing obsoleted HTMLArea 2008-09-23 14:16:31 +00:00
tjhunt
7264519e3f MDL-16583 - Clean up some fo the places we link to javascript files, to use require_js 2008-09-23 07:00:59 +00:00
nicolasconnault
d27a349bfe MDL-16486 Improved interface, added permission warning and other minor fixes 2008-09-23 06:42:18 +00:00
tjhunt
3a4f0a34f5 MDL-13894 Impoved fix with less duplicated code, no notices displayed before you get to the 'New settings' screen, and named constants instead of magic numbers. 2008-09-23 05:18:42 +00:00
nicolasconnault
2d5b05c878 MDL-16486 Implemented test DB upgrade, needs further testing 2008-09-22 08:54:33 +00:00
jerome
9885b864df MDL-15402: fix bug with rep type form not displayed during creation 2008-09-19 09:56:53 +00:00
jerome
1e97f196a4 MDL-15402: when an instance is reaonly, the administrator cannot delete it but should be able to modify the name (only) 2008-09-19 06:43:06 +00:00
jerome
ce2066a1c2 MDL-15402: do not display type form if there is no option to set 2008-09-19 06:16:20 +00:00
stronk7
3bfb1f59cd undefined $site causing registerauth to be asked once and again, and again... MDL-16546
eVS: ----------------------------------------------------------------------
2008-09-18 16:49:19 +00:00
nicolasconnault
23b967c648 MDL-16486 Activated autopilot for test table install/upgrade 2008-09-18 13:43:27 +00:00
nicolasconnault
90997d6d6d MDL-16486 changed unittest_prefix to unittestprefix 2008-09-18 10:05:20 +00:00
tjhunt
7fb0303d89 MDL-16564 Make admin settings work better with the cnfig_plugins table.
Also, take the opportunity to take the quiz-specific stuff out of adminlib.php, to make Petr happy.
2008-09-18 09:55:04 +00:00
nicolasconnault
0186b1d06c MDL-16486 Added few cfg vars 2008-09-18 09:42:53 +00:00
scyrma
62ea712f60 MDL-13894: saving a better source IP, following what the admin wants. (merge from 1.9) 2008-09-18 08:18:58 +00:00
jerome
c295f9ff05 MDL-15402: refactor repository_admin_form into repository_type_form 2008-09-18 05:48:25 +00:00
jerome
edb50637d7 MDL-15402: remove has_multiple_instance(), API will know there is multiple instance if the function get_instance_option_names() return a not empty object. 2008-09-18 05:21:51 +00:00
jerome
1b79955a70 MDL-15402: refactor get_admin_option_names() into get_type_option_names() 2008-09-18 03:19:52 +00:00
tjhunt
80f1f76e50 MDL-16411 - fix qtype admin page to look in the new place for version numbers. 2008-09-18 02:46:06 +00:00
jerome
06e65e1e67 MDL-15402: remove has_admin_config() and has_instance_config() from repository lib and all repository plugins 2008-09-18 02:36:17 +00:00
nicolasconnault
c7d306e168 MDL-15666 MDL-16486 2008-09-17 14:31:30 +00:00
nicolasconnault
b2313a2abe MDL-16177 2008-09-16 18:57:01 +00:00
nicolasconnault
356e001031 MDL-16483 minor fixes 2008-09-16 16:40:15 +00:00