skodak
b63a6a6338
MDL-17372 admin reports: Added full plugin support for admin reports - fixed sorting regression, plugins now loaded as last category
2008-11-28 08:04:23 +00:00
skodak
214b1cf7a8
MDL-17428 Do not include in the middle of file in global scope
2008-11-27 22:46:34 +00:00
skodak
d994ced22b
MDL-17372 admin reports: Added full plugin support for admin reports; added specail capability for unittest execution, minor refactoring
2008-11-26 19:27:39 +00:00
nicolasconnault
dbc0194458
MDL_13766 Refactoring of core repository code and added first unit tests
2008-11-26 07:03:10 +00:00
tjhunt
a792ac1d7a
define roles: MDL-16966 etc. more UI polishing
...
* Remove inconistently placed and unnecessary heading, moving help icon.
2008-11-21 06:19:01 +00:00
tjhunt
bed9cec80b
define roles: MDL-16966 etc. polishing the new roles UI following a meeting with Martin.
...
* Move the show/hide advanced button a bit down the page.
* Improve save button caption when creating a role.
* Don't show defaults on the basic define roles screen.
* Explain the background shading on the advanced roels screen.
* Fix the problem with the risks link to Moodle docs.
* Help icon by the permissions column heading.
* Tables with rotated <th>s, make them vertical-align: bottom.
* Rename explain.php and explainhascapability.php to check.php and explain.php
* Tool tips on the number headers in the explain table.
* Explain table - role names were missing.
* Allow link_to_popup_window to work with full URLs.
2008-11-20 09:57:20 +00:00
jerome
b66f4ff8b6
course default settings: MDL-12846 add help texts to all settings
2008-11-17 03:28:32 +00:00
tjhunt
8a8272b0f4
roles explanation: MDL-13538 Integrate into the roles tab bar, and improve wording a bit.
...
Also, commit the lang strings I missed last time.
2008-11-12 10:13:43 +00:00
dongsheng
35f0660ab4
"MDL-17143, don't display the user description at all when user isn't enrolled in any courses, merged and modified from 1.9"
2008-11-10 03:06:27 +00:00
skodak
b50f80dd6f
CONTRIB-849 phpPgAdmin integration hook; merged from MOODLE_19_STABLE
2008-11-01 17:54:04 +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
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
15b25b982a
MDL-12846: add default to language field (course default settings page)
2008-10-07 09:39:32 +00:00
jerome
cfec045442
MDL-12846: move course default settings into config_plugin table
2008-09-25 07:33:22 +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
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
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
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
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
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
mjollnir_
658837bb75
MDL-16523 - shortened admin mneu items for portfolio plugins
2008-09-16 08:10:24 +00:00
tjhunt
61d04bcc46
MDL-15632 Wrong permission in the admin tree defininition mean that people with moodle/role:manage could not define role, and people with moodle/role:assign could not assign system roles.
2008-09-12 05:18:27 +00:00
tjhunt
1d1ca5ef85
MDL-16457 Remove support for old-style filterconfig.html files
2008-09-11 10:22:22 +00:00
mjollnir_
bee4bce2a9
MDL-15833 - provide helper functions to determine expected time, and allow admins to set thresholds.
2008-09-09 08:57:51 +00:00
tjhunt
b032b49099
MDL-16348 Reorganise admin tree:
...
* New Capability report put under Users -> Permissions
* Miscellaneous category renamed to Development
* Unit tests and Functional DB test moved to be under Development.
* The hard-coded hack that was used to change the permission that controls the Backups and stats reports replaced with settings.php files.
* There were two hidden Miscellaneous things in the old category, so I moved them. Multilan upgrade now under Lanuages, and Online assignment cleanup now under Plugins -> Activity modules. Both still hidden.
There was already a way for admin report plugins to control where they appeared in the tree, but it was not documented, so see http://docs.moodle.org/en/Development:Admin_reports
2008-09-08 11:32:31 +00:00
jerome
0d0999141b
MDL-15402: fix some admin menu titles for repository
2008-09-04 07:36:53 +00:00
jerome
4f2b9a4fed
MDL-15402: change repository_cache_expire common option default to 120 (minutes)
2008-09-03 09:53:35 +00:00
jerome
5a8ca18789
MDL-15402: add repository_cache_expire common option
2008-09-03 09:45:27 +00:00
skodak
3b49f849d8
MDL-15635 dtl refactoring and basic export and transfer ui (the import UI will be part of install process soon) - based largely on code by Andrei Bautu - thanks!
2008-09-02 21:20:45 +00:00
jerome
a660039578
MDL-15402: new version of repository administration
2008-09-02 08:58:53 +00:00
jerome
e6be3a6987
MDL-13766: refactor all repository_instances() => repository_get_instances()
2008-08-28 05:30:19 +00:00
skodak
90658eefb0
MDL-16166 centralised enabling of subsystems, fixed some warnings and general cleanup
2008-08-26 05:45:07 +00:00
tjhunt
e2249afe2b
MDL-7010 Convert mod\quiz\config.html to mod/quiz/settingstree.php using the new admin tree system.
2008-08-26 01:05:01 +00:00
tjhunt
ff4b9fcbb2
MDL-16170 - Improve naming of the plugins category in the admin menu.
...
Yes, I know I changed an existing language string, which is supposed to be wrong, but I changed it so that the string 'plugin' is now 'Plugin'. I just cannot see that as a wrong change.
2008-08-22 03:32:49 +00:00
dongsheng
04bd6d2def
"MDL-13766, small changes to repository management"
2008-08-19 03:56:52 +00:00
skodak
775f811a66
MDL-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes
2008-08-16 12:16:01 +00:00
mjollnir_
08d5e18bf8
MDL-15865 - fixed admin settings stuff for hidden plugins
2008-08-13 09:21:53 +00:00
dongsheng
4a65c39a46
MDL-15402, add admin setting page, to meet requirement, make some changes to repository base class.
2008-08-13 04:09:13 +00:00
mjollnir_
096166c232
MDL-15902 : disable portfolios by default
2008-08-12 13:55:51 +00:00
skodak
a0df358a47
MDL-15928 reverting previous commit - we might still need the binary zips because PHP ext is buggy on 64bit OS
2008-08-07 13:36:20 +00:00
jerome
dc633c9900
MDL-15402 finally we decided that the repository activation will be done with capabilities, and that there is no need to have a administration page for enable/disable repository, neither sort, neither settings. In administration we will just be able to setup an instance for Moodle context.
2008-08-06 03:30:55 +00:00
skodak
ed94cb66c6
MDL-15928 switched to zip PHP extensions
2008-08-04 16:45:08 +00:00
stronk7
f6b923eaba
Allow multiple SMTP hosts or host:port to be defined in $CFG->smtphosts. MDL-15923 ; merged from 19_STABLE
2008-08-03 21:14:31 +00:00