]> git.mjollnir.org Git - moodle.git/log
moodle.git
15 years agooutput: MDL-19690 icon_finder classes and $OUTPUT->mod/old_icon_url
tjhunt [Thu, 2 Jul 2009 08:49:25 +0000 (08:49 +0000)]
output: MDL-19690 icon_finder classes and $OUTPUT->mod/old_icon_url

This is ready to replace $CFG->pixpath and $CFG->modpixpath soon.

15 years agoRemoved redundant require_capability and require_login, causing havoc on new module...
nicolasconnault [Thu, 2 Jul 2009 07:49:12 +0000 (07:49 +0000)]
Removed redundant require_capability and require_login, causing havoc on new module page.

15 years agograde-edit-tree MDL-16706 Removed inline script
samhemelryk [Thu, 2 Jul 2009 07:45:44 +0000 (07:45 +0000)]
grade-edit-tree MDL-16706 Removed inline script

15 years agoRemoved useless require_capability, causing havoc on new module page.
nicolasconnault [Thu, 2 Jul 2009 07:44:56 +0000 (07:44 +0000)]
Removed useless require_capability, causing havoc on new module page.

15 years agopagelib MDL-19077 Fixed minor error in pagelib
samhemelryk [Thu, 2 Jul 2009 07:29:08 +0000 (07:29 +0000)]
pagelib MDL-19077 Fixed minor error in pagelib

15 years agoMDL-19077 I just found a way to reduce the coupling between the classes.
tjhunt [Thu, 2 Jul 2009 07:06:25 +0000 (07:06 +0000)]
MDL-19077 I just found a way to reduce the coupling between the classes.

15 years agoXHTML strict
tjhunt [Thu, 2 Jul 2009 06:57:21 +0000 (06:57 +0000)]
XHTML strict

15 years agomod-quiz MDL-16706 Eliminated inline scripts to use PAGE methods
samhemelryk [Thu, 2 Jul 2009 06:46:47 +0000 (06:46 +0000)]
mod-quiz MDL-16706 Eliminated inline scripts to use PAGE methods

15 years agoMDL-19677 Reverting prematurely committed blog patch
nicolasconnault [Thu, 2 Jul 2009 06:43:43 +0000 (06:43 +0000)]
MDL-19677 Reverting prematurely committed blog patch

15 years agomod-scorm MDL-16706 Eliminated inline scripts to use PAGE methods
samhemelryk [Thu, 2 Jul 2009 06:40:54 +0000 (06:40 +0000)]
mod-scorm MDL-16706 Eliminated inline scripts to use PAGE methods

15 years agomod-assignment MDL-16706 Eliminated inline scripts to use PAGE methods
samhemelryk [Thu, 2 Jul 2009 06:37:30 +0000 (06:37 +0000)]
mod-assignment MDL-16706 Eliminated inline scripts to use PAGE methods

15 years agochat ajax MDL-16706 Eliminated inline scripts to use PAGE methods
samhemelryk [Thu, 2 Jul 2009 06:00:59 +0000 (06:00 +0000)]
chat ajax MDL-16706 Eliminated inline scripts to use PAGE methods

15 years agoMDL-19677 Removing prematurally added setting
nicolasconnault [Thu, 2 Jul 2009 05:55:24 +0000 (05:55 +0000)]
MDL-19677 Removing prematurally added setting

15 years agocourse reports MDL-16706 Eliminated inline scripts to use PAGE methods
samhemelryk [Thu, 2 Jul 2009 04:14:41 +0000 (04:14 +0000)]
course reports MDL-16706 Eliminated inline scripts to use PAGE methods

15 years agoadmin reports MDL-16706 Eliminated inline scripts to use PAGE methods
samhemelryk [Thu, 2 Jul 2009 04:10:56 +0000 (04:10 +0000)]
admin reports MDL-16706 Eliminated inline scripts to use PAGE methods

15 years agoajaxlib MDL-19077 Added strings_for_js method
samhemelryk [Thu, 2 Jul 2009 04:07:53 +0000 (04:07 +0000)]
ajaxlib MDL-19077 Added strings_for_js method

15 years agouser MDL-16706 updated user.js
samhemelryk [Thu, 2 Jul 2009 04:03:04 +0000 (04:03 +0000)]
user MDL-16706 updated user.js

15 years agouser MDL-16706 Elimate inline scripts, replaced with PAGE methods, created user.js
samhemelryk [Thu, 2 Jul 2009 04:02:40 +0000 (04:02 +0000)]
user MDL-16706 Elimate inline scripts, replaced with PAGE methods, created user.js

15 years agoweblib MDL-16706 Elimate inline scripts, replaced with PAGE methods
samhemelryk [Thu, 2 Jul 2009 03:47:05 +0000 (03:47 +0000)]
weblib MDL-16706 Elimate inline scripts, replaced with PAGE methods

15 years agoUpdated the HEAD build version to 20090702
moodlerobot [Thu, 2 Jul 2009 00:38:12 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090702

15 years agoMDL-19676 Removed course and group visibility settings for blog
nicolasconnault [Wed, 1 Jul 2009 08:49:47 +0000 (08:49 +0000)]
MDL-19676 Removed course and group visibility settings for blog

15 years agoMDL-19677 Upgrading sites that use $CFG->bloglevel == BLOG_GROUP_LEVEL or BLOG_COURSE...
nicolasconnault [Wed, 1 Jul 2009 08:17:53 +0000 (08:17 +0000)]
MDL-19677 Upgrading sites that use $CFG->bloglevel == BLOG_GROUP_LEVEL or BLOG_COURSE_LEVEL to BLOG_SITE_LEVEL, and removed these options from admin/settings/security.php

15 years agoMDL-19674 even uglier hack whcih works around the pixpath problem, the long term...
skodak [Wed, 1 Jul 2009 08:10:06 +0000 (08:10 +0000)]
MDL-19674 even uglier hack whcih works around the pixpath problem, the long term solution is to write a new setting

15 years agothemes: MDL-19077 change how the theme is initialised and CSS is served.
tjhunt [Wed, 1 Jul 2009 05:54:26 +0000 (05:54 +0000)]
themes: MDL-19077 change how the theme is initialised and CSS is served.

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

$THEME is now initialised at the same time as $OUTPUT. Old functions like
theme_setup are deprecated in favour of methods on $PAGE. There is a new
theme_config class in outputlib.php that deals with loading the theme config.php file.

CSS used to be served by themes styles.php files calling a function in weblib.php.
Now it works by each theme's styles.php file doing
$themename = basename(dirname(__FILE__));
require_once(dirname(__FILE__) . '/../../theme/styles.php');
which is less code to be copied into each theme. (Old-style styles.php files still
work thanks to some code in deprecatedlib.php.)

Admin UI for choosing a theme cleaned up.

A couple of theme-specific hard-coded hacks like $THEME->cssconstants and
$THEME->CSSEdit have been replaced by a more generic $THEME->customcssoutputfunction
hook. See examples at the end of outputlib.php

Also:
* Fix setting the theme in the URL, which seems to have been broken since 1.9.
* Fix up errors on a few pages caused by the new initialisation order.
* MDL-19097 moodle_page::set_course should not set $COURSE unless it is $PAGE.
* httpsrequired() from moodlelib.php moved to $PAGE->https_required().
* Move has_started() method to the renderer base class.
* Further fixes to display of early errors.
* Remove print_header/footer_old from weblib. I did not mean to commit them before.

15 years agoMDL-19674 - err - slighly more sensible version of the previous commit.
tjhunt [Wed, 1 Jul 2009 04:17:31 +0000 (04:17 +0000)]
MDL-19674 - err - slighly more sensible version of the previous commit.

15 years agoGrrrr!!! MDL-19674
tjhunt [Wed, 1 Jul 2009 04:13:47 +0000 (04:13 +0000)]
Grrrr!!! MDL-19674

15 years ago"MDL-19077, pixpath is broken, use initialise_deprecated_cfg_pixpath() as a temporary...
dongsheng [Wed, 1 Jul 2009 04:11:52 +0000 (04:11 +0000)]
"MDL-19077, pixpath is broken, use initialise_deprecated_cfg_pixpath() as a temporary fix"

15 years agoMDL-19673 Removed the semi-transparent underlay of YUI tooltips, they don't work...
nicolasconnault [Wed, 1 Jul 2009 03:57:05 +0000 (03:57 +0000)]
MDL-19673 Removed the semi-transparent underlay of YUI tooltips, they don't work in IE. Merged from MOODLE_19_STABLE

15 years agooutputlib pagelib MDL-19236 Cleaned up PHPdocs on a couple of functions
samhemelryk [Wed, 1 Jul 2009 03:47:52 +0000 (03:47 +0000)]
outputlib pagelib MDL-19236 Cleaned up PHPdocs on a couple of functions

15 years ago"MDL-19180, url plugin, grab image resources only"
dongsheng [Wed, 1 Jul 2009 03:46:20 +0000 (03:46 +0000)]
"MDL-19180, url plugin, grab image resources only"

15 years agoUpdated the HEAD build version to 20090701
moodlerobot [Wed, 1 Jul 2009 00:38:58 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090701

15 years agoCAS authentication: MDL-19671 phpCAS::getUser can return a mixed-case username, so...
iarenaza [Tue, 30 Jun 2009 23:33:11 +0000 (23:33 +0000)]
CAS authentication: MDL-19671 phpCAS::getUser can return a mixed-case username, so lower-case it for comparison.

Merged from MOODLE_18_STABLE

15 years agoMDL-19668 improvements of _with_advanced admin setting classes finished, quiz setting...
skodak [Tue, 30 Jun 2009 16:55:56 +0000 (16:55 +0000)]
MDL-19668 improvements of _with_advanced admin setting classes finished, quiz settings updated too

15 years agoMDL-19668 renaming textbox and select elements
skodak [Tue, 30 Jun 2009 15:23:33 +0000 (15:23 +0000)]
MDL-19668 renaming textbox and select elements

15 years agoMDL-19668 PHPDocs improvements and minor cleanup
skodak [Tue, 30 Jun 2009 15:19:12 +0000 (15:19 +0000)]
MDL-19668 PHPDocs improvements and minor cleanup

15 years agoFix typo
tjhunt [Tue, 30 Jun 2009 12:29:14 +0000 (12:29 +0000)]
Fix typo

15 years agodatabase help file: MDL-14132 note re. using with auto-linking filter
wildgirl [Tue, 30 Jun 2009 09:28:32 +0000 (09:28 +0000)]
database help file: MDL-14132 note re. using with auto-linking filter

15 years ago"MDL-18520, file system, supported choose a subdirectory"
dongsheng [Tue, 30 Jun 2009 09:10:42 +0000 (09:10 +0000)]
"MDL-18520, file system, supported choose a subdirectory"

15 years agomessages MDL-19664 Clean up the messages javascript code
samhemelryk [Tue, 30 Jun 2009 08:33:29 +0000 (08:33 +0000)]
messages MDL-19664 Clean up the messages javascript code
I have cleaned up the message Javascript code, implementing the new PAGE methods
and at the same time implemented the new OUTPUT methods

15 years agooutput MDL-19077 Implemented periodic refresh to meta refresh by delay
samhemelryk [Tue, 30 Jun 2009 07:57:41 +0000 (07:57 +0000)]
output MDL-19077 Implemented periodic refresh to meta refresh by delay
Also created layout-popup.php for standardwhite theme to provide a simpler template

15 years agomod/assignment/type/online MDL-14045 Just tidying up code and removing inappropriate...
moodler [Tue, 30 Jun 2009 07:40:08 +0000 (07:40 +0000)]
mod/assignment/type/online MDL-14045 Just tidying up code and removing inappropriate styles

15 years agoXHTML strict
tjhunt [Tue, 30 Jun 2009 06:00:12 +0000 (06:00 +0000)]
XHTML strict

15 years agoMDL-19467 Fixed one of Tim's typos and added a language string for URL
nicolasconnault [Tue, 30 Jun 2009 05:49:58 +0000 (05:49 +0000)]
MDL-19467 Fixed one of Tim's typos and added a language string for URL

15 years agoMDL-19077 - re-fix the problem of exceptions being thrown in $OUTPUT->header
tjhunt [Tue, 30 Jun 2009 05:34:50 +0000 (05:34 +0000)]
MDL-19077 - re-fix the problem of exceptions being thrown in $OUTPUT->header
Also, fix lines theme.

15 years agooutputlib MDL-19077 Fixed a typo I made in the has_started method
samhemelryk [Tue, 30 Jun 2009 02:58:09 +0000 (02:58 +0000)]
outputlib MDL-19077 Fixed a typo I made in the has_started method

15 years agoreport MDL-19660 fix PHP Fatal error when display report (wrong field order into...
jerome [Tue, 30 Jun 2009 02:42:56 +0000 (02:42 +0000)]
report MDL-19660 fix  PHP Fatal error when display report (wrong field order into get_users_by_capability) - bug only in 2.0

15 years ago"MDL-13766, update image path, see http://moodle.org/mod/forum/discuss.php?d=126887"
dongsheng [Tue, 30 Jun 2009 02:12:16 +0000 (02:12 +0000)]
"MDL-13766, update image path, see http://moodle.org/mod/forum/discuss.php?d=126887"

15 years agodebug / lang string: MDL-19467 Debugging option to show where each lang string came...
tjhunt [Tue, 30 Jun 2009 01:59:48 +0000 (01:59 +0000)]
debug / lang string: MDL-19467 Debugging option to show where each lang string came from.

New option on Administration -> Server -> Debugging called
'Show origin of languages strings' ($CFG->debugstringids).

If this is set, get_string will add the name of the lang file and the id of the string
to each string it gets, so instead of returning 'No', it will return '{No admin/checkboxno}'.

15 years agocourse-reports MDL-16438 Fixed broken reports, changed plugin list type to coursereport
samhemelryk [Tue, 30 Jun 2009 01:41:28 +0000 (01:41 +0000)]
course-reports MDL-16438 Fixed broken reports, changed plugin list type to coursereport

15 years agomessage MDL-16706 Replaced inline JS with new PAGE methods and created message.js
samhemelryk [Tue, 30 Jun 2009 01:28:32 +0000 (01:28 +0000)]
message MDL-16706 Replaced inline JS with new PAGE methods and created message.js

15 years agoUpdated the HEAD build version to 20090630
moodlerobot [Tue, 30 Jun 2009 00:38:22 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090630

15 years agoFixed typo that was breaking badly custom_corner deprecated uses.
stronk7 [Mon, 29 Jun 2009 17:11:34 +0000 (17:11 +0000)]
Fixed typo that was breaking badly custom_corner deprecated uses.

15 years ago"MDL-19654, implement draft files browsing and management"
dongsheng [Mon, 29 Jun 2009 14:03:23 +0000 (14:03 +0000)]
"MDL-19654, implement draft files browsing and management"

15 years agoMDL-19077 - fix a $CFG->pixpath problem.
tjhunt [Mon, 29 Jun 2009 09:19:53 +0000 (09:19 +0000)]
MDL-19077 - fix a $CFG->pixpath problem.

15 years agoEliminate commented out code.
tjhunt [Mon, 29 Jun 2009 09:16:48 +0000 (09:16 +0000)]
Eliminate commented out code.

15 years agoMDL-19077 - Finish eliminating customcorners-specific code in core.
tjhunt [Mon, 29 Jun 2009 08:17:31 +0000 (08:17 +0000)]
MDL-19077 - Finish eliminating customcorners-specific code in core.

The custom-corners-specific code now in theme/customcornser/renderers.php
and lib/deprecatedlib.php.

Also, $CFG->pixpath is now causing more problems than ever. If it is
giving your problems, please call $OUTPUT->initialise_deprecated_cfg_pixpath()
as a temporary fix. As you can imagine, we are thinking about a better
long-term fix, which is why that method as a silly, and easy to grep name.

15 years agofilter-mediaplugin MDL-16706 Replaced inline JS with new PAGE methods and created...
samhemelryk [Mon, 29 Jun 2009 08:05:21 +0000 (08:05 +0000)]
filter-mediaplugin MDL-16706 Replaced inline JS with new PAGE methods and created mediaplugin.js

15 years agolib MDL-19077 Created output redirect method and implemented against weblib redirect...
samhemelryk [Mon, 29 Jun 2009 07:19:05 +0000 (07:19 +0000)]
lib MDL-19077 Created output redirect method and implemented against weblib redirect method
This resolves the meta bug that was used when redirecting with a delay
Thanks Tim for the help with this one

15 years agoMDL-19077 - change how $OUTPUT is initialised.
tjhunt [Mon, 29 Jun 2009 05:00:45 +0000 (05:00 +0000)]
MDL-19077 - change how $OUTPUT is initialised.
Please read the comment at the top of bootstrap_renderer in setuplib.php

15 years ago"MDL-13766, fixed image path"
dongsheng [Mon, 29 Jun 2009 03:41:02 +0000 (03:41 +0000)]
"MDL-13766, fixed image path"

15 years ago"MDL-19180, convert relative url to absolute url in url plugin"
dongsheng [Mon, 29 Jun 2009 03:32:38 +0000 (03:32 +0000)]
"MDL-19180, convert relative url to absolute url in url plugin"

15 years agoFix deprecated function calls.
tjhunt [Mon, 29 Jun 2009 03:10:06 +0000 (03:10 +0000)]
Fix deprecated function calls.

15 years agomod-scorm MDL-16706 Replaced inline JS with new PAGE methods and created player.js
samhemelryk [Mon, 29 Jun 2009 02:38:22 +0000 (02:38 +0000)]
mod-scorm MDL-16706 Replaced inline JS with new PAGE methods and created player.js

15 years agoformslib MDL-19626 Changed JS string handling to new $PAGE methods, Thanks Dan
samhemelryk [Mon, 29 Jun 2009 02:10:49 +0000 (02:10 +0000)]
formslib MDL-19626 Changed JS string handling to new $PAGE methods, Thanks Dan

15 years agoformslib MDL-19626 Fixed broken show/hide advanced button
samhemelryk [Mon, 29 Jun 2009 01:58:11 +0000 (01:58 +0000)]
formslib MDL-19626 Fixed broken show/hide advanced button
Updated formslib showadvanced inline JS to use new $PAGE methods
and replaced inline noscript with css handled display

15 years agoUpdated the HEAD build version to 20090629
moodlerobot [Mon, 29 Jun 2009 00:38:23 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090629

15 years agothemes: MDL-19640 / MDL-19077 remove other references to _print_normal_error
tjhunt [Mon, 29 Jun 2009 00:34:49 +0000 (00:34 +0000)]
themes: MDL-19640 / MDL-19077 remove other references to _print_normal_error

15 years agoMDL-19057 ddl tests - complete a bit ddl table tests (and partially drop enum fields)
stronk7 [Sun, 28 Jun 2009 22:12:20 +0000 (22:12 +0000)]
MDL-19057 ddl tests - complete a bit ddl table tests (and partially drop enum fields)

15 years ago"MDL-13766, fixed print_msg function and fixed upload form, update compressed js"
dongsheng [Sun, 28 Jun 2009 10:06:04 +0000 (10:06 +0000)]
"MDL-13766, fixed print_msg function and fixed upload form, update compressed js"

15 years ago"MDL-19180, repository url plugin, if users provide a url of webpage, this plugin...
dongsheng [Sun, 28 Jun 2009 09:38:32 +0000 (09:38 +0000)]
"MDL-19180, repository url plugin, if users provide a url of webpage, this plugin could list all images in this page"

15 years agoUpdated the HEAD build version to 20090628
moodlerobot [Sun, 28 Jun 2009 00:38:01 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090628

15 years agoSorry managed to commit sql_bitxor twice
poltawski [Sat, 27 Jun 2009 21:26:08 +0000 (21:26 +0000)]
Sorry managed to commit sql_bitxor twice

15 years agodml/sqllite MDL-19644 - add sql_bitxor compatibility
poltawski [Sat, 27 Jun 2009 21:23:49 +0000 (21:23 +0000)]
dml/sqllite MDL-19644 - add sql_bitxor compatibility

fixes one unit test

15 years agodml/sqllite MDL-19643 Throw exceptions to make things more robust
poltawski [Sat, 27 Jun 2009 21:22:50 +0000 (21:22 +0000)]
dml/sqllite  MDL-19643 Throw exceptions to make things more robust

Various functions were catching the pdo error and returning
false, but this isn't enough. I have modified the functions to
throw a dml exception like other drivers do.

15 years agodml/sqllite MDL-19642 - Make connections more robust
poltawski [Sat, 27 Jun 2009 21:22:27 +0000 (21:22 +0000)]
dml/sqllite MDL-19642 - Make connections more robust

- Include 'pdo' as an extension to be checked for
- Bail out of a connect and throw an exception if the required
  extensions aren't loaded
- Don't ignore pdo exceptions on connect error - throw our
  own exception

15 years agodml/sqllite MDL-19644 - add sql_bitxor compatibility
poltawski [Sat, 27 Jun 2009 21:22:03 +0000 (21:22 +0000)]
dml/sqllite MDL-19644 - add sql_bitxor compatibility

fixes one unit test

15 years agoWhoops, didn't mean to remove Andrei's copyright.
poltawski [Sat, 27 Jun 2009 14:48:18 +0000 (14:48 +0000)]
Whoops, didn't mean to remove Andrei's copyright.

15 years agodmllib/pdo MDL-19641 - Fixup PDO (SQLlite) support
poltawski [Sat, 27 Jun 2009 14:46:44 +0000 (14:46 +0000)]
dmllib/pdo MDL-19641 - Fixup PDO (SQLlite) support

By changing the behaviour of the recordset to match
the native recordset we fix the major compatbility problems

Before: Can't get a working install to run tests
After: 353 passes, 10 fails and 0 exceptions.
(and moodle can install on my iphone)

15 years agoUpdated the HEAD build version to 20090627
moodlerobot [Sat, 27 Jun 2009 00:38:13 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090627

15 years agoMDL-19579 code coverage - finished adding initial $includecoverage attributes
stronk7 [Fri, 26 Jun 2009 18:25:46 +0000 (18:25 +0000)]
MDL-19579 code coverage - finished adding initial $includecoverage attributes

15 years agoMDL-19547: Added CSS selector for .tag_cloud .s0 to styles_fonts.css
ptrkmkl [Fri, 26 Jun 2009 18:14:43 +0000 (18:14 +0000)]
MDL-19547: Added CSS selector for .tag_cloud .s0 to styles_fonts.css

15 years agoMDL-19579 code coverage - add more initial $includecoverage attributes
stronk7 [Fri, 26 Jun 2009 18:12:05 +0000 (18:12 +0000)]
MDL-19579 code coverage - add more initial $includecoverage attributes

15 years agoMDL-19579 code coverage - add more initial $includecoverage attributes
stronk7 [Fri, 26 Jun 2009 17:49:15 +0000 (17:49 +0000)]
MDL-19579 code coverage - add more initial $includecoverage attributes

15 years agoMDL-19579 code coverage - add initial $includecoverage attributes
stronk7 [Fri, 26 Jun 2009 17:21:36 +0000 (17:21 +0000)]
MDL-19579 code coverage - add initial $includecoverage attributes

15 years agoMDL-19579 code coverage - show link to latest complete report
stronk7 [Fri, 26 Jun 2009 17:07:33 +0000 (17:07 +0000)]
MDL-19579 code coverage - show link to latest complete report

15 years agoMDL-19579 code coverage - add lang strings and open complete report in new window
stronk7 [Fri, 26 Jun 2009 15:51:12 +0000 (15:51 +0000)]
MDL-19579 code coverage - add lang strings and open complete report in new window

15 years agoXHTML Strict
stronk7 [Fri, 26 Jun 2009 15:46:25 +0000 (15:46 +0000)]
XHTML Strict

15 years agothemes: MDL-19077 make a comment clearer.
tjhunt [Fri, 26 Jun 2009 11:22:41 +0000 (11:22 +0000)]
themes: MDL-19077 make a comment clearer.

15 years agoremove some print_simple_boxes.
tjhunt [Fri, 26 Jun 2009 10:29:56 +0000 (10:29 +0000)]
remove some print_simple_boxes.

15 years agothemes: MDL-19077 fix unit test regression
tjhunt [Fri, 26 Jun 2009 10:26:31 +0000 (10:26 +0000)]
themes: MDL-19077 fix unit test regression

15 years agoMDL-19579 code coverage - fix error when reporting number of lines in summary 2nd...
stronk7 [Fri, 26 Jun 2009 10:05:49 +0000 (10:05 +0000)]
MDL-19579 code coverage - fix error when reporting number of lines in summary 2nd try :-(

15 years agoMDL-19579 code coverage - fix error when reporting number of lines in summary
stronk7 [Fri, 26 Jun 2009 10:03:44 +0000 (10:03 +0000)]
MDL-19579 code coverage - fix error when reporting number of lines in summary

15 years agoFix coverage summary OUTPUT
stronk7 [Fri, 26 Jun 2009 09:58:09 +0000 (09:58 +0000)]
Fix coverage summary OUTPUT

15 years agoFix unit|db tests OUTPUT
stronk7 [Fri, 26 Jun 2009 09:50:06 +0000 (09:50 +0000)]
Fix unit|db tests OUTPUT

15 years agothemes: MDL-19077 fix install regression
tjhunt [Fri, 26 Jun 2009 09:38:14 +0000 (09:38 +0000)]
themes: MDL-19077 fix install regression

15 years agoMDL-19579 code coverage - initial frontend for both unit and db tests
stronk7 [Fri, 26 Jun 2009 09:10:01 +0000 (09:10 +0000)]
MDL-19579 code coverage - initial frontend for both unit and db tests

15 years agoMDL-19579 code coverage - summary reporting
stronk7 [Fri, 26 Jun 2009 09:07:58 +0000 (09:07 +0000)]
MDL-19579 code coverage - summary reporting

15 years agothemes: MDL-19077 new $OUTPUT->header/footer to replace print_header/footer.
tjhunt [Fri, 26 Jun 2009 09:06:16 +0000 (09:06 +0000)]
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.

15 years agoMDL-16438 standardized component names
skodak [Fri, 26 Jun 2009 09:02:05 +0000 (09:02 +0000)]
MDL-16438 standardized component names

15 years agouser MDL-16706 This was not the solution, removing YUI call here
samhemelryk [Fri, 26 Jun 2009 08:12:50 +0000 (08:12 +0000)]
user MDL-16706 This was not the solution, removing YUI call here