Issue Details (XML | Word | Printable)

Key: MDL-11113
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Petr Skoda
Reporter: N Hansen
Votes: 35
Watchers: 21
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

Get a fully working HTML editor in Moodle

Created: 04/Sep/07 07:06 AM   Updated: 16/Jun/09 05:01 PM
Component/s: HTML Editor
Affects Version/s: 1.9, 2.0
Fix Version/s: 2.0

File Attachments: 1. Microsoft Excel mdl_tiny_buttons.xls (30 kB)

Image Attachments:

1. Compare.jpg
(47 kB)

2. editorprofile.jpg
(29 kB)

3. kitchenSink-button.jpg
(24 kB)

4. selection.jpg
(28 kB)

5. tinygenerator.jpg
(165 kB)
Issue Links:
Dependency
 

Participants: Dan Poltawski, Jason Meinzer, Martin Dougiamas, Mathieu Petit-Clair, Matt Gibson, Mauno Korpelainen, N Hansen, Petr Skoda, Ratana Lim, Ryan Smith, Sam Marshall and Samuli Karevaara
Security Level: None
Affected Branches: MOODLE_19_STABLE, MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE

Sub-Tasks  All   Open   
 Sub-Task Progress: 

 Description  « Hide
The current HTMLArea editor is dying off and many people are having more and more problems getting it to work properly without any real solutions:
http://moodle.org/mod/forum/discuss.php?d=59614
http://moodle.org/mod/forum/discuss.php?d=78134
http://moodle.org/mod/forum/discuss.php?d=76401

The lack of a working editor is a make or break problem for many of us and getting a working editor should be a top priority.

http://moodle.org/mod/forum/discuss.php?d=76912

There have been calls for inclusion of TinyMCE:

http://moodle.org/mod/forum/discuss.php?d=41831

And FCK editor:

http://moodle.org/mod/forum/discuss.php?d=78305

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Mathieu Petit-Clair committed 8 files to 'Moodle CVS' - 07/May/08 03:40 PM
MDL-11113: simplify the code - use only one function to check for html editor availability
MODIFY mod/quiz/report/grading/report.php   Rev. 1.29    (+2 -2 lines)
MODIFY lang/en_utf8/help/richtext.html   Rev. 1.9    (+1 -1 lines)
MODIFY calendar/event.php   Rev. 1.80    (+2 -2 lines)
MODIFY lang/en_utf8/help/richtext2.html   Rev. 1.2    (+1 -1 lines)
MODIFY mod/data/field/textarea/field.class.php   Rev. 1.21    (+3 -3 lines)
MODIFY lib/moodlelib.php   Rev. 1.1041    (+2 -12 lines)
MODIFY user/messageselect.php   Rev. 1.22    (+2 -2 lines)
MODIFY lib/questionlib.php   Rev. 1.126    (+2 -2 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 07/May/08 04:33 PM
MDL-11113: prepare for support for more browsers
MODIFY lib/moodlelib.php   Rev. 1.1042    (+7 -3 lines)
Mitsuhiro Yoshida committed 6 files to 'Lang CVS' - 07/May/08 11:54 PM
Translated new strings for debug and error MDL-14129.
Brushed up a translated help file for IMS Enterprise enrolment.
Updated transalted help files for richtext based on lang/en_utf8 change MDL-11113.
Translated a new string for quiz overview report MDL-14201.
MODIFY ja_utf8/help/richtext2.html   Rev. 1.2    (+1 -1 lines)
MODIFY ja_utf8/error.php   Rev. 1.50    (+32 -3 lines)
MODIFY ja_utf8/debug.php   Rev. 1.3    (+3 -1 lines)
MODIFY ja_utf8/help/enrol/imsenterprise/createnewcourses.html   Rev. 1.7    (+1 -1 lines)
MODIFY ja_utf8/quiz_overview.php   Rev. 1.10    (+2 -1 lines)
MODIFY ja_utf8/help/richtext.html   Rev. 1.12    (+1 -1 lines)
martignoni committed 2 files to 'Lang CVS' - 08/May/08 02:19 AM
MDL-11113, two help files modified
MODIFY fr_utf8/help/richtext.html   Rev. 1.7    (+2 -2 lines)
MODIFY fr_utf8/help/richtext2.html   Rev. 1.2    (+2 -2 lines)
Mathieu Petit-Clair committed 2 files to 'Moodle CVS' - 08/May/08 10:38 AM
MDL-11113: re-add function to deprecatedlib.php, and use it in old version of the help file.
MODIFY lib/deprecatedlib.php   Rev. 1.71    (+13 -2 lines)
MODIFY lang/en_utf8/help/richtext.html   Rev. 1.10    (+1 -1 lines)
Mathieu Petit-Clair committed 1 file to 'Lang CVS' - 08/May/08 10:43 AM
MDL-11113: rollback change in older language pack, to prevent problems.
MODIFY fr_utf8/help/richtext.html   Rev. 1.8    (+2 -2 lines)
Mitsuhiro Yoshida committed 1 file to 'Lang CVS' - 08/May/08 10:56 AM
Updated a translated help file for richtext based on lang/en_utf8 change MDL-11113.
MODIFY ja_utf8/help/richtext.html   Rev. 1.13    (+1 -1 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 06/Jun/08 10:21 AM
MDL-11113 - Correction to previous change: going back to previous variable name, to prevent bugs
MODIFY admin/settings/appearance.php   Rev. 1.33    (+2 -2 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 11/Jun/08 04:41 PM
MDL-11113: Make the editor work for the frontpage summary field
MODIFY course/Attic/editsection.html   Rev. 1.18    (+1 -9 lines)
Mathieu Petit-Clair committed 2 files to 'Moodle CVS' - 27/Jun/08 11:00 AM
MDL-11113: Next moodle version requires PHP5: removing php4 compatibility code.
MODIFY lib/editor/tinymce/Attic/tinymce.class.php   Rev. 1.6    (+4 -15 lines)
MODIFY lib/editorlib.php   Rev. 1.6    (+7 -19 lines)