Sam Hemelryk
dff72cde30
Merge branch 'MDL-32750' of git://github.com/colchambers/moodle
2013-01-28 11:57:17 +13:00
Colin Chambers
2a22be64ee
MDL-32750 Question: make the html editor tools collapsible
2013-01-25 11:17:41 +00:00
Petr Škoda
1764cd8e6f
MDL-37593 use https for editor script if required
2013-01-21 09:40:15 +01:00
Eloy Lafuente (stronk7)
cf78070a63
Merge branch 'w51_MDL-37186_m25_tinymceconfig' of git://github.com/skodak/moodle
2013-01-08 10:34:04 +01:00
Petr Škoda
d10f3e9fef
MDL-37282 import TinyMCE 3.5.8
2012-12-22 16:24:20 +01:00
Petr Škoda
23ac6ef6c5
MDL-37186 add the ultimate TinyMCE custom parameter setting
2012-12-20 22:24:15 +01:00
Petr Škoda
9e2d7f560d
MDL-35771 patch tinymce to use lower zindexes
...
The reason is that YUI does not like that bing zIndexes when dragging panels. We should probably try to find the reason why YUI dragging fails and report it upstream.
2012-10-24 22:45:23 +08:00
Petr Škoda
83828a7725
MDL-35955 use built in spell checker if tinymce spelling plugin disabled
2012-10-13 09:49:58 +02:00
Petr Škoda
dbafb80490
MDL-35561 import latest TinyMCE 3.5.7
...
The previous version 3.5.6 was incorrectly stored as 3.6.0, sorry.
2012-09-21 11:34:33 +02:00
Petr Škoda
79df150a62
MDL-35318 use new lang revision to invalidate TinyMCE lang caches
2012-09-09 12:18:32 +02:00
Petr Škoda
29149f981c
MDL-35289 use unmodified TinyMCE
2012-09-09 11:57:25 +02:00
Petr Škoda
717a993122
MDL-35172 fix handling of more than 10 tinymce toolbars
2012-09-05 08:23:36 +02:00
Petr Škoda
c64f13178a
MDL-35172 rework editor toolbar setting
2012-08-31 22:52:45 +02:00
Petr Škoda
71c3b0479a
MDL-34955 fix use of uninitialised disabledsubplugins setting
...
Thanks Eloy Lafuente for spotting it!
2012-08-28 18:57:19 +02:00
Petr Škoda
b3aefe3cc8
MDL-34990 improve custom toolbar setting parsing
...
It is probably better to parse the setting every time because somebody may put unsupported values directly into config.php, performance should not be an issue because we do not have editors on every page.
2012-08-24 16:11:00 +02:00
Petr Škoda
0b7858221c
MDL-34955 add full TinyMCE subplugin management
2012-08-24 16:11:00 +02:00
Petr Škoda
caaccae5da
MDL-34878 add custom TinyMCE toolbar setting
2012-08-24 16:10:59 +02:00
Petr Škoda
de6a651299
MDL-33041 cleanup the rest of tinymce plugin
2012-08-11 16:19:37 +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
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
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
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
Dan Poltawski
87dd647f04
Merge branch 'wip-MDL-34465-master' of git://github.com/abgreeve/moodle
2012-07-30 15:23:27 +08:00
Petr Škoda
4b8d031a4e
MDL-34616 fix editor resizing regression
2012-07-29 14:48:23 +02:00
Adrian Greeve
b0c6dc1cac
MDL-34465 - lib - Replacing get_context_instance with context_XXXX::instance (group 8)
2012-07-27 10:10:46 +08:00
Dan Poltawski
b7db7803bc
Merge branch 'w30_MDL-34299_m24_html5' of git://github.com/skodak/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-07-24 14:07:26 +08:00
Luke Tucker
8bc4a6528f
MDL-34396 Ensure TinyMCE editor spell checking works on pages with $PAGE->https_required()
2012-07-21 20:29:20 +02:00
Petr Škoda
13725b3797
MDL-34299 remove xmlstrictheaders setting and switch to html5 doctype by default
...
This fixes WCAG 2.0 compliance because we were already using HTML5 markup.
The strict XML headers setting never worked for production servers, developers
used browser validators for compliance testing. XHTML 5 option is relatively
similar to this obsolete option, but still it can not be used on production servers.
XHTML Strict 1.x was a standardised dead end, HTML5 is the new de-facto-standard
supported by all major browsers including latest versions of IE.
Please note nothing changes in our coding style because HTML5 is a superset of
several previous standards, it is recommended to use only features that are
already implemented in all our supported browsers.
2012-07-21 19:23:44 +02:00
Dan Poltawski
94a9c8cae1
Merge branch 'w28_MDL-33454_m24_tinymce3541' of git://github.com/skodak/moodle
2012-07-11 14:45:41 +08:00
Petr Škoda
9177036440
MDL-33454 add forgotten TinyMCE min_height setting name change
2012-07-11 08:41:06 +02:00
Dan Poltawski
06dd4335aa
Merge branch 'w28_MDL-33712_m24_extratags' of git://github.com/skodak/moodle
2012-07-10 15:55:58 +08:00
Petr Škoda
efc80e2bb8
MDL-33454 import latest TinyMCE 3.5.4.1
2012-07-06 08:10:14 +02:00
Petr Skoda
64ed8ca214
MDL-33712 add support for unique moodle tags in tinymce
2012-07-06 08:04:00 +02:00
Petr Skoda
798f0dece2
MDL-33114 import TinyMCE 3.5.1.1 and fix preview
2012-05-24 23:15:52 +02:00
Petr Skoda
1fea5537d4
MDL-26901 add new option to specify list of available fonts in TinyMCE
...
Also modified the list of languages appearance, textarea is more suitable for entry of long texts. It is now also possible to specify empty list of languages and fonts which removes the button from the editor toolbar. Includes release name fix.
2012-05-11 22:12:32 +02:00
Petr Skoda
3690955e65
MDL-32680 import latest TinyMCE 3.5
2012-05-03 15:49:23 +02:00
Petr Skoda
c8bd9402ea
MDL-32449 import latest version of TinyMCE 3.5dev
2012-04-21 11:04:54 +02:00
Petr Skoda
866e1112c5
MDL-30636 switch to new TinyMCE 3.4.9
2012-03-03 10:46:39 +01:00
Rod Norfor
ad6fbb6074
MDL-30259 TinyMCE: Add spellchecker language options
2011-11-14 16:26:31 +00:00
Petr Skoda
626509d478
MDL-29785 enable TinyMCE on iOS 5 devices
2011-10-16 17:37:12 +02:00
Petr Skoda
9ef8d17ab2
MDL-29785 import latest TinyMCE 3.4.6
...
using https://github.com/moodle/custom-tinymce/tree/MOODLE_22_3.4.6 and https://github.com/moodle/custom-tinymce_spellchecker_php/tree/MOODLE_22_2.0.6 customised branches
2011-10-16 17:14:33 +02:00
Petr Skoda
2c2fc4ad75
MDL-28455 switch to new TinyMCE 3.4.5
2011-09-10 21:53:45 +02:00
Rajesh Taneja
ab978b38c4
MDL-28987 Forms Library: Added tinyMCE onblur event callback for required tinymce fields
2011-09-05 12:19:40 +08:00
Tim Hunt
0f83538e7e
MDL-27890 tinymce - enable 30 as min height within moodle
2011-07-07 20:01:20 +02:00
Eloy Lafuente (stronk7)
ff30976ad5
Merge branch 'MDL-27887' of git://github.com/timhunt/moodle
2011-06-17 16:16:58 +02:00
Tim Hunt
a8c8641802
MDL-27887 In developer debug, use uncompressed TinyMCE code.
2011-06-16 18:59:41 +01:00
Aparup Banerjee
ca7d5f8bbc
MDL-27500 HTML Editor - updating tinymce version used by moodle to 3.4.2
2011-06-08 11:19:26 +08:00