Commit Graph

20 Commits

Author SHA1 Message Date
skodak a2e4bf7f23 MDL-17463 - reparate capabilities for course and admin reports 2008-11-29 14:22:10 +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
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
skodak 29f83769d1 MDL-14679 towards reports and stats conversion 2008-05-31 14:35:58 +00:00
dongsheng 51770f92eb MDL-14129, createing error string 2008-04-10 05:58:13 +00:00
dongsheng 5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
skodak ffa36c6b74 MDL-13526 fixed site stats report language; merged from MOODLE_19_STABLE 2008-02-23 12:10:27 +00:00
skodak 1ae083e424 MDL-9647 simplify dealing with headers/footers in admin sections 2007-04-30 17:08:34 +00:00
poltawski 381b88594a MDL-8900 Adding adminroot to clean up html merged from MOODLE_18_STABLE 2007-03-14 17:25:22 +00:00
skodak 3dc579ad6d removed JS submission from stats code MDL-7492 2006-11-20 10:19:55 +00:00
moodler 18894ee462 Fixed &nbsp characters MDL-7179 2006-10-23 13:42:23 +00:00
moodler 80ee828de3 Fixed typo in capability name 2006-10-02 06:39:55 +00:00
skodak c9a49ceab4 major cleanup of unsupported and legacy external pages in admin/; created new hidden unsupported category; some other minor fixes and changes 2006-09-25 20:22:55 +00:00
mjollnir_ 96edb010da more work on stats reports ... 2006-09-24 07:13:33 +00:00
skodak eef868d17d major whitespace cleanup - fixed trailng whitespace in new files and admin area 2006-09-20 21:00:45 +00:00
toyomoyo cc398c7262 adding caapabilities 2006-09-04 08:45:08 +00:00
moodler bee4702d10 Various tidying up of the admin pages.
Reports now don't need mod.php but they should include the admin headers/footers.

There are undoubtedly bugs in this but this framework should be more sane
2006-09-03 14:45:57 +00:00
skodak ad0f9c828e Bug #6136 - Hard coded admin paths; merged from MOODLE_16_STABLE 2006-07-19 08:13:25 +00:00
skodak 13d32e2297 Bug #5974 - Course overview report should not error when stats are not up to date; fixed by changing the return value from stats_check_uptodate(), NULL is now OK, string value describes error and adding notify() where needed; merged from MOODLE_16_STABLE 2006-07-03 15:43:41 +00:00
vyshane 0f423e9d64 New admin stats report. This report module makes use of /course/report/stats/.
Merged from 1.6.
2006-06-06 05:31:42 +00:00