Commit Graph

61 Commits

Author SHA1 Message Date
Petr Škoda d10f3e9fef MDL-37282 import TinyMCE 3.5.8 2012-12-22 16:24:20 +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 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
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 29149f981c MDL-35289 use unmodified TinyMCE 2012-09-09 11:57:25 +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
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
Petr Škoda efc80e2bb8 MDL-33454 import latest TinyMCE 3.5.4.1 2012-07-06 08:10:14 +02:00
Nadav Kavalerchik 7dd65ae2f2 MDL-32802 - RTL CSS fixes for Moodle 2 (lib/editor/tinymce)
Right align theme Clearlooks2
/lib/editor/tinymce/tiny_mce/3.4.9/plugins/inlinepopups/skins/clearlooks2/window.css
2012-06-13 13:55:17 +08:00
Petr Skoda 798f0dece2 MDL-33114 import TinyMCE 3.5.1.1 and fix preview 2012-05-24 23:15:52 +02:00
Aparup Banerjee e1e3fa217f Merge branch 'MDL-29624-master' of git://github.com/sammarshallou/moodle 2012-05-10 10:52:32 +08:00
sam marshall f4e7ba5ea8 MDL-29624 Media embedding system, part 2: preview in file picker
The JavaScript file picker API shows a preview of the media file you have chosen.
This preview facility now uses an iframe, in order not to duplicate the embed code
in JavaScript. The iframe uses the standard embed API.
2012-05-09 18:29:30 +01:00
Petr Skoda 3690955e65 MDL-32680 import latest TinyMCE 3.5 2012-05-03 15:49:23 +02:00
Petr Skoda bc81191a09 MDL-32775 fix invalid url in mediaplugin CSS 2012-05-05 10:31:51 +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
Petr Skoda 6500eefec2 MDL-30636 add TinyMCE 3.4.9 2012-03-03 10:44:15 +01:00
Sam Hemelryk eacb470338 Merge branch 'w52_MDL-30924_m23_pspell' of git://github.com/skodak/moodle 2012-01-03 12:49:06 +13:00
Petr Skoda 8b19cf4fc7 MDL-30953 fix utf-8 support in PSpell class
Credit for discover and proposed fix goes to David Hai Gootvilig, this patch is part of https://github.com/moodle/custom-tinymce_spellchecker_php/tree/MOODLE_22_2.0.6b which will be used in the next tinymce import. It was reported upstream as https://github.com/tinymce/tinymce_spellchecker_php/pull/5
2012-01-02 12:49:09 +01:00
Petr Skoda 72f2318b83 MDL-30924 merge upstream pspell fix
See https://github.com/moodle/custom-tinymce_spellchecker_php/tree/MOODLE_22_2.0.6a
2011-12-27 14:01:05 +01: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 8f9f70fba2 MDL-29081 add proxy support to googlespell 2011-09-18 13:00:28 +02:00
Petr Skoda eb7d00a69a Revert "MDL-29081 add support for proxy in TinyMCE GoogleSpell plugin"
This reverts commit 57638f2c05.
2011-09-15 10:10:27 +02:00
Petr Skoda 57638f2c05 MDL-29081 add support for proxy in TinyMCE GoogleSpell plugin 2011-09-10 22:56:57 +02:00
Petr Skoda ceef298f39 MDL-28455 remove previous TinyMCE version 2011-09-10 21:53:51 +02:00
Petr Skoda fb916bf046 MDL-28455 import customised TinyMCE 3.4.5 2011-09-10 21:53:36 +02:00
Eloy Lafuente (stronk7) 1fa6eab70b MDL-27890 tinymce - allow it to be smaller 2011-07-07 17:38:44 +02:00
Aparup Banerjee cec76330fe MDL-27500 editor - updated plugin version references, thirdparty version reference and tinymce upgrade readme 2011-06-17 16:52:57 +08:00
Eloy Lafuente (stronk7) 33865a7812 MDL-27500 HTML Editor - deleted 3.3.9.2 build 2011-06-17 01:10:15 +02:00
Aparup Banerjee abd7557e79 MDL-27500 HTML Editor - added build 3.4.2 of tinymce 2011-06-08 11:16:37 +08:00
Petr Skoda 431ac39634 MDL-26623 fix file permissions
The permissions are now going to be verified as part of the weekly release process.
2011-03-01 12:26:49 +01:00
David Mudrak 8179c167e4 MDL-24932 moodlemedia tinymce: fixed JavaScript syntax to make IE7 happy
Credit goes to Mauno Korpelainen for spotting this.
2010-11-02 06:44:08 +00:00
David Mudrak 1cf2faab39 MDL-24932 moodleemoticon tinymce: use restoreSelection() instead of custom bookmark hack
Credit goes to Mauno Korpelainen for the tip on how to sort out this IE
behaviour. Also, I moved compressed dialog.js to the revision directory to prevent
browser caching issues.
2010-11-01 19:53:53 +00:00
David Mudrak 2bd56a246f MDL-24932 Fixed regression caused by the previous commit
To reproduce it, I just added a smiley via the popup and inserted some
character directly afterwards. While the smiley img was saved, the text
was not 8-o (it even did not appear in the HTML source view of the
editor before the save).
2010-10-29 22:51:51 +00:00
David Mudrak d504aeba97 MDL-24932 way around for bloody IE8 loosing caret position in moodleemoticon
Credit goes to Jan Sindberg for the idea published at
http://tinymce.moxiecode.com/punbb/viewtopic.php?pid=59653#p59653
2010-10-29 22:01:07 +00:00
David Mudrak 9d16a85707 MDL-24932 fixed IE related bugs in moodleemoticon plugin 2010-10-29 21:22:11 +00:00
David Mudrak 5d394ec1b3 MDL-24507 tinymce moodleemoticon plugin replaces all occurrences of emoticon text with the image 2010-10-27 22:27:56 +00:00
David Mudrak ca7250661c MDL-24507 new TinyMCE plugin moodleemoticon 2010-10-27 18:13:17 +00:00
Petr Skoda c11c7251cf MDL-24484 fixed spellchecker regressions 2010-10-03 11:01:17 +00:00
Petr Skoda e0819a807d MDL-24265 ooops, forgot to fix lineendings 2010-09-30 09:08:11 +00:00
Petr Skoda c985d9aa5a MDL-24265 importing latest TinyMCE 3.3.9.2 2010-09-30 09:01:47 +00:00
Petr Skoda 51679b83ef MDL-24265 adding missing nolink dirs 2010-09-29 19:58:16 +00:00
Petr Skoda 7e65a8ceb0 MDL-24265 adding missing moodlemedia dirs 2010-09-29 19:57:48 +00:00
Petr Skoda 8edef30f56 MDL-24265 adding missing dragmath dirs 2010-09-29 19:57:22 +00:00
Petr Skoda a9c16bab26 MDL-24265 removing forgotten debug script 2010-09-28 13:47:01 +00:00
Petr Skoda 942695e7d4 MDL-24265 tring to fix messed up moving of dirs in bloody CVS 2010-09-28 13:41:24 +00:00
Petr Skoda 8f46ae619c MDL-24058 fixed potential XSS 2010-09-02 12:19:08 +00:00
Petr Skoda 84deffae0a MDL-23844 fixed IE compatibility - credit goes to Mauno Korpelainen 2010-08-18 19:17:17 +00:00