Commit graph

8760 commits

Author SHA1 Message Date
stronk7
24dc733e16 MDL-17491 oracle native driver: when renaming tables, 1st task is to drop
the associated on insert trigger, to avoid problems later.
2009-09-25 23:08:32 +00:00
samhemelryk
11f1e126e3 requires-css MDL-16151 Support for css files that use args 2009-09-25 08:24:50 +00:00
samhemelryk
1a198dde7d core MDL-19791 Replaced deprecated functions, added set_url calls 2009-09-25 06:17:38 +00:00
stronk7
17f8278c34 MDL-19057 fix default test, rename one reserved word ("number") and add a few more default tests 2009-09-24 21:55:44 +00:00
stronk7
7d9c92a846 MDL-17491 oracle native driver: disable sequence cache before renaming, enable later 2009-09-24 21:52:23 +00:00
stronk7
07f27ecd71 MDL-17491 oracle native driver: add missing tables cache and improve NUMBER and defaults detection 2009-09-24 21:51:32 +00:00
stronk7
8928d9256c Better handling of FLOATS in oracle generator 2009-09-24 16:40:43 +00:00
stronk7
d578c19757 MDL-19057 No more exceptions in tests for oracle. If tests fail, MDL-20339 can be the culprit. 2009-09-24 13:51:41 +00:00
dongsheng
22f6b8df6e "MDL-16597, trim filemanager UI" 2009-09-24 09:05:41 +00:00
dongsheng
4bb7f787cc "MDL-16597, improve maxfile handling, and position creating folder dialog by PageX and PageY" 2009-09-24 08:43:16 +00:00
dongsheng
be4487f400 "MDL-16597, read subdirs parameters from moodleform" 2009-09-24 08:04:22 +00:00
samhemelryk
3468eb2a68 output MDL-20327 Made moodle_core_renderer::link set a target attribute if CFG->frametarget is not empty
This only occurs if the administrator sets the frame name setting for Moodle to something other than default _top
or if frametarget has been overriden manually
2009-09-24 02:30:56 +00:00
stronk7
190ff43b8a MDL-17020 pgsql native driver: use same solution than mssql and oci to disable driver verbosity 2009-09-23 13:42:31 +00:00
stronk7
5c08b24b22 MDL-17969 mssql native driver: better solution to avoid driver verbosity 2009-09-23 13:35:59 +00:00
stronk7
a9ad1798ba MDL-17491 oracle native driver: prevent verbosity of the driver 2009-09-23 13:33:42 +00:00
samhemelryk
a4bead671a navigation MDL-20324 Frame busting now occurs for every nav link if framename is not _top 2009-09-23 09:32:03 +00:00
dongsheng
bc6f72350a "MDL-16597, improve primary file selecting in filemanager" 2009-09-23 09:04:43 +00:00
samhemelryk
4158fc6883 navigation MDL-20324 Fixed typo 2009-09-23 06:28:12 +00:00
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