Issue Details (XML | Word | Printable)

Key: MDL-19211
Type: Task Task
Status: Open Open
Priority: Major Major
Assignee: Petr Skoda
Reporter: Petr Skoda
Votes: 0
Watchers: 2
Operations

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

Text editors cleanup and improvements META

Created: 17/May/09 01:34 AM   Updated: 19/Jun/09 09:21 PM
Return to search
Component/s: HTML Editor
Affects Version/s: 2.0
Fix Version/s: 2.0

Issue Links:
Relates
 

Participants: Marc Grober, Mauno Korpelainen and Petr Skoda
Security Level: None
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE

Sub-Tasks  All   Open   
 Sub-Task Progress: 

 Description  « Hide
* upgrade tinymce
* make editors pluggable again
* improve lang strings handling
* upgrade DragMath
* etc.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Petr Skoda committed 11 files to 'Moodle CVS' - 18/May/09 05:10 AM
MDL-19211 text editor plugins configuration
MODIFY lib/adminlib.php   Rev. 1.357    (+135 -3 lines)
MODIFY admin/uploaduser_form.php   Rev. 1.13    (+3 -1 lines)
ADD admin/editors.php   Rev. 1.1    (+0 -0 lines)
MODIFY lib/editorlib.php   Rev. 1.9    (+1 -6 lines)
MODIFY lang/en_utf8/editor.php   Rev. 1.5    (+7 -1 lines)
MODIFY version.php   Rev. 1.1112    (+1 -1 lines)
MODIFY admin/settings/plugins.php   Rev. 1.41    (+9 -1 lines)
MODIFY lib/db/install.php   Rev. 1.11    (+2 -1 lines)
MODIFY lang/en_utf8/editor_tinymce.php   Rev. 1.5    (+1 -1 lines)
MODIFY lib/db/upgrade.php   Rev. 1.299    (+17 -3 lines)
MODIFY lib/Attic/javascript.php   Rev. 1.49    (+7 -6 lines)
Mitsuhiro Yoshida committed 4 files to 'Lang CVS' - 18/May/09 08:58 AM
MDL-19211 Translated new strings for text editor plugins configuration.
MODIFY ja_utf8/README   Rev. 1.998    (+1 -1 lines)
MODIFY ja_utf8/editor_tinymce.php   Rev. 1.5    (+54 -53 lines)
ADD ja_utf8/editor_textarea.php   Rev. 1.1    (+0 -0 lines)
MODIFY ja_utf8/editor.php   Rev. 1.20    (+5 -1 lines)
Petr Skoda committed 2 files to 'Moodle CVS' - 18/May/09 04:17 PM
Petr Skoda committed 1 file to 'Moodle CVS' - 19/May/09 09:02 PM
MDL-19211 more inline docs and comments
MODIFY lib/editorlib.php   Rev. 1.10    (+56 -10 lines)
martignoni committed 2 files to 'Lang CVS' - 28/May/09 01:05 AM
MDL-19211 New strings added
MODIFY fr_utf8/editor_tinymce.php   Rev. 1.5    (+2 -1 lines)
MODIFY fr_utf8/editor.php   Rev. 1.8    (+5 -1 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 16/Jun/09 04:00 PM
MDL-19211 adding forgotten dragmath in legacy editors
MODIFY lib/editor/tinymce/extra/Attic/tinymce.js.php   Rev. 1.7    (+1 -1 lines)
Petr Skoda committed 9 files to 'Moodle CVS' - 20/Jun/09 07:00 PM
MDL-19211, MDL-19544 improved editor embedding, media and dragmath enabled only when moodle configuration and current user permissions allow it to work 100%
DEL lib/editor/tinymce/extra/Attic/tinymce.js.php   Rev. 1.8    (+0 -0 lines)
MODIFY mod/data/templates.php   Rev. 1.81    (+2 -8 lines)
MODIFY lib/editorlib.php   Rev. 1.15    (+3 -13 lines)
MODIFY lib/editor/textarea/lib.php   Rev. 1.4    (+2 -10 lines)
MODIFY lib/editor/tinymce/lib.php   Rev. 1.5    (+77 -14 lines)
ADD lib/editor/tinymce/extra/tinymce_utils.js   Rev. 1.1    (+0 -0 lines)
MODIFY lib/adminlib.php   Rev. 1.365    (+2 -3 lines)
MODIFY lib/weblib.php   Rev. 1.1270    (+2 -3 lines)
MODIFY lib/form/editor.php   Rev. 1.15    (+9 -12 lines)