37855 Commits

Author SHA1 Message Date
moodlerobot
342654a522 Updated the HEAD build version to 20090910 2009-09-10 00:38:02 +00:00
stronk7
81f5be122b s/DB tra/BD Tra/g 2009-09-09 16:35:17 +00:00
stronk7
167cbee855 couple tests for DBs not supporting transactions 2009-09-09 16:33:45 +00:00
stronk7
8a4f9c0629 oci driver regexp abilities default to moodle_database ones 2009-09-09 16:04:49 +00:00
stronk7
dd67e10c8e begin_sql() now uses current storage engine info to know if transactions are going to work
(only InnoDB detected as trasaction-able)
2009-09-09 16:01:31 +00:00
poltawski
3d6c36ff6e 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)
2009-09-09 13:42:25 +00:00
poltawski
03f3a43441 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.
2009-09-09 13:34:41 +00:00
stronk7
dd1611a5bd Pair number of DML tests in all DB, no matter if regexp is supported or no 2009-09-09 13:21:08 +00:00
stronk7
bad9a043a4 Test drop_enum_from_field() and friends. Interim tests for the 1.9 => 2.0
upgrade. Will be out after branching for 2.1
2009-09-09 12:55:01 +00:00
poltawski
dbcf271b57 course/logs MDL-15090 - Broken links generated for role actions in logs 2009-09-09 12:45:45 +00:00
stronk7
4d163d02be Do not force table type for temporary tables 2009-09-09 09:44:39 +00:00
stronk7
f94f10ca81 temp tables behaviour change: exception if exits on creation (like normal tables) 2009-09-09 09:41:37 +00:00
samhemelryk
3b7a763c18 navigation MDL-20227 Fixed simpletest regression 2009-09-09 08:50:49 +00:00
jerome
15f4e7fdac webservice MDL-12886 quick fix for external file 2009-09-09 08:35:26 +00:00
samhemelryk
47c96a774e mod-assignment MDL-20241 Upgraded assignment to use new navigation blocks 2009-09-09 08:23:41 +00:00
jerome
9baf682518 webservice MDL-12886 web service administration 2009-09-09 07:55:03 +00:00
samhemelryk
5afb01e899 navigation MDL-20242 Fixed bug whereby sections that no longer exist were shown 2009-09-09 07:36:02 +00:00
samhemelryk
0a8e8b6fd8 navigation MDL-14632 Added title tags for navigation items that are trimmed but do not have an action 2009-09-09 06:16:09 +00:00
dongsheng
4ba3169d21 "MDL-16697, add savepath parameter to filepicker, fixed title click event in filepicker" 2009-09-09 04:59:58 +00:00
samhemelryk
2e7f1f79e2 navigation MDL-14632 Added Participants item to front page branch in settings block 2009-09-09 04:21:20 +00:00
samhemelryk
d7319652ad navigation MDL-20234 Fixed bug with moveto icon action and added support for URL switching of dock state 2009-09-09 03:59:26 +00:00
nicolasconnault
284943fcd0 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. 2009-09-09 03:52:49 +00:00
nicolasconnault
a0ead5eb81 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. 2009-09-09 03:28:26 +00:00
nicolasconnault
b0e90a0ccd MDL-19792 Fixed number of bugs in URLs 2009-09-09 03:26:18 +00:00
samhemelryk
f4e6a86e41 blocks MDL-20206 Added checking to initialise block weight array outsite of min/max if blocks weight already exceeds that range 2009-09-09 02:44:57 +00:00
rwijaya
b89e4ad8fa tag logs MDL-19604 Add logging for tag editing/updates, merged from MOODLE19_STABLE 2009-09-09 02:43:43 +00:00
moodlerobot
e6728ca7c8 Updated the HEAD build version to 20090909 2009-09-09 00:38:24 +00:00
mudrd8mz
f162c15a5a 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.
2009-09-08 21:45:44 +00:00
samhemelryk
ee8aca2781 navigation MDL-20235 Ignored active path for site course when in user context 2009-09-08 09:07:20 +00:00
nicolasconnault
4e487ce26c MDL-19825 Upgraded some of the code to the new OUTPUT functions, and fixed a bug that prevented correct output 2009-09-08 08:58:45 +00:00
samhemelryk
fdd35767f3 navigation MDL-20227 Added compare function
This allows us to compare the modinfo stored in the cache with that against that active course
2009-09-08 08:49:12 +00:00
samhemelryk
3175908906 navigation MDL-20235 Added ignore_active method for navbar and corrected user/view 2009-09-08 08:43:44 +00:00
stronk7
63dc5bfcb2 Getting same records twice... ;-) 2009-09-08 08:41:43 +00:00
nicolasconnault
b28c784fd0 MDL-19799 Upgraded calls to print_paging_bar 2009-09-08 08:39:30 +00:00
dongsheng
17295e0b03 "MDL-16597, support set primary file in resource module, add a parameter to filemanager element" 2009-09-08 07:55:22 +00:00
skodak
b08b356960 MDL-20232 making "object" class extend stdClass - this greatly helps with type checking 2009-09-08 07:09:01 +00:00
nicolasconnault
0a941490ec MDL-19792 Changed param id to entryid so that the navigation is built consistently with index.php. Also fixed the form which was broken 2009-09-08 05:36:45 +00:00
samhemelryk
4e0c07f7d8 mod-quiz MDL-19813 Fixed regression missing global PAGE and OUTPUT 2009-09-08 03:46:52 +00:00
jerome
a8744ef11d output MDL-19077 when checkbox was set as not checked (value = 0), it was displayed as checked 2009-09-08 03:43:40 +00:00
samhemelryk
889f591cf0 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
2009-09-08 03:39:50 +00:00
nicolasconnault
f2a5140264 MDL-19756 Sending prepared classes for tbody of html_class 2009-09-08 03:33:20 +00:00
samhemelryk
523d30942d standardwhite MDL-20221 added embedded type to standardwhite as it was overriding standard config
Checked other themes and currently all others fine
2009-09-08 03:28:56 +00:00
nicolasconnault
b6bafda83a Fixed table width for "Edit categories and items" table 2009-09-08 03:20:21 +00:00
samhemelryk
b98b15d7cc mod-assignment MDL-19803 Fixed regression, missing global PAGE 2009-09-08 03:19:11 +00:00
nicolasconnault
71297a3f8f MDL-19797 Added proper labels with accesshide class for all checkboxes 2009-09-08 03:18:03 +00:00
samhemelryk
0ef5125898 navigation MDL-20216 Fixed regression in course/modedit.php 2009-09-08 03:16:23 +00:00
nicolasconnault
9366362a59 MDL-19792 Removed some legacy code and cleaned up the navigation for add/edit blog entry page 2009-09-08 03:05:09 +00:00
samhemelryk
47a1aa45a8 core MDL-19786 Deprecated print_header_simple function - now use PAGE and OUTPUT methods 2009-09-08 02:41:51 +00:00
samhemelryk
393f161545 core MDL-19786 Updated OUTPUT->header calls that were still using arguments 2009-09-08 02:23:00 +00:00
samhemelryk
c6ef21e313 mod-wiki MDL-19817 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents 2009-09-08 02:16:33 +00:00