samhemelryk
dfca6e9968
navigation MDL-20324 Quick fix to a regression caused by last update
2009-09-23 06:24:14 +00:00
samhemelryk
fa42a689cd
navigation MDL-20324 Quick fix to a regression caused by last update
2009-09-23 06:17:52 +00:00
samhemelryk
bf6c37c786
navigation MDL-20332 MDL-20324 Modifications to fix the following issues:
...
* If no active node is found when the navigation is called upon then we attempt to find a best match active node
* Links are now produced with frame breakout actions
* Links ending with / are presumed index.php for matching purposes
2009-09-23 06:05:36 +00:00
mudrd8mz
44f6ca9e11
MDL-20334 re-fix - small performance improvement
...
As Petr suggested, is_array() is faster than empty() so it makes sense
to check it first.
2009-09-22 21:18:29 +00:00
mudrd8mz
1336c8ebca
MDL-20334 get_in_or_equal() does not accept empty array
2009-09-22 21:03:38 +00:00
stronk7
96158ee548
Properly truncating temp tables before dropping them.
2009-09-22 20:26:23 +00:00
stronk7
8127db52db
Added some DDL tests to check for proper empty defaults.
2009-09-22 17:57:08 +00:00
stronk7
692ae9122e
MDL-14679, MDL-17491 empty defaults: when passing empty ('') default to char/clob columns
...
apply correct $default_for_char, so each DB will get its correct empty value
2009-09-22 17:26:40 +00:00
stronk7
9a61e6ba1f
MDL-17491 oracle native driver: normalise empty behaviour (dirty hack) to
...
work with all CHAR/CLOB columns and implemente oracle transactions support.
2009-09-22 16:44:27 +00:00
stronk7
cf874b2949
MDL-17491 dml tests4oracle empties/null/hack added.
2009-09-22 16:26:14 +00:00
stronk7
52a0162647
MDL-17491 oracle native driver: LOB handling near finished + some helper functions
2009-09-22 08:58:22 +00:00
skodak
5a529a535c
fixing reverting mess
2009-09-21 16:08:26 +00:00
stronk7
d3f9913a4f
MDL-17491 oci native driver: reverting 2 debug-like bits I left in previous commit
2009-09-21 11:43:58 +00:00
stronk7
8b30c95332
MDL-17491 Better fetching this way :-)
2009-09-21 11:38:04 +00:00
stronk7
515cb65357
MDL-19057 added hack for oracle testing (random oci bug) and some missing close() statements.
2009-09-21 11:32:45 +00:00
stronk7
8089f8f67e
MDL-17491 oci native driver: preparing to support transactions, oracle dirty hack and others. WIP
2009-09-21 11:28:42 +00:00
samhemelryk
dfab77a26e
navigation MDL-14632 Added and implemented course report callback function
2009-09-21 07:22:57 +00:00
nicolasconnault
9c8c6c29f0
MDL-19754 MDL-19676 Reverted blog tables in install.xml
2009-09-21 03:31:18 +00:00
nicolasconnault
db8b0c852f
MDL-19754 MDL-19676 Reverted blog upgrade code
2009-09-21 03:25:25 +00:00
moodler
4ea56b3fe2
adminlib whitespace fixes
2009-09-21 02:52:34 +00:00
nicolasconnault
20e4b1d344
MDL-19754 MDL-8776 MDL-19678 MDL-20314 Reverting an uninentional table delete from install.xml
2009-09-18 07:49:56 +00:00
nicolasconnault
947eaf5781
MDL-19754 MDL-8776 MDL-19678 MDL-20314 Converting old post table to blog_entries, upgrading blog code accordingly, and tags in tag_instance table
2009-09-18 06:57:52 +00:00
samhemelryk
2a8a4ac2ac
navigation MDL-20297 Fixed bug whereby ajax events wern't be detached leading to over population of the tree
2009-09-18 06:24:42 +00:00
samhemelryk
4b51168436
overlib MDL-19735 Duplicate overlib.js, please use the lib/overlib/overlib.js file instead
2009-09-18 05:50:37 +00:00
dongsheng
5b8d3feb63
"MDL-16597, filemanager, fixed language string"
2009-09-18 04:05:49 +00:00
ashleyholman
58aaa8e97e
MDL-15897: Changed admin_setting_configtext.validate() check to not treat all strings as custom regex's (since PARAM_* constants are now strings).
...
Instead require them to have '/' at the beginning and end of the pattern.
The only setting that appears to use a custom regex is scorm/apidebugmask - now updated to contain surrounding slashes.
2009-09-18 03:52:50 +00:00
dongsheng
fd4faf98fe
"MDL-14706, move javascript code to javascript-static.js"
2009-09-18 03:50:46 +00:00
dongsheng
56a7bf6837
" MDL-16597, ajax file manager element"
2009-09-17 08:47:23 +00:00
samhemelryk
458eb0d10c
overlib MDL-19735 Overlib is now included only where it is used
...
At the same time I have converted the calendar block to use YUI instead of overlib, this introduces one regression in that the panel is shown immediatly but should really have a minimal delay for usability.
This will be fixed once the theme changes for 2.0 have been commited
2009-09-17 07:46:20 +00:00
nicolasconnault
bb55642327
MDL-19407 Defaulting all grade items to non-extra-credit when moving to a SWM category, except if they originally come from a SWM category and were set as extra credit there. Merged from MOODLE_19_STABLE
2009-09-17 07:16:51 +00:00
samhemelryk
ac310b3a7e
lib-cookies MDL-19737 Removed need to include cookies.js on every page
...
Is only been used by SCORM and the chameleon theme so they include it locally when required
2009-09-17 06:42:54 +00:00
samhemelryk
785669995e
navigation MDL-14632 Fixed bug when viewing participants list and incorrect navbar
2009-09-17 04:08:35 +00:00
moodler
6248ce6384
blog_external MDL-20219 Remove blog external reference from admin
2009-09-17 02:59:41 +00:00
skodak
893d7f0f11
MDL-12886 moved WS related stuff to webservice lib instead of external lib
2009-09-16 19:03:21 +00:00
skodak
d4e133554a
MDL-12886 improved external API
2009-09-16 19:00:12 +00:00
skodak
5b658d18ad
MDL-12886 api improvments - adding new descriptions functions - for now without the implemenatation, we need to decide first
2009-09-16 18:49:16 +00:00
skodak
1bea0c27d9
MDL-12886 api improvments - the actuall validation implementation is missing - we need to finalize the param description first
2009-09-16 18:06:31 +00:00
skodak
8adaba4258
MDL-12886 the param and return descriptions will be in static methods together with the implementation :-)
2009-09-16 17:44:28 +00:00
moodler
2896b96c49
webservices MDL-12886 Correct services.php function description for create_users
2009-09-16 14:21:28 +00:00
moodler
03b31ea332
params MDL-15897 Tidy up PARAM_XXXX defines to use strings instead of numbers, sort alphabetically and segregate the aliases and deprecated definitions
...
The numbers were used orginally because we planned to use them as bitmasks, but that never happened. Strings are much simpler.
2009-09-16 13:52:16 +00:00
nicolasconnault
ac06c0a371
MDL-19756 Fixed link to help.php
2009-09-16 09:29:37 +00:00
samhemelryk
36c3a49955
weblib MDL-20276 Reverted fix to deal with relative URLs
2009-09-16 09:17:25 +00:00
samhemelryk
4881edc9d2
navigation MDL-14632 Moved course participants and reports from settings navigation to global navigation
2009-09-16 09:07:39 +00:00
samhemelryk
152fdf934d
navigation MDL-14632 Gave Front page settings a named key so that it can be closed if someone ever wants to close it by default
2009-09-16 08:04:59 +00:00
samhemelryk
a6e34701cb
navigation MDL-14632 Added prepend method to settings navigation class to allow for the addition of branches to the top of the settings navigation block
2009-09-16 07:52:36 +00:00
samhemelryk
b0f4e4e442
questions MDL-20276 Fixed minor issue with URL handling within the paging bar for the question bank
2009-09-16 02:43:58 +00:00
skodak
ef22c1b664
MDL-12886 converting user/external.php to externallib.php - work in progress
2009-09-15 22:52:49 +00:00
stronk7
df5f916570
Fix incorrect var name and unnecessary (object) cast
2009-09-15 22:14:54 +00:00
skodak
ab9a01f2b7
MDL-20293 strict param validation support - fixed group external lib methods
2009-09-15 20:31:08 +00:00
skodak
d80e74fb8e
MDL-20293 strict param validation support
2009-09-15 20:14:07 +00:00