306 Commits

Author SHA1 Message Date
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
skodak
1e908abea4 MDL-15901 completion disabled by default 2008-07-31 21:48:29 +00:00
jerome
c5d2d0dd7c MDL-15402 implementation of repositories administration. Administrator can hide/show/sort/setup repositories. This code has been commited in order to be used by FilePicker.
Because it's doing the same thing than the filter manager, the code is similar. Some generic code need to be done (filter and repository code should use the same function, and the current generic filter lib should be refactor, at least their name). Optimization of original code should also be done if necessary.
2008-07-31 06:01:12 +00:00
mjollnir_
a50ef3d34f MDL-15865 - admin portfolio settings are now a settingspage rather than an admin page. 2008-07-29 10:51:18 +00:00
sam_marshall
4e781c7b50 MDL-15498: Completion system 2008-07-28 12:31:29 +00:00
skodak
fb8634e50c MDL-15846 add option to prevent course welcome emails + support for searching in enrolment page 2008-07-26 16:50:33 +00:00
skodak
8eb1d25ffe MDL-11844 new option for conditional stripping of tags from activity names 2008-07-26 15:15:25 +00:00
mjollnir_
67a87e7db2 portfolio checkin-
see http://git.catalyst.net.nz/gw?p=moodle-r2.git;a=shortlog;h=refs/heads/portfolio for changelog

commit point is this hash on that branch: f9642af4e8bd319d4ecdfd83589db61a8fa6fef2

This comes with two plugins, box.net & download
2008-07-25 08:14:11 +00:00
skodak
7f2a7c3cca MDL-14731 we can not rely on internal connection by default 2008-07-24 21:45:18 +00:00
nicolasconnault
b958e94122 MDL-14731 Improved Bryce's patch and applied. YUI version number is kept in a simple version.php file, to be updated manually when updating the YUI libraries. 2008-07-24 13:37:05 +00:00
dongsheng
5035228fc0 MDL-15244
1. move ip blocker to security menu
2. blocked list and allowed list can work together, a new option could set the order of them
2008-07-22 04:07:58 +00:00
dongsheng
4e63912156 MDL-15244, add ability to block ip addresses. 2008-07-16 02:16:42 +00:00
dongsheng
ab99c8f014 MDL-15244, add ability to block ip addresses for HEAD. 2008-07-14 08:14:31 +00:00
skodak
64000c47aa MDL-13811 email change conf on by default; merged from MOODLE_19_STABLE 2008-07-11 07:50:25 +00:00
skodak
b373260475 MDL-15413 warn admins if display_errors enabled 2008-07-07 14:34:40 +00:00
nicolasconnault
d6ace123f0 MDL-13811 Completed the required changes. Also added a "Cancel email change" link. Merging from MOODLE_19_STABLE 2008-07-05 14:28:13 +00:00
skodak
045ee35279 MDL-14261 fixed access control issues for backup and unittest plugins; merged from MOODLE_19_STABLE 2008-07-05 13:08:07 +00:00
skodak
a4a57da9e2 MDL-15021 Deleted not fully setup separate admin settings; merged from MOODLE_18_STABLE but with better delete 2008-07-03 14:09:27 +00:00
scyrma
e7a3f4299f MDL-14739 - move the emoticons configuration in the common section 2008-06-11 03:51:05 +00:00
skodak
e6b4f00ed7 MDL-14905 towards functional DB tests 2008-06-10 19:54:27 +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
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