]> git.mjollnir.org Git - moodle.git/log
moodle.git
15 years agocouple tests for DBs not supporting transactions
stronk7 [Wed, 9 Sep 2009 16:33:45 +0000 (16:33 +0000)]
couple tests for DBs not supporting transactions

15 years agooci driver regexp abilities default to moodle_database ones
stronk7 [Wed, 9 Sep 2009 16:04:49 +0000 (16:04 +0000)]
oci driver regexp abilities default to moodle_database ones

15 years agobegin_sql() now uses current storage engine info to know if transactions are going...
stronk7 [Wed, 9 Sep 2009 16:01:31 +0000 (16:01 +0000)]
begin_sql() now uses current storage engine info to know if transactions are going to work
(only InnoDB detected as trasaction-able)

15 years agoMDL-18974 - Remove phpxml library
poltawski [Wed, 9 Sep 2009 13:42:25 +0000 (13:42 +0000)]
MDL-18974 - Remove phpxml library

This embeded library was only used by the tag_youtube block, we now depend on
php5 and simplexml so these libraries can be used instead (as an aside Eloy
also the performance/memory usage to be far more efficient)

15 years agoblocks/tag_youtube MDL-18974 - Switch to SimpleXML
poltawski [Wed, 9 Sep 2009 13:34:41 +0000 (13:34 +0000)]
blocks/tag_youtube MDL-18974 - Switch to SimpleXML

We use SimpleXML throughout Moodle now and its a dependency for Moodle 2.0.
It peforms better and allow us to remove another embeded library!

Also set the curl timeout on the youtube http requests so not to slow down
interactive page loads.

15 years agoPair number of DML tests in all DB, no matter if regexp is supported or no
stronk7 [Wed, 9 Sep 2009 13:21:08 +0000 (13:21 +0000)]
Pair number of DML tests in all DB, no matter if regexp is supported or no

15 years agoTest drop_enum_from_field() and friends. Interim tests for the 1.9 => 2.0
stronk7 [Wed, 9 Sep 2009 12:55:01 +0000 (12:55 +0000)]
Test drop_enum_from_field() and friends. Interim tests for the 1.9 => 2.0
upgrade. Will be out after branching for 2.1

15 years agocourse/logs MDL-15090 - Broken links generated for role actions in logs
poltawski [Wed, 9 Sep 2009 12:45:45 +0000 (12:45 +0000)]
course/logs MDL-15090 - Broken links generated for role actions in logs

15 years agoDo not force table type for temporary tables
stronk7 [Wed, 9 Sep 2009 09:44:39 +0000 (09:44 +0000)]
Do not force table type for temporary tables

15 years agotemp tables behaviour change: exception if exits on creation (like normal tables)
stronk7 [Wed, 9 Sep 2009 09:41:37 +0000 (09:41 +0000)]
temp tables behaviour change: exception if exits on creation (like normal tables)

15 years agonavigation MDL-20227 Fixed simpletest regression
samhemelryk [Wed, 9 Sep 2009 08:50:49 +0000 (08:50 +0000)]
navigation MDL-20227 Fixed simpletest regression

15 years agowebservice MDL-12886 quick fix for external file
jerome [Wed, 9 Sep 2009 08:35:26 +0000 (08:35 +0000)]
webservice MDL-12886 quick fix for external file

15 years agomod-assignment MDL-20241 Upgraded assignment to use new navigation blocks
samhemelryk [Wed, 9 Sep 2009 08:23:41 +0000 (08:23 +0000)]
mod-assignment MDL-20241 Upgraded assignment to use new navigation blocks

15 years agowebservice MDL-12886 web service administration
jerome [Wed, 9 Sep 2009 07:55:03 +0000 (07:55 +0000)]
webservice MDL-12886 web service administration

15 years agonavigation MDL-20242 Fixed bug whereby sections that no longer exist were shown
samhemelryk [Wed, 9 Sep 2009 07:36:02 +0000 (07:36 +0000)]
navigation MDL-20242 Fixed bug whereby sections that no longer exist were shown

15 years agonavigation MDL-14632 Added title tags for navigation items that are trimmed but do...
samhemelryk [Wed, 9 Sep 2009 06:16:09 +0000 (06:16 +0000)]
navigation MDL-14632 Added title tags for navigation items that are trimmed but do not have an action

15 years ago"MDL-16697, add savepath parameter to filepicker, fixed title click event in filepicker"
dongsheng [Wed, 9 Sep 2009 04:59:58 +0000 (04:59 +0000)]
"MDL-16697, add savepath parameter to filepicker, fixed title click event in filepicker"

15 years agonavigation MDL-14632 Added Participants item to front page branch in settings block
samhemelryk [Wed, 9 Sep 2009 04:21:20 +0000 (04:21 +0000)]
navigation MDL-14632 Added Participants item to front page branch in settings block

15 years agonavigation MDL-20234 Fixed bug with moveto icon action and added support for URL...
samhemelryk [Wed, 9 Sep 2009 03:59:26 +0000 (03:59 +0000)]
navigation MDL-20234 Fixed bug with moveto icon action and added support for URL switching of dock state

15 years agoMDL-19756 Added $disabled value to html_link, which will be true if the link's URL...
nicolasconnault [Wed, 9 Sep 2009 03:52:49 +0000 (03:52 +0000)]
MDL-19756 Added $disabled value to html_link, which will be true if the link's URL compares with the $PAGE->url (order of params doesn't matter). A disabled link will render as italicised text by default.

15 years agoMDL-19756 Added $disabled value to html_link, which will be true if the link's URL...
nicolasconnault [Wed, 9 Sep 2009 03:28:26 +0000 (03:28 +0000)]
MDL-19756 Added $disabled value to html_link, which will be true if the link's URL compares with the $PAGE->url (order of params doesn't matter). A disabled link will render as italicised text by default.

15 years agoMDL-19792 Fixed number of bugs in URLs
nicolasconnault [Wed, 9 Sep 2009 03:26:18 +0000 (03:26 +0000)]
MDL-19792 Fixed number of bugs in URLs

15 years agoblocks MDL-20206 Added checking to initialise block weight array outsite of min/max...
samhemelryk [Wed, 9 Sep 2009 02:44:57 +0000 (02:44 +0000)]
blocks MDL-20206 Added checking to initialise block weight array outsite of min/max if blocks weight already exceeds that range

15 years agotag logs MDL-19604 Add logging for tag editing/updates, merged from MOODLE19_STABLE
rwijaya [Wed, 9 Sep 2009 02:43:43 +0000 (02:43 +0000)]
tag logs MDL-19604 Add logging for tag editing/updates, merged from MOODLE19_STABLE

15 years agoUpdated the HEAD build version to 20090909
moodlerobot [Wed, 9 Sep 2009 00:38:24 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090909

15 years agoNOBUG: Added a new function handling with the grades precission
mudrd8mz [Tue, 8 Sep 2009 21:45:44 +0000 (21:45 +0000)]
NOBUG: Added a new function handling with the grades precission

We should provide a common approach to float grade values so modules
will be consistent in grading algorithm. That is why I push it here.
Note that basically this complements grade_floats_different().
Used in Workshop 2.0.

15 years agonavigation MDL-20235 Ignored active path for site course when in user context
samhemelryk [Tue, 8 Sep 2009 09:07:20 +0000 (09:07 +0000)]
navigation MDL-20235 Ignored active path for site course when in user context

15 years agoMDL-19825 Upgraded some of the code to the new OUTPUT functions, and fixed a bug...
nicolasconnault [Tue, 8 Sep 2009 08:58:45 +0000 (08:58 +0000)]
MDL-19825 Upgraded some of the code to the new OUTPUT functions, and fixed a bug that prevented correct output

15 years agonavigation MDL-20227 Added compare function
samhemelryk [Tue, 8 Sep 2009 08:49:12 +0000 (08:49 +0000)]
navigation MDL-20227 Added compare function
This allows us to compare the modinfo stored in the cache with that against that active course

15 years agonavigation MDL-20235 Added ignore_active method for navbar and corrected user/view
samhemelryk [Tue, 8 Sep 2009 08:43:44 +0000 (08:43 +0000)]
navigation MDL-20235 Added ignore_active method for navbar and corrected user/view

15 years agoGetting same records twice... ;-)
stronk7 [Tue, 8 Sep 2009 08:41:43 +0000 (08:41 +0000)]
Getting same records twice... ;-)

15 years agoMDL-19799 Upgraded calls to print_paging_bar
nicolasconnault [Tue, 8 Sep 2009 08:39:30 +0000 (08:39 +0000)]
MDL-19799 Upgraded calls to print_paging_bar

15 years ago"MDL-16597, support set primary file in resource module, add a parameter to filemanag...
dongsheng [Tue, 8 Sep 2009 07:55:22 +0000 (07:55 +0000)]
"MDL-16597, support set primary file in resource module, add a parameter to filemanager element"

15 years agoMDL-20232 making "object" class extend stdClass - this greatly helps with type checking
skodak [Tue, 8 Sep 2009 07:09:01 +0000 (07:09 +0000)]
MDL-20232 making "object" class extend stdClass - this greatly helps with type checking

15 years agoMDL-19792 Changed param id to entryid so that the navigation is built consistently...
nicolasconnault [Tue, 8 Sep 2009 05:36:45 +0000 (05:36 +0000)]
MDL-19792 Changed param id to entryid so that the navigation is built consistently with index.php. Also fixed the form which was broken

15 years agomod-quiz MDL-19813 Fixed regression missing global PAGE and OUTPUT
samhemelryk [Tue, 8 Sep 2009 03:46:52 +0000 (03:46 +0000)]
mod-quiz MDL-19813 Fixed regression missing global PAGE and OUTPUT

15 years agooutput MDL-19077 when checkbox was set as not checked (value = 0), it was displayed...
jerome [Tue, 8 Sep 2009 03:43:40 +0000 (03:43 +0000)]
output MDL-19077 when checkbox was set as not checked (value = 0), it was displayed as checked

15 years agochat MDL-19804 Fixed regression caused by page general type
samhemelryk [Tue, 8 Sep 2009 03:39:50 +0000 (03:39 +0000)]
chat MDL-19804 Fixed regression caused by page general type
Changed general type to embedded so blocks, header, and footer are not shown in chat user frame

15 years agoMDL-19756 Sending prepared classes for tbody of html_class
nicolasconnault [Tue, 8 Sep 2009 03:33:20 +0000 (03:33 +0000)]
MDL-19756 Sending prepared classes for tbody of html_class

15 years agostandardwhite MDL-20221 added embedded type to standardwhite as it was overriding...
samhemelryk [Tue, 8 Sep 2009 03:28:56 +0000 (03:28 +0000)]
standardwhite MDL-20221 added embedded type to standardwhite as it was overriding standard config
Checked other themes and currently all others fine

15 years agoFixed table width for "Edit categories and items" table
nicolasconnault [Tue, 8 Sep 2009 03:20:21 +0000 (03:20 +0000)]
Fixed table width for "Edit categories and items" table

15 years agomod-assignment MDL-19803 Fixed regression, missing global PAGE
samhemelryk [Tue, 8 Sep 2009 03:19:11 +0000 (03:19 +0000)]
mod-assignment MDL-19803 Fixed regression, missing global PAGE

15 years agoMDL-19797 Added proper labels with accesshide class for all checkboxes
nicolasconnault [Tue, 8 Sep 2009 03:18:03 +0000 (03:18 +0000)]
MDL-19797 Added proper labels with accesshide class for all checkboxes

15 years agonavigation MDL-20216 Fixed regression in course/modedit.php
samhemelryk [Tue, 8 Sep 2009 03:16:23 +0000 (03:16 +0000)]
navigation MDL-20216 Fixed regression in course/modedit.php

15 years agoMDL-19792 Removed some legacy code and cleaned up the navigation for add/edit blog...
nicolasconnault [Tue, 8 Sep 2009 03:05:09 +0000 (03:05 +0000)]
MDL-19792 Removed some legacy code and cleaned up the navigation for add/edit blog entry page

15 years agocore MDL-19786 Deprecated print_header_simple function - now use PAGE and OUTPUT...
samhemelryk [Tue, 8 Sep 2009 02:41:51 +0000 (02:41 +0000)]
core MDL-19786 Deprecated print_header_simple function - now use PAGE and OUTPUT methods

15 years agocore MDL-19786 Updated OUTPUT->header calls that were still using arguments
samhemelryk [Tue, 8 Sep 2009 02:23:00 +0000 (02:23 +0000)]
core MDL-19786 Updated OUTPUT->header calls that were still using arguments

15 years agomod-wiki MDL-19817 Updated print_header_simple and build_navigation to OUTPUT and...
samhemelryk [Tue, 8 Sep 2009 02:16:33 +0000 (02:16 +0000)]
mod-wiki MDL-19817 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents

15 years agomod-folder MDL-19799 Updated print_header_simple and build_navigation to OUTPUT and...
samhemelryk [Tue, 8 Sep 2009 02:12:44 +0000 (02:12 +0000)]
mod-folder MDL-19799 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents

15 years agomod-resource MDL-19814 Updated print_header_simple and build_navigation to OUTPUT...
samhemelryk [Tue, 8 Sep 2009 02:11:49 +0000 (02:11 +0000)]
mod-resource MDL-19814 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents

15 years agomod-imscp MDL-19799 Updated print_header_simple and build_navigation to OUTPUT and...
samhemelryk [Tue, 8 Sep 2009 02:10:06 +0000 (02:10 +0000)]
mod-imscp MDL-19799 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents

15 years agomod-url MDL-19799 Updated print_header_simple and build_navigation to OUTPUT and...
samhemelryk [Tue, 8 Sep 2009 02:09:07 +0000 (02:09 +0000)]
mod-url MDL-19799 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents

15 years agomod-page MDL-19799 Updated print_header_simple and build_navigation to OUTPUT and...
samhemelryk [Tue, 8 Sep 2009 02:08:12 +0000 (02:08 +0000)]
mod-page MDL-19799 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents

15 years agochoice MDL-19805 Updated print_header_simple and build_navigation to OUTPUT and PAGE...
samhemelryk [Tue, 8 Sep 2009 02:05:11 +0000 (02:05 +0000)]
choice MDL-19805 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents

15 years agomod-survey MDL-19816 Updated print_header_simple and build_navigation to OUTPUT and...
samhemelryk [Tue, 8 Sep 2009 02:02:03 +0000 (02:02 +0000)]
mod-survey MDL-19816 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents

15 years agoquiz MDL-19813 Updated print_header_simple and build_navigation to OUTPUT and PAGE...
samhemelryk [Tue, 8 Sep 2009 01:57:28 +0000 (01:57 +0000)]
quiz MDL-19813 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents

15 years agoquestion MDL-19797 Updated print_header_simple and build_navigation to OUTPUT and...
samhemelryk [Tue, 8 Sep 2009 01:48:37 +0000 (01:48 +0000)]
question MDL-19797 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents

15 years agoquestion MDL-19820 Updated print_header_simple and build_navigation to OUTPUT and...
samhemelryk [Tue, 8 Sep 2009 01:43:08 +0000 (01:43 +0000)]
question MDL-19820 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents

15 years agolib MDL-19799 Updated print_header_simple and build_navigation to OUTPUT and PAGE...
samhemelryk [Tue, 8 Sep 2009 01:39:12 +0000 (01:39 +0000)]
lib MDL-19799 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents

15 years agocourse MDL-19794 Updated print_header_simple and build_navigation to OUTPUT and PAGE...
samhemelryk [Tue, 8 Sep 2009 01:33:56 +0000 (01:33 +0000)]
course MDL-19794 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents

15 years agotag MDL-19823 Updated print_header_simple and build_navigation to OUTPUT and PAGE...
samhemelryk [Tue, 8 Sep 2009 01:30:04 +0000 (01:30 +0000)]
tag MDL-19823 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents

15 years agoUpdated the HEAD build version to 20090908
moodlerobot [Tue, 8 Sep 2009 00:37:57 +0000 (00:37 +0000)]
Updated the HEAD build version to 20090908

15 years agoNOBUG: Re-fix: wrong brackets in the previous commit, sorry
mudrd8mz [Mon, 7 Sep 2009 15:04:11 +0000 (15:04 +0000)]
NOBUG: Re-fix: wrong brackets in the previous commit, sorry

15 years agoNOBUG: better handling of {module}_pluginfile() return values
mudrd8mz [Mon, 7 Sep 2009 14:45:20 +0000 (14:45 +0000)]
NOBUG: better handling of {module}_pluginfile() return values

{module}_pluginfile() should either send the file or
send_file_not_found() or print an error and terminate or whatever, it
should never return to the caller

15 years agoMDL-19792 Applied Sam's patch
nicolasconnault [Mon, 7 Sep 2009 10:01:26 +0000 (10:01 +0000)]
MDL-19792 Applied Sam's patch

15 years agofeedback MDL-19807 Updated print_header and build_navigation to OUTPUT and PAGE equiv...
samhemelryk [Mon, 7 Sep 2009 08:10:42 +0000 (08:10 +0000)]
feedback MDL-19807 Updated print_header and build_navigation to OUTPUT and PAGE equivalents

15 years agofixed notice (and bug) introduced by MDL-19787
stronk7 [Mon, 7 Sep 2009 08:05:01 +0000 (08:05 +0000)]
fixed notice (and bug) introduced by MDL-19787

15 years agocourse MDL-19794 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Mon, 7 Sep 2009 07:33:41 +0000 (07:33 +0000)]
course MDL-19794 Updated print_header and build_navigation to OUTPUT and PAGE equivalents

15 years agoportfolio MDL-19819 Updated print_header and build_navigation to OUTPUT and PAGE...
samhemelryk [Mon, 7 Sep 2009 07:29:07 +0000 (07:29 +0000)]
portfolio MDL-19819 Updated print_header and build_navigation to OUTPUT and PAGE equivalents

15 years agosurvey MDL-19816 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Mon, 7 Sep 2009 07:28:49 +0000 (07:28 +0000)]
survey MDL-19816 Updated print_header and build_navigation to OUTPUT and PAGE equivalents

15 years agocore MDL-19799 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Mon, 7 Sep 2009 07:20:14 +0000 (07:20 +0000)]
core MDL-19799 Updated print_header and build_navigation to OUTPUT and PAGE equivalents

15 years agogroup MDL-19798 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Mon, 7 Sep 2009 06:43:02 +0000 (06:43 +0000)]
group MDL-19798 Updated print_header and build_navigation to OUTPUT and PAGE equivalents

15 years agolesson MDL-19812 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Mon, 7 Sep 2009 06:28:37 +0000 (06:28 +0000)]
lesson MDL-19812 Updated print_header and build_navigation to OUTPUT and PAGE equivalents

15 years agoassignments MDL-19803 Updated print_header and build_navigation to OUTPUT and PAGE...
samhemelryk [Mon, 7 Sep 2009 06:23:46 +0000 (06:23 +0000)]
assignments MDL-19803 Updated print_header and build_navigation to OUTPUT and PAGE equivalents

15 years agobackup MDL-19789 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Mon, 7 Sep 2009 06:18:27 +0000 (06:18 +0000)]
backup MDL-19789 Updated print_header and build_navigation to OUTPUT and PAGE equivalents

15 years agogradebook MDL-19797 Updated print_header and build_navigation to OUTPUT and PAGE...
samhemelryk [Mon, 7 Sep 2009 06:04:46 +0000 (06:04 +0000)]
gradebook MDL-19797 Updated print_header and build_navigation to OUTPUT and PAGE equivalents

15 years agonotes MDL-19806 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Mon, 7 Sep 2009 05:43:15 +0000 (05:43 +0000)]
notes MDL-19806 Updated print_header and build_navigation to OUTPUT and PAGE equivalents

15 years agonotes MDL-19818 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Mon, 7 Sep 2009 05:31:58 +0000 (05:31 +0000)]
notes MDL-19818 Updated print_header and build_navigation to OUTPUT and PAGE equivalents

15 years agofiles MDL-19799 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Mon, 7 Sep 2009 04:11:32 +0000 (04:11 +0000)]
files MDL-19799 Updated print_header and build_navigation to OUTPUT and PAGE equivalents

15 years agomod-chat MDL-19804 Updated print_header and build_navigation to OUTPUT and PAGE equiv...
samhemelryk [Mon, 7 Sep 2009 04:08:56 +0000 (04:08 +0000)]
mod-chat MDL-19804 Updated print_header and build_navigation to OUTPUT and PAGE equivalents

15 years agomod-hotpot MDL-19810 Updated print_header and build_navigation to OUTPUT and PAGE...
samhemelryk [Mon, 7 Sep 2009 03:55:32 +0000 (03:55 +0000)]
mod-hotpot MDL-19810 Updated print_header and build_navigation to OUTPUT and PAGE equivalents

15 years agomod-glossary MDL-19809 Updated print_header and build_navigation to OUTPUT and PAGE...
samhemelryk [Mon, 7 Sep 2009 03:20:35 +0000 (03:20 +0000)]
mod-glossary MDL-19809 Updated print_header and build_navigation to OUTPUT and PAGE equivalents

15 years agonavigation MDL-14632 Fixed bug whereby active module may not be marked as active
samhemelryk [Mon, 7 Sep 2009 03:16:52 +0000 (03:16 +0000)]
navigation MDL-14632 Fixed bug whereby active module may not be marked as active

15 years agotheme MDL-19824 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Mon, 7 Sep 2009 02:43:28 +0000 (02:43 +0000)]
theme MDL-19824 Updated print_header and build_navigation to OUTPUT and PAGE equivalents

15 years agorepository MDL-19821 Updated print_header and build_navigation to OUTPUT and PAGE...
samhemelryk [Mon, 7 Sep 2009 02:40:34 +0000 (02:40 +0000)]
repository MDL-19821 Updated print_header and build_navigation to OUTPUT and PAGE equivalents

15 years agoquestion MDL-19820 Updated print_header and build_navigation to OUTPUT and PAGE equiv...
samhemelryk [Mon, 7 Sep 2009 02:36:39 +0000 (02:36 +0000)]
question MDL-19820 Updated print_header and build_navigation to OUTPUT and PAGE equivalents

15 years ago"MDL-14651, fixed chat_format_userlist"
dongsheng [Mon, 7 Sep 2009 02:20:42 +0000 (02:20 +0000)]
"MDL-14651, fixed chat_format_userlist"

15 years agomod-quiz MDL-19813 Updated print_header and build_navigation to OUTPUT and PAGE equiv...
samhemelryk [Mon, 7 Sep 2009 02:11:54 +0000 (02:11 +0000)]
mod-quiz MDL-19813 Updated print_header and build_navigation to OUTPUT and PAGE equivalents

15 years agoUpdated the HEAD build version to 20090907
moodlerobot [Mon, 7 Sep 2009 00:37:22 +0000 (00:37 +0000)]
Updated the HEAD build version to 20090907

15 years agoMDL-19418 Correcting expression by escaping ~ so that it is interpreted as a charracter
pichetp [Sun, 6 Sep 2009 20:34:09 +0000 (20:34 +0000)]
MDL-19418 Correcting expression by escaping ~ so that it is interpreted as a charracter

15 years agoMDL-20176 Eliminate all PARAM_CLEAN, MDL-17366 cleaning code
pichetp [Sun, 6 Sep 2009 19:06:23 +0000 (19:06 +0000)]
MDL-20176 Eliminate all PARAM_CLEAN, MDL-17366 cleaning code

15 years ago"MDL-14651, fixed duplicate users in list, add language string"
dongsheng [Sun, 6 Sep 2009 09:24:57 +0000 (09:24 +0000)]
"MDL-14651, fixed duplicate users in list, add language string"

15 years agoUpdated the HEAD build version to 20090906
moodlerobot [Sun, 6 Sep 2009 00:36:50 +0000 (00:36 +0000)]
Updated the HEAD build version to 20090906

15 years ago"MDL-8224, use embedded layout in gui_header_js UI, add a css to gui_basic UI"
dongsheng [Sat, 5 Sep 2009 18:46:02 +0000 (18:46 +0000)]
"MDL-8224, use embedded layout in gui_header_js UI, add a css to gui_basic UI"

15 years ago"MDL-14651, improve ajax chat module"
dongsheng [Sat, 5 Sep 2009 18:41:25 +0000 (18:41 +0000)]
"MDL-14651, improve ajax chat module"

15 years ago"MDL-20221, hide header and navigation in embedded layout"
dongsheng [Sat, 5 Sep 2009 18:22:36 +0000 (18:22 +0000)]
"MDL-20221, hide header and navigation in embedded layout"

15 years agoNOBUG: Fixed bug in $PAGE->set_url() when moodle_url passed
mudrd8mz [Sat, 5 Sep 2009 17:32:10 +0000 (17:32 +0000)]
NOBUG: Fixed bug in $PAGE->set_url() when moodle_url passed

When moodle_url was passed as a param to set_url(), the str_replace() kept
the leading '/' in the $shorturl. This then led to the <body> classes
like '-mod-workshop' instead of correct 'mod-workshop' (the slash
replaced with minus sign).

15 years agoUpdated the HEAD build version to 20090905
moodlerobot [Sat, 5 Sep 2009 00:37:33 +0000 (00:37 +0000)]
Updated the HEAD build version to 20090905

15 years agoFixing an incorrect concatenate of CSS classes arrays
mudrd8mz [Fri, 4 Sep 2009 21:53:24 +0000 (21:53 +0000)]
Fixing an incorrect concatenate of CSS classes arrays

array + array does not add new items if their numeric keys are the same. This
lead to the bug that add_classes() did not work correctly.

15 years ago"MDL-14651, fixed typo and set page type as form"
dongsheng [Fri, 4 Sep 2009 09:50:46 +0000 (09:50 +0000)]
"MDL-14651, fixed typo and set page type as form"