Petr Škoda
9d0ded6697
MDL-37284 fix mysql test for unicode compatibility
2012-12-22 18:42:55 +01:00
Petr Škoda
48d2e1117f
MDL-37283 import tinymce spellchecker 2.0.6.1
2012-12-22 16:44:55 +01:00
Petr Škoda
d10f3e9fef
MDL-37282 import TinyMCE 3.5.8
2012-12-22 16:24:20 +01:00
Petr Škoda
017a713900
MDL-37152 remove bogus $mail->IsSMTP() breaking non-smtp mailing
...
Credit goes to Aurelijus Bruzas, thanks.
2012-12-22 14:46:44 +01:00
Petr Škoda
171215d465
MDL-37254 add missing AS keyword
2012-12-22 14:11:22 +01:00
Petr Škoda
3db309dcc4
MDL-37191 do not timeout when uninstalling plugins
2012-12-21 15:58:25 +01:00
Petr Škoda
2c4bccd5b8
MDL-35685 attempt to improve slow USER access array init
2012-12-20 22:51:29 +01:00
Petr Škoda
7539894649
MDL-36212 rework html entity conversions
...
This should resolve all html entity conversion problems in different PHP versions.
2012-12-20 22:47:16 +01:00
Petr Škoda
6846f033a9
MDL-37125 import latest YUI 3.8.0
2012-12-20 22:31:51 +01:00
Petr Škoda
301ebbe512
MDL-37183 remove ancient unused excel library
2012-12-20 22:26:59 +01:00
Petr Škoda
23ac6ef6c5
MDL-37186 add the ultimate TinyMCE custom parameter setting
2012-12-20 22:24:15 +01:00
Jason Fowler
d01176bfc9
MDL-35833 - Blocks - Adding alt and title attributes to the docked-block panel close button
2012-12-20 10:42:20 +08:00
Rajesh Taneja
e5ad278a94
MDL-37015 Resource: link in onclick should not contain html special char
2012-12-20 10:21:36 +08:00
Dan Poltawski
b93e0af3fe
Revert "MDL-36704: wrap pending conditions in span tags"
...
This reverts commit 5e9fd83df8
.
2012-12-20 08:45:04 +08:00
Eloy Lafuente (stronk7)
917169221f
Merge branch 'w50_MDL-36245_m25_convert' of git://github.com/skodak/moodle
2012-12-18 23:41:48 +01:00
Dan Poltawski
86575fa709
Merge branch 'MDL-36704-master' of git://github.com/sammarshallou/moodle
2012-12-18 14:57:43 +08:00
Dan Poltawski
3280819b20
Merge branch 'MDL-30899_master' of git://github.com/dmonllao/moodle
2012-12-18 09:10:42 +08:00
Eloy Lafuente (stronk7)
7039c823dc
Merge branch 'w50_MDL-37171_m25_outdatedexcel' of git://github.com/skodak/moodle
2012-12-18 00:13:45 +01:00
Sam Hemelryk
9674194eec
Merge branch 'w50_MDL-36475_m25_zindexesgrrr' of git://github.com/skodak/moodle
2012-12-18 10:43:00 +13:00
Sam Hemelryk
a483113178
Merge branch 'MDL-37176' of git://github.com/stronk7/moodle
2012-12-18 10:12:37 +13:00
Sam Hemelryk
740f635b79
Merge branch 'MDL-29733_master' of git://github.com/andyjdavis/moodle
2012-12-18 09:42:26 +13:00
David Monllao
9e8961e76f
MDL-30899 moodle-enrol-notification Overridding default footer padding
2012-12-17 15:39:19 +08:00
Dan Poltawski
62347c883b
Merge branch 'w50_MDL-36493_m25_mysql' of git://github.com/skodak/moodle
2012-12-17 15:28:39 +08:00
Dan Poltawski
f136e27f15
Merge branch 'MDL-37034-CategoryNavigationKey' of https://github.com/iamandrew/moodle
2012-12-17 15:21:31 +08:00
Dan Poltawski
dfa45f7ddc
Merge branch 'w50_MDL-36597_m25_courselang' of git://github.com/skodak/moodle
2012-12-17 13:51:32 +08:00
Dan Poltawski
bfcbbc9833
Merge branch 'wip-MDL-35874-master' of git://github.com/phalacee/moodle
2012-12-17 11:52:55 +08:00
Dan Poltawski
06ae410844
Merge branch 'MDL-37078-master' of git://github.com/sammarshallou/moodle
2012-12-17 11:36:57 +08:00
Petr Škoda
75427a824c
MDL-37171 fix multiple spreadsheet related PHP4isms
2012-12-15 12:36:40 +01:00
Petr Škoda
04463c0ea6
MDL-36245 add tests for the buggy utf-8 to utf-8 conversion
2012-12-15 11:50:17 +01:00
Petr Škoda
e9a3070676
MDL-36245 try to workaround buggy iconv() when converting text from utf-8 to utf-8
2012-12-15 11:50:17 +01:00
Petr Škoda
83be0dfd57
MDL-36475 tweak zIndexes once more
...
The expected ranges are now:
* 0-1000 for normal code
* 5000-5999 for TinyMCE
* 7000-8999 for filepicker and filemanager
This patch fixes also incorrect location of "MDL-25736 - French spellchecker fixes." modification reminder.
2012-12-15 11:46:46 +01:00
Petr Škoda
57160c25d7
MDL-36493 improve timeout handling in mysql upgrade
...
Credit goes to Mark Nielsen, thanks.
2012-12-15 11:43:52 +01:00
Petr Škoda
801ae0f4d8
MDL-36493 improve performance of mysql unsigned/lob upgrade
2012-12-15 11:43:52 +01:00
Petr Škoda
dbfe415028
MDL-36597 strip '_utf8' from all course.lang fields
2012-12-15 11:13:10 +01:00
Eloy Lafuente (stronk7)
c50c84bbae
MDL-37176 timezones: updated to 2012j
2012-12-14 20:06:56 +01:00
Eloy Lafuente (stronk7)
04e56da75f
Merge branch 'MDL-30700-master' of git://github.com/damyon/moodle
2012-12-13 10:31:59 +01:00
Jason Fowler
e9904e0988
MDL-35874 - Blocks - Adding a label to the 'Add a block' block's select field
2012-12-13 15:08:23 +08:00
Damyon Wiese
d495f2d75e
MDL-30700 tablelib: Fixed get_sort_for_table to work with text sorting columns for oracle
...
This change stores the list of columns that require text sorting in the session,
so the static function "get_sort_for_table" can work without any additional parameters.
2012-12-13 09:58:07 +08:00
sam marshall
79e9e6049b
MDL-37078: Restore - section restore fails with multiple availability conditions
2012-12-12 10:47:17 +00:00
Frederic Massart
638d72cd0b
MDL-32639 files: Improved File Manager download and zip support
2012-12-12 14:38:11 +08:00
Sam Hemelryk
31d5b2dd69
MDL-29805 redirect: added check REQUIRE_CORRECT_ACCESS is true
2012-12-12 09:46:45 +13:00
Sam Hemelryk
16ae43f243
Merge branch 'MDL-29805-master' of git://github.com/mouneyrac/moodle
2012-12-12 09:45:29 +13:00
Eloy Lafuente (stronk7)
771b820285
Merge branch 'MDL-30700-master' of git://github.com/damyon/moodle
2012-12-11 19:56:31 +01:00
Eloy Lafuente (stronk7)
6b9dfe731e
MDL-37032 upgrade: define all the 2.4.0 points
2012-12-11 13:11:11 +01:00
Dan Poltawski
02dd021d26
Merge branch 'w49_MDL-36447_m25_gdtest' of git://github.com/skodak/moodle
2012-12-11 17:54:24 +08:00
Damyon Wiese
1e4bd9fe25
MDL-30700 Assignment 2.2: Added text_sorting function to tablelib
...
Allows oracle to sort by text (clob) columns (should be used sparingly).
2012-12-11 15:42:24 +08:00
Dan Poltawski
4889da2199
Merge branch 'w49_MDL-36983_m25_ordertext' of git://github.com/skodak/moodle
2012-12-11 12:09:10 +08:00
Dan Poltawski
cdb7110f72
Merge branch 'MDL-36845' of git://github.com/timhunt/moodle
2012-12-11 11:58:44 +08:00
Sam Hemelryk
159537f65a
Merge branch 'w49_MDL-36936_m25_composerdev' of git://github.com/skodak/moodle
2012-12-11 15:35:07 +13:00
Sam Hemelryk
7a6ef4ee8f
Merge branch 'w49_MDL-37060_m25_sessinit' of git://github.com/skodak/moodle
2012-12-11 15:27:26 +13:00