8078 Commits

Author SHA1 Message Date
stronk7
d47cf63dec MDL-19579 code coverage - add initial $includecoverage attributes 2009-06-26 17:21:36 +00:00
stronk7
e5d06af22e MDL-19579 code coverage - show link to latest complete report 2009-06-26 17:07:33 +00:00
stronk7
f40184265a MDL-19579 code coverage - add lang strings and open complete report in new window 2009-06-26 15:51:12 +00:00
tjhunt
6e37fa50cb themes: MDL-19077 make a comment clearer. 2009-06-26 11:22:41 +00:00
tjhunt
82bba20e55 themes: MDL-19077 fix unit test regression 2009-06-26 10:26:31 +00:00
stronk7
2e10368ab1 MDL-19579 code coverage - fix error when reporting number of lines in summary 2nd try :-( 2009-06-26 10:05:49 +00:00
stronk7
dc77a7a831 MDL-19579 code coverage - fix error when reporting number of lines in summary 2009-06-26 10:03:44 +00:00
stronk7
021a4a5ed9 Fix coverage summary OUTPUT 2009-06-26 09:58:09 +00:00
tjhunt
e29380f3c4 themes: MDL-19077 fix install regression 2009-06-26 09:38:14 +00:00
stronk7
e1fe1b24fd MDL-19579 code coverage - summary reporting 2009-06-26 09:07:58 +00:00
tjhunt
34a2777ccb themes: MDL-19077 new $OUTPUT->header/footer to replace print_header/footer.
Also, part of the change from weblib.php functions to $OUTPUT-> methods.

This is part of http://docs.moodle.org/en/Development:Theme_engines_for_Moodle%3F

This is a big change, and the result is not perfect yet. Expect some debugging output
on some pages.

The main part of these changes are that $OUTPUT->header now looks for a file
in the theme called layout.php, rather than header.html and footer.html. Also
you can have special templates for certain pages like layout-home.php. There is
fallback code for Moodle 1.9 themes, so they still work.

A few of the old arguments to print_header are no longer supported. (You get an
exception if you try to use them.) Sam H will be cleaning those up.

All the weblib functions that have been replaced with $OUTPUT-> have version in
deprecatedlib, so existing code will go on working for the foreseeable future.
2009-06-26 09:06:16 +00:00
skodak
520cea9216 MDL-16438 standardized component names 2009-06-26 09:02:05 +00:00
stronk7
0f53569f83 MDL-19579 code coverage - fix report paths and totals. Yay, I'm back! 2009-06-25 21:01:25 +00:00
skodak
73735edf48 MDL-16438 fixed regression during recent plugin centralisation effort 2009-06-25 09:14:16 +00:00
tjhunt
fa98e6d15a Kill some debug code. 2009-06-25 06:56:41 +00:00
tjhunt
bfbbfdebb8 Typo fixes. 2009-06-25 06:48:25 +00:00
tjhunt
88b02e3b22 Remove experimental part of string_manger. Also, improve class comment. 2009-06-25 04:02:36 +00:00
skodak
e346496792 MDL-19611 removing some useless editor icons 2009-06-24 23:17:06 +00:00
skodak
7de5a29a33 MDL-19611 fixing regression - video icon disappeared 2009-06-24 23:15:24 +00:00
skodak
5a4ba49ca7 MDL-19611 fixing regression - video icon disappeared 2009-06-24 22:54:49 +00:00
skodak
ff5fe31160 MDL-19580 cleanup of require css and js filepicker code 2009-06-24 22:34:29 +00:00
tjhunt
31a9987770 install: MDL-19610 encapsulate empty($CFG->rolesactive) checks in a during_initial_install() function. 2009-06-24 09:17:56 +00:00
jerome
d7db89834f javascript MDL-16693 Tim's fix for recaptcha 2009-06-24 07:39:57 +00:00
stronk7
f33e30fb8d MDL-19579 code coverage - xhtml compliant fixes 2009-06-23 16:50:03 +00:00
stronk7
4bf4e9443d Added spikephpcoverage to the list of libs 2009-06-23 11:32:32 +00:00
tjhunt
8954245a1b themes: MDL-19077 start implementing moodle_core_renderer
Only a couple of methods implemented. Please review the API and
tell me if you are not happy with the direction I am taking.
2009-06-23 10:41:22 +00:00
stronk7
db3a1eb8fd MDL-19579 code coverage - prepare ddl & moodlelib tests to support code coverage 2009-06-23 09:30:59 +00:00
stronk7
b5ba94e5a5 MDL-19579 code coverage - add Spike PHPCoverage lib (LGPL) 2009-06-23 09:23:06 +00:00
stronk7
86cc669c1b MDL-19579 code coverage - add library supporting all the extensions both to simpletest and spikephpcoverage required to have code coverage available 2009-06-23 09:09:54 +00:00
stronk7
d83bcdfcc7 Oops, I left some debugging info in my prev commit. 2009-06-23 08:24:50 +00:00
tjhunt
5af6ec1b2e MDL-19600 remove remaining traces of docstyles.php.
(Not used since Moodle 1.6.)
Also remove the remaining bits of lang/en_utf8/docs.
2009-06-23 04:39:11 +00:00
samhemelryk
9f3193726c javascript MDL-16706 Removed inline script call in mod choice and scorm 2009-06-23 01:18:22 +00:00
stronk7
16a2a41273 Fix one test failing depending of the debug/debugdisplay settings. 2009-06-23 00:24:52 +00:00
stronk7
feb828819e Adding pear/XML/Parser to the list of 3rd part libraries used by code sniffer. 2009-06-22 23:52:11 +00:00
stronk7
95b588478e MDL-19579 code coverage - added XML/Parser information to README file (New BSD = np) 2009-06-22 18:50:57 +00:00
stronk7
66f29dc2d1 MDL-19579 code coverage - add PEAR/XML lib, required by Spike PHP Coverage. New BSD license. 2009-06-22 18:35:56 +00:00
stronk7
3cf4c8fabf MDL-19452 Fix oracle/mssql drivers behaviour when using magic_quotes_sybase leading to wrongly escaped contents. Many thanks to Sam Moffatt! Merged from 19_STABLE 2009-06-22 17:30:15 +00:00
sam_marshall
a5d75d2af1 MDL-19598: Error in logic that should hide 'skip link' when block doesn't have title 2009-06-22 17:09:32 +00:00
tjhunt
73af8b1139 Fix notice in blockmanager unit tests. 2009-06-22 07:26:50 +00:00
tjhunt
8e8b806600 Fix some problems with the filelib unit tests, and stop hiding the true cause of another failure. 2009-06-22 07:17:59 +00:00
tjhunt
b44b6c4599 Fix accesslib unit tests. 2009-06-22 07:16:26 +00:00
tjhunt
0c49b68d59 Try to avoid time-outs while running the unit tests 2009-06-22 06:59:13 +00:00
tjhunt
9fa62210e8 Fix pagelib unit tests. 2009-06-22 06:30:21 +00:00
nicolasconnault
31c2087d1e MDL-19566 Refactored some of the more complex regular expressions in their own function and added unit tests for them. 2009-06-22 06:07:56 +00:00
tjhunt
64208b5de5 MDL-16438 fix string manager unit tests. 2009-06-22 06:03:53 +00:00
samhemelryk
d76b8a2068 ajaxlib MDL-16693 Fixed fringe condition in ajaxlib and added test 2009-06-22 02:59:02 +00:00
nicolasconnault
6dbcaceef1 MDL-19418 Replaced ereg* by preg* 2009-06-22 01:22:37 +00:00
skodak
752b9f42f5 MDL-14589 new function returning area files in tree structure 2009-06-21 18:22:52 +00:00
arborrow
b0ea27b441 MDL-19950 - check for format type name in qformat if not found in quiz.php lang file 2009-06-21 04:29:37 +00:00
skodak
69429650c4 MDL-19211, MDL-19544 improved editor embedding, media and dragmath enabled only when moodle configuration and current user permissions allow it to work 100% 2009-06-20 11:00:40 +00:00