Petr Skoda
97dbac93fd
MDL-24192 fixed incorrect raw inserts
2010-09-14 15:30:02 +00:00
Sam Hemelryk
d8ef60bd72
blocks MDL-24066 Blocks can now choose to be hideable + navigation and settings are no longer hideable.
2010-09-14 02:12:41 +00:00
Petr Skoda
7e67b7b79e
MDL-19057 more create_table tests for broken structure of table
2010-09-13 19:05:46 +00:00
Petr Skoda
ebdf7f7e4d
MDL-19057 refactored code used for detection of debug output
2010-09-13 18:55:41 +00:00
Petr Skoda
969cb35fdf
MDL-19057 import_record() tests completed
2010-09-13 18:32:47 +00:00
Petr Skoda
992c19a7a6
MDL-24116 removing old xmldb test suite, all tests are now in DB function tests - improved coding style
2010-09-13 18:32:02 +00:00
Petr Skoda
f3e317dceb
MDL-19057 blobs now supported in pgsql's import_record()
2010-09-13 18:31:21 +00:00
Petr Skoda
4be6e404d2
MDL-24116 dropping tables that were used in old xmldb test suite, the tests will be moved to functional db tests in subsequent commits
2010-09-13 17:33:01 +00:00
Tim Hunt
39c763645e
blocks upgrade MDL-22693 Forgot to change the precision of the block_instances.pagetypepattern column to 64 chars. Do it now.
...
You have to drop and re-create the associated index, otherwise this will not work, at least on Postgres.
2010-09-13 13:01:34 +00:00
Petr Skoda
f49b359b00
MDL-24178 adding unofficial support for LiteSpeed server
2010-09-13 10:29:05 +00:00
Dongsheng Cai
3257cdaee8
"MDL-13766, added two video types for html editor"
2010-09-13 09:42:20 +00:00
Petr Skoda
258a66dcce
MDL-19057 fixed incorrect array_shift
2010-09-13 09:16:38 +00:00
Petr Skoda
3da04607e1
MDL-19057 improved bit operations in oracle, new sql package setup code - all credit goes to Eloy Lafuente; installation instructions and diagnostics to be added later
2010-09-13 09:09:58 +00:00
Petr Skoda
e586aa397e
MDL-19057 improved bit operation tests - now testing placeholders too
2010-09-13 09:05:46 +00:00
Dongsheng Cai
c8f0b53409
MDL-23308, fixed maxbytes setting in filemanager
2010-09-13 09:01:27 +00:00
Sam Hemelryk
e2620b9d15
form-javascript MDL-24024 Fixed bug with mforms JavaScript whereby dependencies on radio buttons were constantly returning true
2010-09-13 08:58:32 +00:00
Petr Skoda
c72b9900ed
MDL-19057 improved bitand tests
2010-09-13 08:53:17 +00:00
Petr Skoda
30899510c1
MDL-19057 fixed bitwise ops - all credit goes to Eloy Lafuente
2010-09-13 08:47:22 +00:00
Petr Skoda
a189ac81ae
MDL-19057 improved delete_records() test
2010-09-13 08:35:24 +00:00
Petr Skoda
16741cac51
MDL-24144 hiding of empty folders in repository/local
2010-09-12 12:29:32 +00:00
Petr Skoda
05f2d18ba2
MDL-18431 use of ZIPARCHIVE::OVERWRITE changed in 5.2.8 - credit goes to Dan Marsden
2010-09-10 21:19:31 +00:00
Petr Skoda
c311889cc0
MDL-18431 use of ZIPARCHIVE::OVERWRITE changed in 5.2.8
2010-09-10 21:18:31 +00:00
Aparup Banerjee
39726f35aa
navigation MDL-24129 showing the hidden regions when moving blocks. This also adds the 'blocks-moving' class to the body as an indicator for themers.
2010-09-10 07:20:41 +00:00
Sam Hemelryk
13e9c0af85
forms MDL-24051 Fixed regression in IE + YUI
2010-09-10 05:53:18 +00:00
Dongsheng Cai
48041cd505
MDL-23619, fixed max files size in filemanager
2010-09-10 05:44:48 +00:00
Sam Hemelryk
1fa692ede1
navigation MDL-24164 Fixed bug whereby site pages was being loaded twice
2010-09-10 03:13:45 +00:00
Rossiani Wijaya
3a42ad126c
MDL-23870: Replace flash and mp3 multimedia filter with flowplayer.
2010-09-09 11:30:06 +00:00
Sam Hemelryk
b95e74322a
yui MDL-24146 Removed 3.1.1
2010-09-09 09:30:44 +00:00
Sam Hemelryk
d543cc3cae
yui MDL-24146 upgraded YUI to version 3.2.0
2010-09-09 09:03:56 +00:00
Sam Hemelryk
3a905609ae
mforms MDL-24048 Fixed bug in IE when attempting to iterate form elements
2010-09-09 06:36:33 +00:00
Sam Hemelryk
4d6fd15c00
blocks MDL-23976 Added block method to determine if any of the blocks in a block region are docked. Kudo's to Brandon for the patch.
2010-09-08 09:01:15 +00:00
Sam Hemelryk
ee9ff05953
navigation MDL-22709 Implemented use of section names in course editing links code. Thanks Brandon for the patch.
2010-09-08 08:44:16 +00:00
Dongsheng Cai
ec125c7596
MDL-22051, move comments deletion code to accesslib.php
2010-09-08 08:29:46 +00:00
Petr Skoda
8dbe233a84
MDL-24126 Increased load performance of pages that don't display the settings description (e.g. pages that just load settings navigation); credit goes to Brandon Turner
2010-09-08 07:48:17 +00:00
Dongsheng Cai
d9efc1fdf3
MDL-24113, change language strings
2010-09-08 07:03:19 +00:00
Aaron Barnes
5642a8e515
MDL-24081 completion Fixing sql injections and use of sql_ilike()
2010-09-08 02:32:43 +00:00
Dan Poltawski
b1ebc904ff
lib/googleapi MDL-24111 - Google Docs Repository Broken
...
This seems to be related to problems at googles end with perhaps
the api not being correctly implemented to start with. Particularly the
docID was incorrect.
I think google worked around the problem with a redirect which the curl
download_file downloaded rather than followed the redirect.
2010-09-07 20:40:09 +00:00
Dongsheng Cai
fa7f2a4579
MDL-24108, display max file size in filepicker and filemanager
2010-09-07 10:06:57 +00:00
Petr Skoda
4a79777cdd
MDL-19057 add comment to test tables so that ppl know they can be safely dropped
2010-09-07 08:58:05 +00:00
Petr Skoda
463776cacc
MDL-19057 simplified test table management
2010-09-07 08:48:09 +00:00
Petr Skoda
98cf713bd4
MDL-19057 better use similar table names for each DML test - this helps with cleanup of leftovers
2010-09-07 08:37:39 +00:00
Petr Skoda
656e1184b8
MDL-24109 saving of draft files now detects all changes
2010-09-07 08:23:11 +00:00
Petr Skoda
8170809d52
MDL-19057 fixed debug regression, going to refactor this into new methods soon
2010-09-07 07:56:27 +00:00
Petr Skoda
5ab41c2758
MDL-19057 improved test_update_record_raw()
2010-09-06 19:55:49 +00:00
Petr Skoda
8ca7b3dfb1
MDL-19057 more insert and import record improvements
2010-09-06 19:45:03 +00:00
Petr Skoda
3b63379634
MDL-19057 one more insert_record_raw test
2010-09-06 19:37:30 +00:00
Petr Skoda
4d7b046739
MDL-19057 improved insert_record testing
2010-09-06 19:34:33 +00:00
Petr Skoda
7374c35c3a
MDL-19057 improved test_insert_record_raw()
2010-09-06 19:07:19 +00:00
Petr Skoda
66556e7ac0
MDL-19057 minor coding style cleanup
2010-09-06 17:40:12 +00:00
Petr Skoda
76f8ddc053
MDL-19057 minor coding style improvements
2010-09-06 17:28:02 +00:00