Commit graph

38176 commits

Author SHA1 Message Date
nicolasconnault
527761e05f Removed rogue GROUP BY 2009-09-11 08:13:50 +00:00
moodler
aebd86db8f course/info MDL-14632 Added header, links and nav. No longer a poopup window. 2009-09-11 07:58:09 +00:00
nicolasconnault
46be7361ee Temporary fix with set_url to remove annoying notices 2009-09-11 07:01:14 +00:00
nicolasconnault
4a8b890a1a MDL-19792 Fixed proper display of headers for Site Blog entries page (index.php, no params) 2009-09-11 07:00:43 +00:00
nicolasconnault
0f097239c4 MDL-19823 Fixed un-handled case of emty array in foreach loop 2009-09-11 06:59:30 +00:00
samhemelryk
0fd3556d26 question MDL-20225 Fixed bugs with redirection url and the first element be unreachable 2009-09-11 06:52:00 +00:00
samhemelryk
5afbd0e783 blocklib MDL-20207 Added $CFG->undeletableblocktypes and documented in config-dist 2009-09-11 06:00:32 +00:00
nicolasconnault
5d50868a61 MDL-19744 Fixed blog attachments 2009-09-11 05:52:22 +00:00
samhemelryk
0961861e63 mod-glossary MDL-20256 Upgraded module to use the new navigation blocks 2009-09-11 05:38:44 +00:00
dongsheng
2289c0e43d "MDL-16697, fixed itemid in filepicker" 2009-09-11 03:24:51 +00:00
nicolasconnault
d355865942 MDL-19808 Added set_url and fixed minor bugs 2009-09-11 03:21:37 +00:00
samhemelryk
29b64a2272 mod-data MDL-20253 Updated database activity module to make use of the new navigation structure 2009-09-11 03:14:42 +00:00
dongsheng
2538037f12 "MDL-16697, two js functions to destroy and show html element" 2009-09-11 02:17:54 +00:00
samhemelryk
ab5bd34d18 mod-feedback MDL-20254 Upgrade feedback module to make use of new navigation blocks
At the same time I also took the oppertunity to fix up the bugs within the feedback module that were making it un-usable
2009-09-11 02:04:38 +00:00
nicolasconnault
5f4d4d801c MDL-19676 Removed blog assignment code 2009-09-11 01:45:16 +00:00
moodlerobot
b5c8422581 Updated the HEAD build version to 20090911 2009-09-11 00:37:59 +00:00
samhemelryk
97011c648c mod-choice MDL-20248 Upgraded choice module to use the new navigation blocks 2009-09-10 07:51:53 +00:00
nicolasconnault
ee00eb8c69 MDL-19792 Fixed output of URLs for blog menu block 2009-09-10 07:05:50 +00:00
samhemelryk
2b9e3bac50 course MDL-19794 Updated a couple of deprecated functions in modedit and view 2009-09-10 06:45:51 +00:00
samhemelryk
b14ae498b9 mod-chat MDL-20243 Upgrade chat module to make use of the two navigation callbacks
Note: I also took the oppertunity to extend navigation_node action handling, so that navigation nodes can accepts
moodle_url, html_link, or strings for actions
2009-09-10 03:50:51 +00:00
samhemelryk
95b97515d5 navigation MDL-14632 Improve simpletest for navigationlib 2009-09-10 02:19:12 +00:00
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