Andrew Nicols
4b23a6fa05
MDL-41328 Editor: Work around another iOS issue with TinyMCE
...
We apply this only on touchend and not touchstart or touchmove. The
location is not guaranteed until the end of the gesture, and there's no
need to keep applying focus on every move.
2013-09-02 09:41:55 +08:00
Damyon Wiese
81ff8adcc5
MDL-36803 tinymce: Version bump for js changes
2013-08-26 09:34:15 +08:00
Andrew Nicols
334827b61e
MDL-36803 TinyMCE: Fix TinyMCE following touch events on iOS browsers
2013-08-20 23:56:01 +01:00
Petr Škoda
7831560995
MDL-38867 remove Google spell checking option
2013-07-19 09:32:35 +02:00
Damyon Wiese
4474895d37
Merge branch 'wip-MDL-40621-m24' of git://github.com/marinaglancy/moodle into MOODLE_24_STABLE
2013-07-16 21:31:52 +08:00
Marina Glancy
dd0f944141
MDL-40621 fixed small bug in function editor_tinymce_plugin::fix_row()
2013-07-11 16:45:48 +10:00
Petr Škoda
f0be68a15e
MDL-40450 update links to TinyMCE 3.x docs
2013-07-07 16:12:29 +02:00
Petr Škoda
7fcffb98bb
MDL-39141 fix customtoolbar notices during upgrade
2013-04-18 20:22:52 +02:00
Petr Škoda
92ce0a63cb
MDL-38329 use proper plugin name for the webkit lists workaround
...
Credit goes to Mauno Korpelainen, thanks.
2013-03-17 21:03:22 +01:00
Petr Škoda
a8dc59fc54
MDL-37593 use https for editor script if required
2013-01-21 09:41:01 +01:00
Eloy Lafuente (stronk7)
0f83a143b0
Merge branch 'w51_MDL-37186_m24_tinymceconfig' of git://github.com/skodak/moodle into MOODLE_24_STABLE
2013-01-08 10:34:15 +01:00
Eloy Lafuente (stronk7)
793c431543
Merge branch 'w51_MDL-37323_m24_dlgstrings' of git://github.com/skodak/moodle into MOODLE_24_STABLE
2013-01-08 10:22:15 +01:00
Sam Hemelryk
b9639c524d
Merge branch 'w51_MDL-36212_m24_entities' of git://github.com/skodak/moodle into MOODLE_24_STABLE
2013-01-07 13:44:54 +13:00
Petr Škoda
6606784c3f
MDL-37323 add support for _dlg strings in our TinyMCE subplugins
...
Credit goes to Étienne FLORENT, thanks.
2013-01-01 15:26:27 +01:00
Petr Škoda
f938b1a89b
MDL-37283 import tinymce spellchecker 2.0.6.1
2012-12-22 16:45:22 +01:00
Petr Škoda
eb2d6a23ab
MDL-36212 rework html entity conversions
...
This should resolve all html entity conversion problems in different PHP versions.
2012-12-20 22:48:30 +01:00
Petr Škoda
544f0f9b11
MDL-37186 add the ultimate TinyMCE custom parameter setting
2012-12-20 22:24:46 +01:00
Petr Škoda
524e1ce789
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:47:16 +01:00
Eloy Lafuente (stronk7)
e958133ca6
MDL-37032 upgrade: define all the 2.4.0 points
2012-12-11 13:12:03 +01:00
Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01:00
Frederic Massart
fa9c0aab13
MDL-36633 usability: Styling over the admin pages
2012-11-21 17:29:13 +08:00
Aparup Banerjee
bf10e51d44
MDL-24736 anotating tinymce changes to readme
2012-11-14 09:40:59 +08:00
Aparup Banerjee
f132d28aa5
Merge branch 'wip_master_mdl-25736_tinymce_spellchecker_frech_issues' of https://github.com/iarenaza/moodle
2012-11-14 09:12:28 +08:00
Iñaki Arenaza
b98dd3ff31
MDL-25736 TinyMce Spellchecker French issues
...
GoogleSpell checker already returns data un UTF8, so there's no need
to use utf8_encode (in fact, using it completely mangles the string).
All credit goes to David Quintal for finding the issue and proposing
the fix.
2012-11-10 19:41:48 +01:00
Petr Škoda
398862b92b
MDL-36487 send IE standards compatibility http headers
2012-11-09 17:27:29 +01:00
Petr Škoda
657e6b8199
MDL-36468 fix remaining zIndexes and some { weirdness
...
I had to reimport all files and search&replace the zIndexes, it is better to not use editor for this.
2012-11-09 08:39:14 +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
Dan Poltawski
dab6b11914
Merge branch 'w42_MDL-35955_m24_geckospell' of git://github.com/skodak/moodle
2012-10-16 09:57:30 +08:00
Dan Poltawski
6bea7da1ab
Merge branch 'wip-MDL-35661-master' of git://github.com/marinaglancy/moodle
2012-10-15 13:31:10 +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
Eloy Lafuente (stronk7)
dbaf9d448d
Merge branch 'wip-MDL-22955-m24' of git://github.com/samhemelryk/moodle
2012-10-10 00:35:11 +02:00
Marina Glancy
5827bf96ed
MDL-35661 Loading of plugin settings for Tinymce plugins (plugininfo_tinymce)
2012-10-09 09:57:57 +08:00
Marina Glancy
087001ee42
MDL-35661 Loading of plugin settings for editor plugins (plugininfo_editor)
2012-10-09 09:57:57 +08:00
Sam Hemelryk
436dbeecda
MDL-22955 theme: Added ability to use SVG format for icons
2012-10-08 09:16:14 +13:00
Petr Škoda
f4b980062a
MDL-35645 make the emoticon and tex filter dependency optional in our TinyMCE plugins
2012-10-06 10:10:51 +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
Eloy Lafuente (stronk7)
2c248bd416
Merge branch 'w37_MDL-35284_m24_borkedtoolbar' of git://github.com/skodak/moodle
...
Conflicts:
lib/editor/tinymce/version.php
2012-09-10 22:13:36 +02:00
Petr Škoda
5ba3a966f6
MDL-35284 patch empty toolbar crashing TinyMCE
2012-09-10 22:10:25 +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
a4a4b2f6c6
MDL-35289 use new TinyMCE en lang import
...
AMOS BEGIN
MOV [common:browsemedia,editor_tinymce],[moodlemedia:browsemedia,tinymce_moodlemedia]
MOV [common:browseimage,editor_tinymce],[moodleimage:browseimage,tinymce_moodleimage]
AMOS END
2012-09-07 10:11:37 +02:00
Eloy Lafuente (stronk7)
0cbf023ab6
Merge branch 'w36_MDL-35172_m24_editortoolbar' of git://github.com/skodak/moodle
2012-09-06 12:08:26 +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
03f48b4797
MDL-35177 add tinymce plugin icons
2012-09-01 11:36:13 +02:00
Petr Škoda
c64f13178a
MDL-35172 rework editor toolbar setting
2012-08-31 22:52:45 +02:00
Petr Škoda
5854be2587
MDL-34990 fix JS error when moodlenolink button not present in toolbar
...
Thanks Rossiani Wijaya for discovering this issue!
2012-08-29 16:13:30 +08: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
ddcea181af
MDL-34955 fix sloppy class typo and add MUC TODO info
...
Credit goes to Aparup Banerjee, thanks.
2012-08-28 16:17:43 +08: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
0bc9b897f9
MDL-34879 add upgrade.txt notes to editor_tinymce
2012-08-24 16:11:00 +02:00