]>
git.mjollnir.org Git - moodle.git/log
samhemelryk [Tue, 7 Jul 2009 04:03:33 +0000 (04:03 +0000)]
lib-filelib MDL-19707 Modified file_extension_icon() to accept full filename
samhemelryk [Tue, 7 Jul 2009 03:56:15 +0000 (03:56 +0000)]
lib-filelib MDL-19707 Added file_extension_icon() and file_mimetype_icon()
After talking with Tim we decided that this would be a better solution than adding more methods to $OUTPUT
tjhunt [Tue, 7 Jul 2009 03:49:46 +0000 (03:49 +0000)]
Typo fix.
tjhunt [Tue, 7 Jul 2009 03:49:13 +0000 (03:49 +0000)]
MDL-19690 - pixpath - cannot use $OUTPUT in CSS. Use $PAGE->theme instead.
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
moodler [Tue, 7 Jul 2009 03:33:16 +0000 (03:33 +0000)]
Last tags file!
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
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
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
moodlerobot [Tue, 7 Jul 2009 00:39:14 +0000 (00:39 +0000)]
Updated the HEAD build version to
20090707
skodak [Mon, 6 Jul 2009 21:18:49 +0000 (21:18 +0000)]
MDL-19725 latest dragmath 0.7.8.1 imported
nicolasconnault [Mon, 6 Jul 2009 06:56:25 +0000 (06:56 +0000)]
MDL-16438 Fixed parsing of get_plugins_list for grader reports.
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
samhemelryk [Mon, 6 Jul 2009 03:16:17 +0000 (03:16 +0000)]
form-filemanager MDL-16706 Removed inline JS and added PAGE methods
Moodle HQ git importer [Mon, 6 Jul 2009 00:38:18 +0000 (00:38 +0000)]
Fixing drift between CVS and git
moodlerobot [Mon, 6 Jul 2009 00:38:18 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090706
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.
dongsheng [Sun, 5 Jul 2009 14:15:18 +0000 (14:15 +0000)]
"MDL-18830, add watermark to flickr image"
tjhunt [Sun, 5 Jul 2009 02:16:56 +0000 (02:16 +0000)]
MDL-19714 Fatal errors when installing HEAD \r \r This is my attempt to fix things by copying code from setup.php to install.php. Seems to work now.
moodlerobot [Sun, 5 Jul 2009 00:38:22 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090705
moodlerobot [Sun, 5 Jul 2009 00:28:06 +0000 (00:28 +0000)]
Automatic installer.php lang files by installer_builder (
20090705 )
skodak [Sat, 4 Jul 2009 19:17:48 +0000 (19:17 +0000)]
MDL-16597 temporary icon fix
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
skodak [Sat, 4 Jul 2009 18:47:56 +0000 (18:47 +0000)]
MDL-14589 fixed area tree generation
skodak [Sat, 4 Jul 2009 18:21:43 +0000 (18:21 +0000)]
fixed missing CFG global
mits [Sat, 4 Jul 2009 17:16:29 +0000 (17:16 +0000)]
MDL-19713 Fixed a typo.
skodak [Sat, 4 Jul 2009 16:31:33 +0000 (16:31 +0000)]
fixed missing OUTPUT global regression
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 \r That is the right order anyway, and avoids the problem where require_capability\r after output is started leads to an exception being thrown.
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.
tjhunt [Sat, 4 Jul 2009 13:36:19 +0000 (13:36 +0000)]
XHTML strict.
tjhunt [Sat, 4 Jul 2009 13:36:05 +0000 (13:36 +0000)]
outputlib: MDL-19077 better reporting when open/close containers don't match.
dongsheng [Sat, 4 Jul 2009 11:20:39 +0000 (11:20 +0000)]
"MDL-13766, add language string for repository plugin"
dongsheng [Sat, 4 Jul 2009 11:17:33 +0000 (11:17 +0000)]
"MDL-13766, add language string for file picker"
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
skodak [Sat, 4 Jul 2009 10:53:57 +0000 (10:53 +0000)]
MDL-19689 fixed strictness constants, thanks Tim
skodak [Sat, 4 Jul 2009 09:48:56 +0000 (09:48 +0000)]
MDL-16438 fixed portfolio regression
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
skodak [Sat, 4 Jul 2009 09:30:59 +0000 (09:30 +0000)]
MDL-19689 fixed strictness constants, thanks Tim
moodlerobot [Sat, 4 Jul 2009 00:38:53 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090704
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
skodak [Fri, 3 Jul 2009 21:48:06 +0000 (21:48 +0000)]
MDL-19676 removing premature commit
skodak [Fri, 3 Jul 2009 13:40:37 +0000 (13:40 +0000)]
MDL-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
skodak [Fri, 3 Jul 2009 13:39:14 +0000 (13:39 +0000)]
MDL-14589 improved _pluginfile function - added forcedownload param
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
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
skodak [Fri, 3 Jul 2009 13:31:37 +0000 (13:31 +0000)]
MDL-19708 adding missing sumbit button class include
skodak [Fri, 3 Jul 2009 09:59:00 +0000 (09:59 +0000)]
MDL-19690 fixed some icon conversion
tjhunt [Fri, 3 Jul 2009 09:03:50 +0000 (09:03 +0000)]
MDL-19696 make sure install works.
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.
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
tjhunt [Fri, 3 Jul 2009 07:17:41 +0000 (07:17 +0000)]
XHTML strict
tjhunt [Fri, 3 Jul 2009 06:38:41 +0000 (06:38 +0000)]
MDL-19690 - more $CFG->pixpath to $OUTPUT->old_icon_url
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
tjhunt [Fri, 3 Jul 2009 06:19:25 +0000 (06:19 +0000)]
MDL-19690 - more $CFG->pixpath to $OUTPUT->old_icon_url
nicolasconnault [Fri, 3 Jul 2009 05:54:49 +0000 (05:54 +0000)]
MDL-19677 Reverting prematurely committed blog patch
tjhunt [Fri, 3 Jul 2009 04:23:05 +0000 (04:23 +0000)]
MDL-19690 - more $CFG->pixpath to $OUTPUT->old_icon_url
jerome [Fri, 3 Jul 2009 04:08:52 +0000 (04:08 +0000)]
output MDL-19077 typo bug
samhemelryk [Fri, 3 Jul 2009 02:01:21 +0000 (02:01 +0000)]
mod-feedback MDL-16706 Removed inline JS and added PAGE methods
samhemelryk [Fri, 3 Jul 2009 01:36:18 +0000 (01:36 +0000)]
mod-scorm MDL-16706 Added missing global from commites yesterday
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
moodlerobot [Fri, 3 Jul 2009 00:39:25 +0000 (00:39 +0000)]
Updated the HEAD build version to
20090703
skodak [Thu, 2 Jul 2009 20:29:21 +0000 (20:29 +0000)]
MDL-19696 undoing my previous veryveryuglyhack, I did not solve much, sorry
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
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.
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
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.
skodak [Thu, 2 Jul 2009 15:27:46 +0000 (15:27 +0000)]
MDL-19700 removing unused global
skodak [Thu, 2 Jul 2009 15:14:23 +0000 (15:14 +0000)]
MDL-19699 fixed blog upgrade trouble and one notice
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 :-(
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 :-(
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!
skodak [Thu, 2 Jul 2009 14:58:41 +0000 (14:58 +0000)]
MDL-19415 fixing deprecated use of contructors
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
skodak [Thu, 2 Jul 2009 13:39:55 +0000 (13:39 +0000)]
MDL-19696 veryveryuglyhack which partially ubreaks installation after latest pagelib changes
tjhunt [Thu, 2 Jul 2009 12:43:19 +0000 (12:43 +0000)]
Fix some grader report breakage.
tjhunt [Thu, 2 Jul 2009 12:35:13 +0000 (12:35 +0000)]
MDL-19690 fix some breakage.
tjhunt [Thu, 2 Jul 2009 12:25:19 +0000 (12:25 +0000)]
MDL-19690 - Eliminate all remaining $CFG->modpixpath apart from mod/scorm
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
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.
tjhunt [Thu, 2 Jul 2009 11:09:15 +0000 (11:09 +0000)]
MDL-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
tjhunt [Thu, 2 Jul 2009 10:26:02 +0000 (10:26 +0000)]
MDL-19690 - 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
tjhunt [Thu, 2 Jul 2009 10:06:39 +0000 (10:06 +0000)]
MDL-19690 - first 53 $CFG->pixpath to $OUTPUT->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
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
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.
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.
samhemelryk [Thu, 2 Jul 2009 07:45:44 +0000 (07:45 +0000)]
grade-edit-tree MDL-16706 Removed inline script
nicolasconnault [Thu, 2 Jul 2009 07:44:56 +0000 (07:44 +0000)]
Removed useless require_capability, causing havoc on new module page.
samhemelryk [Thu, 2 Jul 2009 07:29:08 +0000 (07:29 +0000)]
pagelib MDL-19077 Fixed minor error in pagelib
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.
tjhunt [Thu, 2 Jul 2009 06:57:21 +0000 (06:57 +0000)]
XHTML strict
samhemelryk [Thu, 2 Jul 2009 06:46:47 +0000 (06:46 +0000)]
mod-quiz MDL-16706 Eliminated inline scripts to use PAGE methods
nicolasconnault [Thu, 2 Jul 2009 06:43:43 +0000 (06:43 +0000)]
MDL-19677 Reverting prematurely committed blog patch
samhemelryk [Thu, 2 Jul 2009 06:40:54 +0000 (06:40 +0000)]
mod-scorm 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
samhemelryk [Thu, 2 Jul 2009 06:00:59 +0000 (06:00 +0000)]
chat ajax MDL-16706 Eliminated inline scripts to use PAGE methods
nicolasconnault [Thu, 2 Jul 2009 05:55:24 +0000 (05:55 +0000)]
MDL-19677 Removing prematurally added setting