tjhunt
89ee3c7937
MDL-16348 - followup - prevent debug output when logged in as a non-admin. Thanks to Mat for ponting this out.
2008-09-09 09:35:54 +00:00
nicolasconnault
d5849d59ae
MDL-15666 Added database and forum caller unit tests
2008-09-09 09:17:49 +00:00
tjhunt
c465505849
MDL-16343 - followup - HTML Strict!
2008-09-09 09:11:57 +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
8df9635465
MDL-16408 Improve counting of questions of a missing type.
2008-09-09 08:57:13 +00:00
tjhunt
03f3db97c3
MDL-16413 admin/report/question no longer needed in head since we no longer support upgrades from before 1.9
2008-09-09 08:47:49 +00:00
tjhunt
315d88b43f
MDL-16343 - followup - remove one unused line of code.
2008-09-09 08:31:41 +00:00
tjhunt
0a82a1bbc4
MDL-14637 Allow modules to have a settingstree.php when they want to do something more complex that just settings.php - needs to be supported in modules.php too.
...
Also remove support for the old config.php here, since it has been removed everywhere else too.
2008-09-09 08:30:54 +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
tjhunt
f608aa031b
Tab -> spaces
2008-09-08 07:11:13 +00:00
tjhunt
1ea118e4bd
MDL-16343 Report showing, for a given capability, how it is set in the definition of each role, and everywhere that it is overridden.
2008-09-08 07:01:41 +00:00
nicolasconnault
f8d99d77f4
MDL-15666 Unit tests for Forum portfolio callers now passing. But I'm getting intermittent errors from the generator, a problem with contexts during forum generation. Please ignore for now.
2008-09-06 14:29:58 +00:00
nicolasconnault
d799878128
MDL-15666 Generator fixed. Ready for forum portfolio caller testing
2008-09-06 13:34:37 +00:00
nicolasconnault
6511446349
MDL-15666 Fixed error that caused blank page in unit test. Including generator library. Partly fixed generator.
2008-09-06 11:24:57 +00:00
tjhunt
88f94e5882
Fix deprecated print_simple_box calls.
2008-09-05 07:44:07 +00:00
tjhunt
bfaf310fe9
Fix deprecated print_simple_box calls.
2008-09-05 07:26:01 +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
nicolasconnault
eb32c6ca84
MDL-15666 minor fixes to assignment portfolio callers, additional param for generator (assignment type), and unit tests for sha1
2008-09-04 13:25:16 +00:00
jerome
0d0999141b
MDL-15402: fix some admin menu titles for repository
2008-09-04 07:36:53 +00:00
jerome
01ecb25bc9
MDL-15402: when has_admin_config is false, do not display an empty admin config page during type creation.
2008-09-04 04:58:33 +00:00
jerome
47dafef79a
MDL-15402: if a type has no multiple instances and cannot configure an instance, so do not display the list of instance for this type.
2008-09-04 02:15:30 +00:00
jerome
46dd6bb0cf
MDL-15402: delete a type now delete all its instances, fix confirmation xhtml and message, change save label buttons, repository_get_instances() return now all instances if no context is defined
2008-09-03 11:02:25 +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
d2d9ba7d64
MDL-14326 fixed incorrect requires
2008-09-03 07:48:19 +00:00
scyrma
2a68c5d9b9
MDL-16318: remove a few calls use_html_editor() (more to come)
2008-09-03 03:09:56 +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
tjhunt
af2f92d088
MDL-15605 - Fix solution SQL syntax for the "question categories must belong to a context that exists" check.
2008-09-01 05:29:26 +00:00
skodak
e85a924fec
MDL-15635 DTL refactoring, adding release field to xml file
2008-08-30 18:54:57 +00:00
lfrodrigues
1c50df9f24
MDL-16268 User-User send messages now use new messaging system.
2008-08-30 17:53:30 +00:00
mjollnir_
85594fa240
MDL-16180 fixing up typo in mnet services hack
2008-08-30 11:37:23 +00:00
mjollnir_
b91b274b92
MDL-16180 - add portfolio support to mnet
2008-08-30 11:25:29 +00:00
nicolasconnault
75d226d74d
MDL-15666 Generating test data on-the-fly using the generator!
2008-08-29 14:46:55 +00:00
nicolasconnault
7e95408b01
MDL-15666 MDL-16177
...
Refactored the generator script into proper Object Oriented code. It can now be used as a CLI tool, as a web form or as an included library with a function call. Stub implementation is demonstrated in portfolio unit tests.
2008-08-29 08:01:55 +00:00
skodak
7cd18ebabf
MDL-15670 Database export/import library - by Andrei Bautu, minor tweaks only - big thanks!
2008-08-28 21:32:03 +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
jerome
c9f9f91159
MDL-13766: refactor all repository_instance() => repository_get_instance()
2008-08-28 05:23:07 +00:00
tjhunt
68f0aac887
MDL-16243 Implement a health-centre check that the question categories are arranged properly in tree structures.
2008-08-28 05:06:32 +00:00
dongsheng
27051e4319
MDL-13766
...
1. Chanage database, create 2 more tables for repository
2. One-step download in file picker
2008-08-26 07:20:56 +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
skodak
5bfa6da067
MDL-15668 XML schema for XML db image file - credit goes to Andrei Bautu
2008-08-25 21:10:11 +00:00
nicolasconnault
db1d500007
MDL-16177 Moving to admin folder
2008-08-23 06:58:00 +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
skodak
bba0beaee2
MDL-15716 Tightened dataroot security checks and and 'loud' administrator warning
2008-08-21 15:29:42 +00:00
mjollnir_
349242a31d
MDL-16127 - smarter handling of supported formats in callers
2008-08-20 13:30:37 +00:00
tjhunt
ff5328a279
MDL-15605 Convert question bank consistency checks described in MoodleDocs ( http://docs.moodle.org/en/Development:Question_bank_consistency_check ) to health centre checks.
2008-08-20 08:53:07 +00:00
tjhunt
2c746a6665
Fix typo.
2008-08-19 05:47:06 +00:00