]> git.mjollnir.org Git - moodle.git/log
moodle.git
15 years agoTypo fix.
tjhunt [Tue, 7 Jul 2009 03:49:46 +0000 (03:49 +0000)]
Typo fix.

15 years agoMDL-19690 - pixpath - cannot use $OUTPUT in CSS. Use $PAGE->theme instead.
tjhunt [Tue, 7 Jul 2009 03:49:13 +0000 (03:49 +0000)]
MDL-19690 - pixpath - cannot use $OUTPUT in CSS. Use $PAGE->theme instead.

15 years agotags MDL-19728 Removing tags file and replacing with a tags.txt to explain where...
moodler [Tue, 7 Jul 2009 03:37:58 +0000 (03:37 +0000)]
tags MDL-19728 Removing tags file and replacing with a tags.txt to explain where to get it

15 years agoLast tags file!
moodler [Tue, 7 Jul 2009 03:33:16 +0000 (03:33 +0000)]
Last tags file!

15 years agoMDL-19727 Replaced boilerplates and removed ID tags. Merged from MOODLE_19_STABLE
nicolasconnault [Tue, 7 Jul 2009 02:26:36 +0000 (02:26 +0000)]
MDL-19727 Replaced boilerplates and removed ID tags. Merged from MOODLE_19_STABLE

15 years agoMDL-19404 Getting default values for grade_item object when creating a new grade_cate...
nicolasconnault [Tue, 7 Jul 2009 02:04:15 +0000 (02:04 +0000)]
MDL-19404 Getting default values for grade_item object when creating a new grade_category. Merged from MOODLE_19_STABLE

15 years agoMDL-19429 Validating 0 values for grademin, grademax and gradepass for the edit categ...
nicolasconnault [Tue, 7 Jul 2009 01:57:45 +0000 (01:57 +0000)]
MDL-19429 Validating 0 values for grademin, grademax and gradepass for the edit category form. Also checking for grademax < grademin case. Merged from MOODLE_19_STABLE

15 years agoUpdated the HEAD build version to 20090707
moodlerobot [Tue, 7 Jul 2009 00:39:14 +0000 (00:39 +0000)]
Updated the HEAD build version to 20090707

15 years agoMDL-19725 latest dragmath 0.7.8.1 imported
skodak [Mon, 6 Jul 2009 21:18:49 +0000 (21:18 +0000)]
MDL-19725 latest dragmath 0.7.8.1 imported

15 years agoMDL-16438 Fixed parsing of get_plugins_list for grader reports.
nicolasconnault [Mon, 6 Jul 2009 06:56:25 +0000 (06:56 +0000)]
MDL-16438 Fixed parsing of get_plugins_list for grader reports.

15 years agothemes: MDL-19077 move deprecated function page_id_and_class to deprecatedlib.php
tjhunt [Mon, 6 Jul 2009 05:32:29 +0000 (05:32 +0000)]
themes: MDL-19077 move deprecated function page_id_and_class to deprecatedlib.php

15 years agoform-filemanager MDL-16706 Removed inline JS and added PAGE methods
samhemelryk [Mon, 6 Jul 2009 03:16:17 +0000 (03:16 +0000)]
form-filemanager MDL-16706 Removed inline JS and added PAGE methods

15 years agoFixing drift between CVS and git
Moodle HQ git importer [Mon, 6 Jul 2009 00:38:18 +0000 (00:38 +0000)]
Fixing drift between CVS and git

15 years agoUpdated the HEAD build version to 20090706
moodlerobot [Mon, 6 Jul 2009 00:38:18 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090706

15 years agoMDL-19716 moodle_url: new parameter to get URL with unescaped ampersands
mudrd8mz [Sun, 5 Jul 2009 14:31:58 +0000 (14:31 +0000)]
MDL-19716 moodle_url: new parameter to get URL with unescaped ampersands

moodle_url::get_query_string() and moodle_url::out() now accept new
optional parameter. Backwards compatible. This is needed so we can use returned URL
during redirect() which expects unescaped ampersands.

15 years ago"MDL-18830, add watermark to flickr image"
dongsheng [Sun, 5 Jul 2009 14:15:18 +0000 (14:15 +0000)]
"MDL-18830, add watermark to flickr image"

15 years agoMDL-19714 Fatal errors when installing HEAD \r\rThis is my attempt to fix things by...
tjhunt [Sun, 5 Jul 2009 02:16:56 +0000 (02:16 +0000)]
MDL-19714 Fatal errors when installing HEAD \r\rThis is my attempt to fix things by copying code from setup.php to install.php. Seems to work now.

15 years agoUpdated the HEAD build version to 20090705
moodlerobot [Sun, 5 Jul 2009 00:38:22 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090705

15 years agoAutomatic installer.php lang files by installer_builder (20090705)
moodlerobot [Sun, 5 Jul 2009 00:28:06 +0000 (00:28 +0000)]
Automatic installer.php lang files by installer_builder (20090705)

15 years agoMDL-16597 temporary icon fix
skodak [Sat, 4 Jul 2009 19:17:48 +0000 (19:17 +0000)]
MDL-16597 temporary icon fix

15 years agoMDL-16597 at least basic support for displaying of subdirectory content and general...
skodak [Sat, 4 Jul 2009 19:03:44 +0000 (19:03 +0000)]
MDL-16597 at least basic support for displaying of subdirectory content and general cleanup

15 years agoMDL-14589 fixed area tree generation
skodak [Sat, 4 Jul 2009 18:47:56 +0000 (18:47 +0000)]
MDL-14589 fixed area tree generation

15 years agofixed missing CFG global
skodak [Sat, 4 Jul 2009 18:21:43 +0000 (18:21 +0000)]
fixed missing CFG global

15 years agoMDL-19713 Fixed a typo.
mits [Sat, 4 Jul 2009 17:16:29 +0000 (17:16 +0000)]
MDL-19713 Fixed a typo.

15 years agofixed missing OUTPUT global regression
skodak [Sat, 4 Jul 2009 16:31:33 +0000 (16:31 +0000)]
fixed missing OUTPUT global regression

15 years agoRe-order the code, so we process the actions before we do any output.\r\rThat is the...
tjhunt [Sat, 4 Jul 2009 14:23:49 +0000 (14:23 +0000)]
Re-order the code, so we process the actions before we do any output.\r\rThat is the right order anyway, and avoids the problem where require_capability\rafter output is started leads to an exception being thrown.

15 years agoAdd a warning that require_capabiliy can only be used before output is started.
tjhunt [Sat, 4 Jul 2009 14:22:11 +0000 (14:22 +0000)]
Add a warning that require_capabiliy can only be used before output is started.

15 years agoXHTML strict.
tjhunt [Sat, 4 Jul 2009 13:36:19 +0000 (13:36 +0000)]
XHTML strict.

15 years agooutputlib: MDL-19077 better reporting when open/close containers don't match.
tjhunt [Sat, 4 Jul 2009 13:36:05 +0000 (13:36 +0000)]
outputlib: MDL-19077 better reporting when open/close containers don't match.

15 years ago"MDL-13766, add language string for repository plugin"
dongsheng [Sat, 4 Jul 2009 11:20:39 +0000 (11:20 +0000)]
"MDL-13766, add language string for repository plugin"

15 years ago"MDL-13766, add language string for file picker"
dongsheng [Sat, 4 Jul 2009 11:17:33 +0000 (11:17 +0000)]
"MDL-13766, add language string for file picker"

15 years agoMDL-19689 get_coursemodule_from_id() and get_coursemodule_from_instance() now have...
skodak [Sat, 4 Jul 2009 11:15:16 +0000 (11:15 +0000)]
MDL-19689 get_coursemodule_from_id() and get_coursemodule_from_instance() now have $strictness parameter too

15 years agoMDL-19689 fixed strictness constants, thanks Tim
skodak [Sat, 4 Jul 2009 10:53:57 +0000 (10:53 +0000)]
MDL-19689 fixed strictness constants, thanks Tim

15 years agoMDL-16438 fixed portfolio regression
skodak [Sat, 4 Jul 2009 09:48:56 +0000 (09:48 +0000)]
MDL-16438 fixed portfolio regression

15 years agoMDL-19689 adding IGNORE_MULTIPLE to get_record - please note this parameter is discou...
skodak [Sat, 4 Jul 2009 09:35:03 +0000 (09:35 +0000)]
MDL-19689 adding IGNORE_MULTIPLE to get_record - please note this parameter is discouraged

15 years agoMDL-19689 fixed strictness constants, thanks Tim
skodak [Sat, 4 Jul 2009 09:30:59 +0000 (09:30 +0000)]
MDL-19689 fixed strictness constants, thanks Tim

15 years agoUpdated the HEAD build version to 20090704
moodlerobot [Sat, 4 Jul 2009 00:38:53 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090704

15 years agoMDL-19689 new $strictness parameter in $DB->get_record() and $DB->get_field() family...
skodak [Fri, 3 Jul 2009 22:38:56 +0000 (22:38 +0000)]
MDL-19689 new $strictness parameter in $DB->get_record() and $DB->get_field() family of DML methods

15 years agoMDL-19676 removing premature commit
skodak [Fri, 3 Jul 2009 21:48:06 +0000 (21:48 +0000)]
MDL-19676 removing premature commit

15 years agoMDL-14589 improved _pluginfile function - added forcedownload param and fixed docs
skodak [Fri, 3 Jul 2009 13:40:37 +0000 (13:40 +0000)]
MDL-14589 improved _pluginfile function - added forcedownload param and fixed docs

15 years agoMDL-14589 improved _pluginfile function - added forcedownload param and fixed docs
skodak [Fri, 3 Jul 2009 13:39:39 +0000 (13:39 +0000)]
MDL-14589 improved _pluginfile function - added forcedownload param and fixed docs

15 years agoMDL-14589 improved _pluginfile function - added forcedownload param
skodak [Fri, 3 Jul 2009 13:39:14 +0000 (13:39 +0000)]
MDL-14589 improved _pluginfile function - added forcedownload param

15 years agoMDL-16089 entry in modules table created before calling install.php because it might...
skodak [Fri, 3 Jul 2009 13:35:36 +0000 (13:35 +0000)]
MDL-16089 entry in modules table created before calling install.php because it might be used there already, also if something fails in install.php the db will be in a more consistent state

15 years agoMDL-16089 adding easier access to current module instance data in modedit forms
skodak [Fri, 3 Jul 2009 13:33:03 +0000 (13:33 +0000)]
MDL-16089 adding easier access to current module instance data in modedit forms

15 years agoMDL-19708 adding missing sumbit button class include
skodak [Fri, 3 Jul 2009 13:31:37 +0000 (13:31 +0000)]
MDL-19708 adding missing sumbit button class include

15 years agoMDL-19690 fixed some icon conversion
skodak [Fri, 3 Jul 2009 09:59:00 +0000 (09:59 +0000)]
MDL-19690 fixed some icon conversion

15 years agoMDL-19696 make sure install works.
tjhunt [Fri, 3 Jul 2009 09:03:50 +0000 (09:03 +0000)]
MDL-19696 make sure install works.

15 years agoMDL-19696 & MDL-16706 refactor sam's redirect changes, so they can work during initia...
tjhunt [Fri, 3 Jul 2009 09:03:29 +0000 (09:03 +0000)]
MDL-19696 & MDL-16706 refactor sam's redirect changes, so they can work during initial install.

15 years agoMDL-19690 - the last lot of $CFG->pixpath to $OUTPUT->old_icon_url
tjhunt [Fri, 3 Jul 2009 07:55:30 +0000 (07:55 +0000)]
MDL-19690 - the last lot of $CFG->pixpath to $OUTPUT->old_icon_url
Including MDL-19693

RIP $CFG->pixpath

15 years agoXHTML strict
tjhunt [Fri, 3 Jul 2009 07:17:41 +0000 (07:17 +0000)]
XHTML strict

15 years agoMDL-19690 - more $CFG->pixpath to $OUTPUT->old_icon_url
tjhunt [Fri, 3 Jul 2009 06:38:41 +0000 (06:38 +0000)]
MDL-19690 - more $CFG->pixpath to $OUTPUT->old_icon_url

15 years agoMDL-18228 Added a bit of JS to resize the left header of the fixed student column...
nicolasconnault [Fri, 3 Jul 2009 06:33:12 +0000 (06:33 +0000)]
MDL-18228 Added a bit of JS to resize the left header of the fixed student column. This should help to keep the rows below aligned. Merged from MOODLE_19_STABLE

15 years agoMDL-19690 - more $CFG->pixpath to $OUTPUT->old_icon_url
tjhunt [Fri, 3 Jul 2009 06:19:25 +0000 (06:19 +0000)]
MDL-19690 - more $CFG->pixpath to $OUTPUT->old_icon_url

15 years agoMDL-19677 Reverting prematurely committed blog patch
nicolasconnault [Fri, 3 Jul 2009 05:54:49 +0000 (05:54 +0000)]
MDL-19677 Reverting prematurely committed blog patch

15 years agoMDL-19690 - more $CFG->pixpath to $OUTPUT->old_icon_url
tjhunt [Fri, 3 Jul 2009 04:23:05 +0000 (04:23 +0000)]
MDL-19690 - more $CFG->pixpath to $OUTPUT->old_icon_url

15 years agooutput MDL-19077 typo bug
jerome [Fri, 3 Jul 2009 04:08:52 +0000 (04:08 +0000)]
output MDL-19077  typo bug

15 years agomod-feedback MDL-16706 Removed inline JS and added PAGE methods
samhemelryk [Fri, 3 Jul 2009 02:01:21 +0000 (02:01 +0000)]
mod-feedback MDL-16706 Removed inline JS and added PAGE methods

15 years agomod-scorm MDL-16706 Added missing global from commites yesterday
samhemelryk [Fri, 3 Jul 2009 01:36:18 +0000 (01:36 +0000)]
mod-scorm MDL-16706 Added missing global from commites yesterday

15 years agoMDL-6218 TEXT/BINARY columns and default clauses - forbidden since ages, warn and...
stronk7 [Fri, 3 Jul 2009 01:12:59 +0000 (01:12 +0000)]
MDL-6218 TEXT/BINARY columns and default clauses - forbidden since ages, warn and autofix them if found

15 years agoUpdated the HEAD build version to 20090703
moodlerobot [Fri, 3 Jul 2009 00:39:25 +0000 (00:39 +0000)]
Updated the HEAD build version to 20090703

15 years agoMDL-19696 undoing my previous veryveryuglyhack, I did not solve much, sorry
skodak [Thu, 2 Jul 2009 20:29:21 +0000 (20:29 +0000)]
MDL-19696 undoing my previous veryveryuglyhack, I did not solve much, sorry

15 years agoMDL-19057 ddl tests - slowly advancing. Added some test to check for MDL-19695 behaviour
stronk7 [Thu, 2 Jul 2009 16:13:30 +0000 (16:13 +0000)]
MDL-19057 ddl tests - slowly advancing. Added some test to check for MDL-19695 behaviour

15 years agoMDL-19695 field dependencies - defined new exception ddl_dependency_exception that
stronk7 [Thu, 2 Jul 2009 16:08:44 +0000 (16:08 +0000)]
MDL-19695 field dependencies - defined new exception ddl_dependency_exception that
will be thrown when one DDL operation (drop only for now) is attempted over one
field being part of indexes.

15 years agoMDL-19695 field dependencies - before committing the dependency checker, fix all...
stronk7 [Thu, 2 Jul 2009 16:05:47 +0000 (16:05 +0000)]
MDL-19695 field dependencies - before committing the dependency checker, fix all places in upgrade
that will break once running with dependencies enabled

15 years agoEnums are out in 2.0, so we cannot introduce any in the 1.9 => 2.0 upgrade. Deleting...
stronk7 [Thu, 2 Jul 2009 15:30:30 +0000 (15:30 +0000)]
Enums are out in 2.0, so we cannot introduce any in the 1.9 => 2.0 upgrade. Deleting the upgrade block.

15 years agoMDL-19700 removing unused global
skodak [Thu, 2 Jul 2009 15:27:46 +0000 (15:27 +0000)]
MDL-19700 removing unused global

15 years agoMDL-19699 fixed blog upgrade trouble and one notice
skodak [Thu, 2 Jul 2009 15:14:23 +0000 (15:14 +0000)]
MDL-19699 fixed blog upgrade trouble and one notice

15 years agoMDL-16438 fixed incomplete plugin centralisation, sorry; unfortunately install is...
skodak [Thu, 2 Jul 2009 15:11:28 +0000 (15:11 +0000)]
MDL-16438 fixed incomplete plugin centralisation, sorry; unfortunately install is kind of non-working now; this may break current dev installs :-(

15 years agoMDL-16438 fixed incomplete plugin centralisation, sorry; unfortunately install is...
skodak [Thu, 2 Jul 2009 15:02:51 +0000 (15:02 +0000)]
MDL-16438 fixed incomplete plugin centralisation, sorry; unfortunately install is kind of non-working now; this may break current dev installs :-(

15 years agoMDL-16438 dixed resource borking install - no code execution in lib.php files!
skodak [Thu, 2 Jul 2009 15:01:22 +0000 (15:01 +0000)]
MDL-16438 dixed resource borking install - no code execution in lib.php files!

15 years agoMDL-19415 fixing deprecated use of contructors
skodak [Thu, 2 Jul 2009 14:58:41 +0000 (14:58 +0000)]
MDL-19415 fixing deprecated use of contructors

15 years agoMDL-19692: Wording change in help for completion tickboxes, again based on user testing
sam_marshall [Thu, 2 Jul 2009 14:44:42 +0000 (14:44 +0000)]
MDL-19692: Wording change in help for completion tickboxes, again based on user testing

15 years agoMDL-19696 veryveryuglyhack which partially ubreaks installation after latest pagelib...
skodak [Thu, 2 Jul 2009 13:39:55 +0000 (13:39 +0000)]
MDL-19696 veryveryuglyhack which partially ubreaks installation after latest pagelib changes

15 years agoFix some grader report breakage.
tjhunt [Thu, 2 Jul 2009 12:43:19 +0000 (12:43 +0000)]
Fix some grader report breakage.

15 years agoMDL-19690 fix some breakage.
tjhunt [Thu, 2 Jul 2009 12:35:13 +0000 (12:35 +0000)]
MDL-19690 fix some breakage.

15 years agoMDL-19690 - Eliminate all remaining $CFG->modpixpath apart from mod/scorm
tjhunt [Thu, 2 Jul 2009 12:25:19 +0000 (12:25 +0000)]
MDL-19690 - Eliminate all remaining $CFG->modpixpath apart from mod/scorm

15 years agoMDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url
tjhunt [Thu, 2 Jul 2009 12:07:58 +0000 (12:07 +0000)]
MDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url
and $CFG->modpixpath to $OUTPUT->mod_icon_url

15 years agoMDL-19690 - eliminate the $OUTPUT->initialise_deprecated_cfg_pixpath horrible hack.
tjhunt [Thu, 2 Jul 2009 11:23:47 +0000 (11:23 +0000)]
MDL-19690 - eliminate the $OUTPUT->initialise_deprecated_cfg_pixpath horrible hack.

Replace $CFG->pixpath with $OUPTUT->old_icon_url(...) instead.

15 years agoMDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url
tjhunt [Thu, 2 Jul 2009 11:09:15 +0000 (11:09 +0000)]
MDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url

15 years agoMDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url
tjhunt [Thu, 2 Jul 2009 10:53:31 +0000 (10:53 +0000)]
MDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url

15 years agoMDL-19690 - more $CFG->pixpath to $OUTPUT->old_icon_url
tjhunt [Thu, 2 Jul 2009 10:26:02 +0000 (10:26 +0000)]
MDL-19690 - more $CFG->pixpath to $OUTPUT->old_icon_url

15 years agoMDL-19690 - 4 more $CFG->pixpath to $OUTPUT->old_icon_url
tjhunt [Thu, 2 Jul 2009 10:12:19 +0000 (10:12 +0000)]
MDL-19690 - 4 more $CFG->pixpath to $OUTPUT->old_icon_url

15 years agoMDL-19690 - first 53 $CFG->pixpath to $OUTPUT->old_icon_url
tjhunt [Thu, 2 Jul 2009 10:06:39 +0000 (10:06 +0000)]
MDL-19690 - first 53 $CFG->pixpath to $OUTPUT->old_icon_url

15 years agooutput: MDL-19690 allow for .png or .gif in $OUTPUT->mod/old_icon_url
tjhunt [Thu, 2 Jul 2009 09:28:19 +0000 (09:28 +0000)]
output: MDL-19690 allow for .png or .gif in $OUTPUT->mod/old_icon_url

15 years agoMDL-19692: Improvement to help icon for completion tickboxes, based on user testing
sam_marshall [Thu, 2 Jul 2009 09:18:26 +0000 (09:18 +0000)]
MDL-19692: Improvement to help icon for completion tickboxes, based on user testing

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