Commit Graph

36615 Commits

Author SHA1 Message Date
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
tjhunt 4ab836113a Unit tests: show total time taken to run the tests. 2009-06-23 10:34:21 +00:00
tjhunt d83b1d0639 unit tests: raise_memeory_limit. I was running out when running all tests. 2009-06-23 10:33:58 +00:00
stronk7 8a97d87176 MDL-19579 code coverage - initial lang strings required 2009-06-23 09:31:49 +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
moodler ebf8c4f179 Fixed a typo 2009-06-23 04:34:24 +00:00
moodler 4e0ebe0aff Added a TRADEMARK.txt file to HEAD to explain the trademark in detail. 2009-06-23 04:32:54 +00:00
dongsheng ddbc34c940 "MDL-17316, fixed search paging and fixed xhtml strict" 2009-06-23 03:53:40 +00:00
samhemelryk 7bfe17822a modforum MDL-16706 Removed inline js script call in mod forum and added forum.js 2009-06-23 03:16:16 +00:00
samhemelryk 9f3193726c javascript MDL-16706 Removed inline script call in mod choice and scorm 2009-06-23 01:18:22 +00:00
moodlerobot aea4f29c7e Updated the HEAD build version to 20090623 2009-06-23 00:39:27 +00:00
nicolasconnault ec3f20419a MDL-19583 Showing outcomes in user report if enabled at site level. Merged from MOODLE_19_STABLE 2009-06-23 00:38:29 +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 b5b948267e Commit new ur_utf8 lang installer file to HEAD. Automatically generated. 2009-06-22 17:55:40 +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
mits 1f66bc15e6 MDL-19597 Fixed a typo. 2009-06-22 15:53:26 +00:00
sam_marshall 29cb6c4c47 MDL-18297: Completion date checking - when updating meaning of 'available until', forgot to update validation code 2009-06-22 11:11:45 +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 2cc0fd76e1 modfeedback MDL-16706 Removed inline scripts in mod feedback and added feedback.js 2009-06-22 04:11:25 +00:00
moodler bb8f37595a Some old fixes for whitespaces etc (coding style) 2009-06-22 03:53:02 +00:00
dongsheng 362a728f81 "MDL-13766, added more language strings for repository api" 2009-06-22 03:45:24 +00:00
dongsheng 6876783acd "MDL-17473, supported non-js file picker" 2009-06-22 03:30:25 +00:00
samhemelryk 9d0cffa554 moddata MDL-16706 Removed inline scripts in mod data and added data.js 2009-06-22 03:16:25 +00:00
dongsheng 2194247064 "MDL-15351, fixed draft files browsing" 2009-06-22 02:59:32 +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
nicolasconnault c20b684517 MDL-16177 Detecting if script is called from URL, in which case it prints header, footer and form. Otherwise, silently create a global $generator object that can be used by unit tests. 2009-06-22 00:52:36 +00:00
moodlerobot f45f654877 Updated the HEAD build version to 20090622 2009-06-22 00:37:06 +00:00
moodlerobot 8adc39c35a Automatic installer.php lang files by installer_builder (20090622) 2009-06-22 00:27:15 +00:00
skodak 19bae8cdee MDL-19580 preparation for requiring yui before print_header() 2009-06-21 18:45:07 +00:00
skodak c8a3911895 MDL-16697 file picker xhtml strict fixes 2009-06-21 18:30:41 +00:00
skodak 752b9f42f5 MDL-14589 new function returning area files in tree structure 2009-06-21 18:22:52 +00:00
skodak 4937508878 MDL-14589 fixed error message if url malformed 2009-06-21 18:22:16 +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
moodlerobot c0ca2b790a Updated the HEAD build version to 20090621 2009-06-21 00:38:56 +00:00