Commit graph

249 commits

Author SHA1 Message Date
skodak
e0f81e94a6 MDL-17465 - separate live log capability adn admin tree link 2008-11-29 16:15:40 +00:00
skodak
a2e4bf7f23 MDL-17463 - reparate capabilities for course and admin reports 2008-11-29 14:22:10 +00:00
sam_marshall
c34845e2e2 MDL-17425: Unit test system - improved reporting of moodle_exception 2008-11-27 13:41:08 +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
759adfffa9 user's role / capabiltiy report: sort the context tree. 2008-11-25 07:29:14 +00:00
tjhunt
840b4f0b67 capability report: Remove unnecssary, probably wrong, line of code. 2008-11-24 04:46:29 +00:00
skodak
54e79bc3ff MDL-15461 fixed DML conversion typos 2008-11-22 19:42:20 +00:00
skodak
beaa43db85 MDL-17036 dml: dbpersist moved into dboptions 2008-10-27 22:21:34 +00:00
jamiesensei
ef09fadc44 MDL-17001 "Moving admin/report/simpletest to directory unittest" changing some references to old simpletest directory name. 2008-10-24 15:13:08 +00:00
jamiesensei
368f375370 renamed admin/report/simpletest to unittest 2008-10-24 15:10:41 +00:00
tjhunt
1a22e31954 MDL-16583 switch to print_js_call 2008-09-26 08:22:16 +00:00
tjhunt
ac324e05ea MDL-16675 change callers to require_js to take advantage of the fact that callers no longer have to add $CFG->wwwroot themselves. 2008-09-25 06:40:52 +00:00
nicolasconnault
d27a349bfe MDL-16486 Improved interface, added permission warning and other minor fixes 2008-09-23 06:42:18 +00:00
nicolasconnault
2d5b05c878 MDL-16486 Implemented test DB upgrade, needs further testing 2008-09-22 08:54:33 +00:00
nicolasconnault
23b967c648 MDL-16486 Activated autopilot for test table install/upgrade 2008-09-18 13:43:27 +00:00
nicolasconnault
90997d6d6d MDL-16486 changed unittest_prefix to unittestprefix 2008-09-18 10:05:20 +00:00
nicolasconnault
0186b1d06c MDL-16486 Added few cfg vars 2008-09-18 09:42:53 +00:00
nicolasconnault
c7d306e168 MDL-15666 MDL-16486 2008-09-17 14:31:30 +00:00
nicolasconnault
356e001031 MDL-16483 minor fixes 2008-09-16 16:40:15 +00:00
nicolasconnault
b9c639d6c2 MDL-16483 Refactored install/upgrade code into lib/adminlib. Created an intermediate MoodleUnitTestCase class that overrides simpletest's constructor, destructor and setup/teardown methods. All moodle unit tests must extend this class. 2008-09-16 12:19:43 +00:00
tjhunt
4b600aa005 MDL-16410 Implement the delete question type functionality on the question type administration screen. 2008-09-11 11:01:20 +00:00
tjhunt
bdff6b85d9 MDL-16409 - Finish the report. 2008-09-10 05:34:09 +00:00
tjhunt
3041a0dfed MDL-16409 Make a new admin report to list all questions of a particular type, by context
Partially done. This has the settings form, and queries the database for the right data, but does not format it correctly yet.
2008-09-09 10:16:17 +00:00
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
tjhunt
c465505849 MDL-16343 - followup - HTML Strict! 2008-09-09 09:11:57 +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
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
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
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
nicolasconnault
1ddfd4ec23 MDL-15837 Started sql_ helper function tests for mysqli, mysql and postgres7 2008-08-07 14:55:03 +00:00
skodak
3dce78e125 MDL-15247 lib/dmllib.php is now obsolete 2008-06-15 11:35:25 +00:00
skodak
d19c1ab676 MDL-14905 towards functional DB tests 2008-06-13 08:48:24 +00:00
skodak
cc55f4f624 MDL-14905 towards functional DB tests 2008-06-13 08:41:29 +00:00
skodak
068134542f MDL-14905 towards functional DB tests 2008-06-13 08:41:29 +00:00
skodak
a230012cd8 MDL-14905 towards functional DB tests 2008-06-13 08:35:29 +00:00
skodak
b936956e2f MDL-14905 towards functional DB tests 2008-06-12 09:38:49 +00:00
skodak
2f2bcbc122 MDL-14905 towards functional DB tests 2008-06-11 22:51:36 +00:00
skodak
809df0e2b6 MDL-14905 towards functional DB tests 2008-06-10 22:05:29 +00:00
skodak
0b00c4ce59 MDL-14905 towards functional DB tests 2008-06-10 20:03:07 +00:00
skodak
e6b4f00ed7 MDL-14905 towards functional DB tests 2008-06-10 19:54:27 +00:00
skodak
68d3c35b3b MDL-15094 fixed stats regression 2008-06-05 20:30:09 +00:00
skodak
a5d424df7c MDL-14679 converted some get/set_field() 2008-06-02 21:39:23 +00:00
skodak
29f83769d1 MDL-14679 towards reports and stats conversion 2008-05-31 14:35:58 +00:00
skodak
dd1e295528 MDL-14451 removed pre 1.9 upgrade code - question upgrade related 2008-05-11 19:03:24 +00:00
dongsheng
957f6fc9d2 "MDL-14460, fix all the other get_context_instance, merged from MOODLE_19_STABLE" 2008-05-02 04:37:02 +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
moodler
3458a294c4 MDL-11809 Fixed broken headline 2008-02-26 07:02:01 +00:00