Commit graph

610 commits

Author SHA1 Message Date
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
faaa613d99 MDL-15404: fix few bugs in repository administration, add a beta version of the course repository list 2008-09-05 06:30:18 +00:00
jerome
4d5948f1ac MDL-15402: Repository admin: separate operations in three columns, change small icons into bigger icon and texts. Change Create instance link as a Create instance button. 2008-09-04 07:03:01 +00:00
jerome
48a065f203 MDL-15402: dimmed text when plugin type is hidden 2008-09-04 03:41:23 +00:00
jerome
5a8ca18789 MDL-15402: add repository_cache_expire common option 2008-09-03 09:45:27 +00:00
jerome
0fc5247c5f MDL-15402: fix XHTML for repository admin pages + don't use anymore deprecated functions print_simple_box_xxx() 2008-09-03 08:45:14 +00:00
mjollnir_
0f71f48bcb MDL-14591 - added a get_name static method to portfolio plugins and use this as a default title for adding new instances.
also fixed a small bug in 'cleanup' function. nico - your flickr plugin is missing a string for the name
2008-09-02 16:21:14 +00:00
jerome
a660039578 MDL-15402: new version of repository administration 2008-09-02 08:58:53 +00:00
skodak
552c374e80 MDL-16283 fixed notice; merged from MOODLE_19_STABLE 2008-08-31 20:45:10 +00:00
skodak
598b38f743 MDL-15635 library inclusion refactoring 2008-08-30 18:47:22 +00:00
mjollnir_
b91b274b92 MDL-16180 - add portfolio support to mnet 2008-08-30 11:25:29 +00:00
skodak
10f19c4925 MDL-15876 I hope the multicheckbox now works 100% :-) 2008-08-28 07:08:08 +00:00
jerome
e6be3a6987 MDL-13766: refactor all repository_instances() => repository_get_instances() 2008-08-28 05:30:19 +00:00
skodak
8b4ca8f74e MDL-16208 fixed deleting of orphaned module tables 2008-08-26 06:54:43 +00:00
skodak
633239f619 MDL-16115 strict fixes for admin settings unmask field too 2008-08-26 06:41:37 +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
mjollnir_
31f3d99e45 MDL-15865 - fixing search for portfolio settings page 2008-08-22 16:17:30 +00:00
tjhunt
220a5c8721 MDL-16171 - Allow mdd/xxx/defaults.php to load data into the config_plugins table. 2008-08-22 06:38:54 +00:00
skodak
bba0beaee2 MDL-15716 Tightened dataroot security checks and and 'loud' administrator warning 2008-08-21 15:29:42 +00:00
dongsheng
04bd6d2def "MDL-13766, small changes to repository management" 2008-08-19 03:56:52 +00:00
skodak
3f2b8c4129 MDL-16108 force autocomplete off for unmaskable password fields; merged from MOODLE_19_STABLE 2008-08-18 20:39:03 +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
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_
c775cf25cc MDL-16009 - reworked the portfolio admin settings page to not redirect in write_setting 2008-08-12 13:49:55 +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
lfrodrigues
818dc096d1 MDL-10107 - added missing error translation string 2008-08-02 00:13:10 +00:00
lfrodrigues
2044a2b26f MDL-10107 - Removed old email_to_user with we still arround and added default message processor for user,
adminuser and on messagelib
2008-08-02 00:04:29 +00:00
dongsheng
2e4a8e0caa MDL-13766, add lang strings. 2008-08-01 07:04:22 +00:00
moodler
120b375891 MDL-10107 Fixed the definition of message providers ... it now works through files very similar to those for events and capabilities, which makes them easy to add/remove/change as necessary 2008-07-31 08:01:46 +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
scyrma
cb6c02c4b7 MDL-14741: cleaning up some leftover cruft 2008-07-30 07:58:05 +00:00
sam_marshall
384500c100 MDL-15876: Fixed error with defaults in config_multicheckbox 2008-07-29 14:26:26 +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
dongsheng
4e63912156 MDL-15244, add ability to block ip addresses. 2008-07-16 02:16:42 +00:00
skodak
e9180ff830 MDL-15544 Disable email signup in new installation - add danger warning 2008-07-04 23:53:13 +00:00
jamiesensei
a655337336 MDL-15532 "moving progress_bar class into weblib from adminlib" 2008-07-04 10:15:00 +00:00
skodak
04264aeda4 MDL-15343 mod upgrade savepoints implemented (the xmldb generator is not updated yet) 2008-06-22 23:35:52 +00:00
skodak
eee5d9bb85 MDL-14956 DDL exceptions 2008-06-22 16:51:55 +00:00
jamiesensei
7cdd8b2258 MDL-14191 "Add db folder for db installation / upgrade" and MDL-14193 "Automatic processing of access.php for adding / upgrading report capabilities" New plug in capabilities for quiz reports. 2008-06-20 09:11:08 +00:00
skodak
4787c6eb24 MDL-15241 fixed plugin test 2008-06-16 11:34:19 +00:00
dongsheng
e6edb40e7a "MDL-14129, fix print_error" 2008-06-15 11:47:27 +00:00
skodak
b1f93b1512 MDL-15246 moving all remaining ddl function to adminlib, keeping old lib/ddllib.php only for BC withexisting code; fixed inline docs related to ddl 2008-06-15 10:32:50 +00:00
scyrma
8c37106df2 MDL-14741: Simplifies the activation of the htmleditor. This is a work-in-progress at this stage, but it's an improvement on the current state. 2008-06-11 08:37:26 +00:00
skodak
294ce9870f MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
scyrma
a6cbe74cf5 MDL-14741 - Prevent installation problem, preventing use of html on first-time configuration of site name 2008-06-06 03:51:39 +00:00
scyrma
0d6ec7066b MDL-14741: make the htmleditor work for the frontpage summary administration page 2008-06-06 02:53:20 +00:00
skodak
5183f0cc5b MDL-15094 fixed stats regression and prefix cleanup 2008-06-05 20:35:28 +00:00