Petr Škoda
383d67f80b
MDL-33041 cleanup moodlenolink plugin
...
AMOS BEGIN
MOV [desc,tinymce_moodlenolink],[moodlenolink:desc,tinymce_moodlenolink]
AMOS END
2012-08-11 15:58:50 +02:00
Petr Škoda
1edb79824c
MDL-33041 cleanup moodlemedia plugin
2012-08-11 15:58:50 +02:00
Petr Škoda
f33693a86a
MDL-33041 cleanup moodleimage plugin
2012-08-11 15:58:21 +02:00
Petr Škoda
703763f670
MDL-33041 use standard action buttons in dragmath plugin
2012-08-11 15:58:21 +02:00
Petr Škoda
ea5437fd7d
MDL-33041 cleanup moodleemoticon plugin
...
AMOS BEGIN
MOV [desc,tinymce_moodleemoticon],[moodleemoticon:desc,tinymce_moodleemoticon]
AMOS END
2012-08-11 15:58:05 +02:00
Petr Škoda
07ce641b75
MDL-33041 cleanup dragmath plugin
...
AMOS BEGIN
MOV [dragmath_desc,tinymce_dragmath],[dragmath:desc,tinymce_dragmath]
MOV [dragmath_title,tinymce_dragmath],[title,tinymce_dragmath]
MOV [dragmath_javaneeded,tinymce_dragmath],[javaneeded,tinymce_dragmath]
AMOS END
2012-08-11 15:57:38 +02:00
Petr Škoda
e4907cab85
MDL-33041 add base TinyMCE and moodle plugin urls
...
We should never use ../../../.. to reference core TinyMCE or moodle TinyMCE plugins, this crate problems if we ever decide to create improved loaders.
2012-08-11 15:57:38 +02:00
Petr Škoda
8585624a6c
MDL-33041 always use only local media in moodle tinymce plugins
...
Unfortunately we can not post-process the css in out moodle tinymce plugins, that is why we need to keep the urls local.
2012-08-11 15:57:38 +02:00
Petr Škoda
a3f1cd0318
MDL-33041 import TinyMCE 3.6.0
...
This contains only string handling changes - finally!
2012-08-11 15:57:37 +02:00
Petr Škoda
065f329a95
MDL-33041 remove another ugly TinyMCE forms hack
2012-08-11 15:57:35 +02:00
Petr Škoda
29e036904f
MDL-33041 mark new TinyMCE subplugins as standard plugins
2012-08-11 15:57:35 +02:00
Petr Škoda
e4ad5d8a5e
MDL-33041 eliminate core TinyMCE moodlemedia hack
2012-08-11 15:57:35 +02:00
Petr Škoda
fb7bcc1396
MDL-33041 fork advimage plugin
...
We need to minimise TinyMCE tweaks, the advimage hacking was too big to maintain it during upstream imports, sorry.
2012-08-11 15:56:58 +02:00
Petr Škoda
8421f5ebbf
MDL-33041 add missing spellchecker lang file and version info
2012-08-10 16:38:54 +02:00
sam marshall
9b63a155fe
MDL-33041 (5) TinyMCE: Move spellchecker plugin as well
2012-08-10 14:57:59 +02:00
sam marshall
204903363f
MDL-33041 (4) Use new system for existing added TinyMCE plugins
...
AMOS BEGIN
MOV [dragmath:dragmath_desc,editor_tinymce],[dragmath_desc,tinymce_dragmath]
MOV [dragmath:dragmath_javaneeded,editor_tinymce],[dragmath_javaneeded,tinymce_dragmath]
MOV [dragmath:dragmath_title,editor_tinymce],[dragmath_title,tinymce_dragmath]
MOV [moodleemoticon:desc,editor_tinymce],[desc,tinymce_moodleemoticon]
MOV [moodlenolink:desc,editor_tinymce],[desc,tinymce_moodlenolink]
CPY [desc,tinymce_moodleemoticon],[pluginname,tinymce_moodleemoticon]
CPY [desc,tinymce_moodlenolink],[pluginname,tinymce_moodlenolink]
AMOS END
2012-08-10 14:57:59 +02:00
sam marshall
fae911708e
MDL-33041 (3) TinyMCE: Support custom plugins
2012-08-10 14:57:58 +02:00
sam marshall
1702fb6dda
MDL-33041 (2) Tidy up tinymce lib.php before starting real changes
2012-08-10 14:57:58 +02:00
sam marshall
c57fc98b27
MDL-33041 (1) Add subplugin support for 'editor' plugins
2012-08-10 14:57:57 +02:00
sam marshall
853dd86368
MDL-34446 Completion report: Add sideways text support to more browsers
2012-08-10 12:36:17 +01:00
Petr Škoda
72263b8f33
MDL-34782 detect code abusing integer limits in mysql database
...
It is allowed to store only ranges specified in install.xml, for integers it means number of digits specified in size.
2012-08-10 10:18:19 +02:00
Tim Hunt
9f692145e0
MDL-34590 javascript-static: nuclear option in openpopup
...
I think we have finally tamed Chrome on all platforms. (Crosses fingers.)
2012-08-09 13:29:48 +01:00
Dan Poltawski
40a37bf974
Revert "MDL-34075 - lib - Alteration to the csv import lib to include rfc-4180 compliance"
...
This reverts commit 92dfce6be7
.
2012-08-08 13:44:03 +08:00
Sam Hemelryk
563c436ece
Merge branch 'wip-MDL-34075-master' of git://github.com/abgreeve/moodle
2012-08-08 14:24:09 +12:00
Eloy Lafuente (stronk7)
e5e26fb1d6
Merge branch 'MDL-34704' of git://github.com/timhunt/moodle
2012-08-08 01:52:45 +02:00
Eloy Lafuente (stronk7)
4137eb46a9
Merge branch 'wip-mdl-30792' of git://github.com/rajeshtaneja/moodle
2012-08-08 01:00:12 +02:00
Sam Hemelryk
60312b3189
Merge branch 'master_MDL-32002' of git://github.com/danmarsden/moodle
2012-08-08 09:43:44 +12:00
Aparup Banerjee
67ab929cbf
Revert "Merge branch 'MDL-28531-master' of git://github.com/FMCorz/moodle"
...
This reverts commit e5d9cc13ac
, reversing
changes made to 20c3e25343
.
2012-08-07 14:27:01 +08:00
Aparup Banerjee
e5d9cc13ac
Merge branch 'MDL-28531-master' of git://github.com/FMCorz/moodle
2012-08-07 13:58:07 +08:00
Aparup Banerjee
20c3e25343
Merge branch 'MDL-34715-master' of git://github.com/FMCorz/moodle
2012-08-07 10:40:22 +08:00
Aparup Banerjee
99f868c541
Merge branch 'MDL-22663-master' of git://github.com/FMCorz/moodle
2012-08-07 10:00:26 +08:00
Dan Poltawski
b217edd265
MDL-34685 authlib - fix trailing whitespace
2012-08-07 09:55:02 +08:00
Michael Aherne
57d38adc58
MDL-34685 auth Allow auth plugins to override user signup form
2012-08-07 09:55:02 +08:00
Dan Poltawski
e43c20d064
Merge branch 'wip-MDL-34669-master' of git://github.com/marinaglancy/moodle
2012-08-07 08:48:31 +08:00
Dan Poltawski
32570ea2ce
MDL-34600 upgrade.php - fix trailing whitespace
2012-08-07 08:44:19 +08:00
Dan Poltawski
deb89552b2
Merge branch 'w32_MDL-34600_m24_questionschema' of git://github.com/skodak/moodle
2012-08-07 08:40:42 +08:00
Kirill Astashov
a8d259553d
MDL-34669: Fix editor filepicker context bt trying to use page context
2012-08-06 16:50:59 +08:00
Dan Poltawski
850d2db82a
MDL-25012 - blogs: introduce a specific 'enabled' config setting
...
Rather than overloading the $CFG->bloglevel setting which had a
confusing UI in the appearance subsystem.
In order to achieve this we modify take the defaults from the existing
bloglevel setting and set that for $CFG->enableblogs. Note that in order
to prevent a bad default settings from being set we also set
$CFG->bloglevel to a valid 'enabled' setting.
2012-08-06 11:25:22 +08:00
Dan Poltawski
db9d7be602
MDL-25012 blogs: Remove bloglevelupgrade tool
...
This was used for 1.9->2.x upgrade and is not longer relevant.
2012-08-06 11:25:21 +08:00
Dan Poltawski
669bd9a835
Merge branch 'MDL-34590' of git://github.com/timhunt/moodle
2012-08-06 10:11:16 +08:00
Dan Poltawski
6d9fbc5f4a
Merge branch 'w32_MDL-34585_m24_blogfiles' of git://github.com/skodak/moodle
2012-08-06 09:45:46 +08:00
Sam Hemelryk
6869060218
Merge branch 'wip-MDL-34074-master' of git://github.com/abgreeve/moodle
2012-08-06 13:36:44 +12:00
Dan Poltawski
3539c2f2bf
MDL-28486 - tests: fix broken youtube tests
2012-08-06 09:25:24 +08:00
Sam Hemelryk
b84be095b7
Merge branch 'MDL-34708' of git://github.com/nebgor/moodle
2012-08-06 12:05:21 +12:00
Sam Hemelryk
71761f8aa8
Merge branch 'MDL-28486-master-2' of git://git.luns.net.uk/moodle
2012-08-06 11:59:07 +12:00
Aparup Banerjee
f597dcc008
MDL-34708 Forms library : Fixed incorrect calendar day displayed across timezones. Credit to Matthew Davidson and team at rose-hulman.edu.
2012-08-05 23:27:31 +08:00
Tim Hunt
8c598cef18
MDL-34590 javascript-static: full-screep popups for Chrome.
...
I have left in both:
1. the code to get the window size correct initially, becuase that seems
sensible; and
2. the subsequent resize (with the setTimeout that Chrome requires,
thanks Jeff Rader for finding that) becuase on Chrome, it gets the size
a bit too big initially, so this correction is necessary.
2012-08-03 13:19:18 +01:00
Tim Hunt
157583b862
MDL-34704 couse, accesslib: improve $CFG->courselistshortnames
...
1. get_context_name should respect the $CFG->courselistshortnames
setting.
2. When $CFG->courselistshortnames is on, what to display should use a
language string, rather than string concatenation. This makes it
possible for people to configure the display. For example, they might
want 'My first course [M101]' instead of 'M101 My first course'.
2012-08-03 13:01:05 +01:00
Frederic Massart
3e512abbe4
MDL-22663 Repository: WebDAV supports Digest authentication
2012-08-03 14:03:54 +08:00
Frederic Massart
d09c62c4e1
MDL-22663 Repository: WebDAV supports SSL and chunked data
2012-08-03 13:51:56 +08:00