Commit graph

9332 commits

Author SHA1 Message Date
tjhunt
3d39d775fa unittests: NOBUG further fix to HTML expectations - prevent side-effects. 2009-09-30 17:01:05 +00:00
tjhunt
46aa52bf85 unittests: NOBUG fix outputlib unit tests 2009-09-30 16:55:35 +00:00
tjhunt
91b652ac58 unittests: NOBUG further fix to HTML expectations. 2009-09-30 16:54:49 +00:00
tjhunt
f69bdd006d unittests: NOBUG further pagelib unit test fixes 2009-09-30 16:34:41 +00:00
tjhunt
7d87587449 unittests: NOBUG fix pagelib unit tests 2009-09-30 16:24:05 +00:00
tjhunt
ec26b38806 unittests: NOBUG improve testrss.php failure message to make it easier for people to know to set their proxy. 2009-09-30 14:57:31 +00:00
tjhunt
d4bc6be7e8 unittests: NOBUG fix expectations for content with various types of HTML.
Also, refactor to reduce duplicate code.
2009-09-30 14:52:12 +00:00
tjhunt
5de46612bb unit tests: MDL-20393 temporary work-around for this breakage, so other tests can be run. 2009-09-30 14:16:12 +00:00
tjhunt
f2fcb08c86 unit tests: MDL-20391 temporary work-around for this breakage, so other tests can be run. 2009-09-30 14:15:46 +00:00
tjhunt
89d865a676 unit tests: MDL-20391 temporary work-around for this breakage, so other tests can be run. 2009-09-30 14:03:00 +00:00
samhemelryk
ceebb2ec5f core MDL-19799 Upgraded deprecated calls and minor documentation improvement 2009-09-30 06:14:58 +00:00
ashleyholman
89781f3c0e MDL-20374 default exception handler: log backtrace to webserver log if DEBUG_MINIMAL or greater. 2009-09-29 06:29:11 +00:00
stronk7
30c79d7c42 MDL-17491 oci native driver: fix LOB meta length and minor whitespace 2009-09-28 23:19:20 +00:00
stronk7
2b29d0fa83 MDL-17491 oci native driver: alter column from TEXT to integer/number now working 2009-09-28 23:16:55 +00:00
stronk7
f713581bc3 MDL-14679 table/column meta cache is reset on each request and DDL operation.
No need to call it with false parameter but in very exceptional ocasions.
2009-09-28 23:16:05 +00:00
stronk7
faceaf5580 MDL-14679: mssql and oracle generators now supporting new temptables impl. 2009-09-28 18:17:59 +00:00
stronk7
c6a1e0329a MDL-17491 oci native driver: adding support for local temp tables, via store 2009-09-28 18:15:42 +00:00
stronk7
4b1ee2b3c4 MDL-14679 temporary tables: modify approach so name changes are
now phisically stored and not only calculated on the fly. Oracle
will need that.
2009-09-28 18:10:07 +00:00
stronk7
21e4f4b212 MDL-17491 oci native driver: prevent get_columns() to execute huge queries
and fix return binding to proper SQLT_INT. Truncation was happening with LONG!
2009-09-28 10:27:24 +00:00
skodak
6d7fa5d8d8 MDL-19269 Deleted internal auth users - handling is buggy; credit Martin Langhoff 2009-09-26 20:17:57 +00:00
skodak
d18e0fe646 MDL-20353 adding missing data types of hidden form fields 2009-09-26 17:07:08 +00:00
stronk7
31c05684c3 MDL-17491 oracle driver: specify cache size always (20 = RDBMS default) 2009-09-25 23:21:18 +00:00
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