Issue Details (XML | Word | Printable)

Key: MDL-14741
Type: Sub-task Sub-task
Status: Open Open
Priority: Minor Minor
Assignee: Petr Skoda
Reporter: Martin Dougiamas
Votes: 0
Watchers: 1
Operations

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

Add/change default settings to make TinyMCE active by default

Created: 08/May/08 11:53 AM   Updated: 16/Jun/09 05:08 PM
Return to search
Component/s: HTML Editor
Affects Version/s: 2.0
Fix Version/s: 2.0

File Attachments: None
Image Attachments:

1. context.gif
(13 kB)

Participants: Martin Dougiamas, Mathieu Petit-Clair, Mauno Korpelainen and Petr Skoda
Security Level: None
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
In HEAD, TinyMCE should be active and more or less functioning by default (so as not to interrupt other work)

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Mathieu Petit-Clair committed 2 files to 'Moodle CVS' - 05/Jun/08 05:09 PM
MDL-14741 - Adding default configuration for tinymce
ADD lib/editor/Attic/htmlEditor.class.php   Rev. 1.1    (+0 -0 lines)
ADD lib/editor/Attic/tinymce.js.php   Rev. 1.1    (+0 -0 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 05/Jun/08 05:36 PM
MDL-14741: adding a setting to choose default htmleditor, and begin work on possibility for per-editor settings page
MODIFY admin/settings/appearance.php   Rev. 1.32    (+20 -4 lines)
Mathieu Petit-Clair committed 3 files to 'Moodle CVS' - 05/Jun/08 05:36 PM
MDL-14741: use the default html editor, as chosen in the admin settings
MODIFY lib/weblib.php   Rev. 1.1080    (+9 -2 lines)
MODIFY lib/moodlelib.php   Rev. 1.1055    (+29 -2 lines)
MODIFY lib/form/htmleditor.php   Rev. 1.10    (+3 -4 lines)
Mathieu Petit-Clair committed 3 files to 'Moodle CVS' - 06/Jun/08 09:49 AM
MDL-14741 - Make tinymce work with the front page description.
TODO: convert the front page description form so it uses formslib
MODIFY course/editsection.php   Rev. 1.29    (+1 -5 lines)
MODIFY lib/weblib.php   Rev. 1.1081    (+14 -13 lines)
MODIFY course/Attic/editsection.html   Rev. 1.17    (+5 -1 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 06/Jun/08 10:53 AM
MDL-14741: make the htmleditor work for the frontpage summary administration page
MODIFY lib/adminlib.php   Rev. 1.213    (+3 -3 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 06/Jun/08 11:51 AM
MDL-14741 - Prevent installation problem, preventing use of html on first-time configuration of site name
MODIFY lib/adminlib.php   Rev. 1.214    (+6 -2 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 09/Jun/08 04:22 PM
MDL-14741 - Prevent a notice occuring before configuration is done, and cleanup a bit of code
MODIFY lib/editor/Attic/htmlEditor.class.php   Rev. 1.2    (+1 -30 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 09/Jun/08 04:44 PM
MDL-14741 - adding lang strings
MODIFY lang/en_utf8/admin.php   Rev. 1.196    (+2 -0 lines)
Mitsuhiro Yoshida committed 2 files to 'Lang CVS' - 10/Jun/08 12:37 AM
Translated new strings for admin MDL-14741.
MODIFY ja_utf8/admin.php   Rev. 1.267    (+3 -1 lines)
MODIFY ja_utf8/README   Rev. 1.731    (+1 -1 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 11/Jun/08 04:26 PM
MDL-14741: Sent by Mauno K. - Fix one typo in Dragmath plugin for TinyMCE
MODIFY lib/editor/tinymce/jscripts/tiny_mce/plugins/dragmath/Attic/dragmath.php   Rev. 1.2    (+3 -3 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 11/Jun/08 04:27 PM
MDL-14741: Fix to prevent problems when using the htmledit on a https-enabled site
MODIFY lib/editor/tinymce/jscripts/tiny_mce/plugins/moodleimage/Attic/insert_image.php   Rev. 1.3    (+4 -4 lines)
Mathieu Petit-Clair committed 2 files to 'Moodle CVS' - 11/Jun/08 04:32 PM
MDL-14741
 * enables the full xhtml ruleset by default
 * creates two distinct configuration sets (simple and advanced)
 * makes the editor work on IE and Safari
 * the administrator-specified buttons have been disabled (will be re-enabled later)
MODIFY lib/editor/Attic/tinymce.js.php   Rev. 1.2    (+55 -6 lines)
MODIFY lib/editor/Attic/htmlEditor.class.php   Rev. 1.3    (+5 -14 lines)
Mathieu Petit-Clair committed 3 files to 'Moodle CVS' - 11/Jun/08 04:37 PM
MDL-14741: Simplifies the activation of the htmleditor. This is a work-in-progress at this stage, but it's an improvement on the current state.
MODIFY lib/form/htmleditor.php   Rev. 1.11    (+8 -7 lines)
MODIFY lib/weblib.php   Rev. 1.1083    (+27 -14 lines)
MODIFY lib/adminlib.php   Rev. 1.216    (+3 -7 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 11/Jun/08 04:39 PM
MDL-14741:
 * make the htmleditor display like all other fields
 * fixes typos in the theme file
MODIFY theme/standard/styles_layout.css   Rev. 1.582    (+6 -7 lines)
martignoni committed 1 file to 'Lang CVS' - 11/Jun/08 05:58 PM
MDL-14741: new strings for HTML editor
MODIFY fr_utf8/admin.php   Rev. 1.254    (+3 -1 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 18/Jun/08 05:17 PM
MDL-14741: reverse previous change to code formatting.
MODIFY message/send.php   Rev. 1.32    (+6 -9 lines)
Mathieu Petit-Clair committed 2 files to 'Moodle CVS' - 20/Jun/08 05:31 PM
MDL-14741: use the value of the main killswitch, and add back missing functions
MODIFY lib/editor/Attic/tinymce.js.php   Rev. 1.4    (+16 -1 lines)
MODIFY lib/editor/Attic/htmlEditor.class.php   Rev. 1.4    (+4 -0 lines)
Mathieu Petit-Clair committed 3 files to 'Moodle CVS' - 03/Jul/08 01:32 PM
MDL-14741: Using a better way to include javascript files (removed use of
output buffering) and corrected parameters so that the file manager is
linked to the right course again.
MODIFY lib/weblib.php   Rev. 1.1096    (+3 -8 lines)
MODIFY lib/editor/Attic/tinymce.js.php   Rev. 1.6    (+4 -2 lines)
MODIFY lib/editor/Attic/htmlEditor.class.php   Rev. 1.6    (+57 -47 lines)
Mathieu Petit-Clair committed 2 files to 'Moodle CVS' - 03/Jul/08 03:12 PM
MDL-14741:
* use a better name for a variable
* remove extra browse button and simplify code. Fix by Mauno K.
MODIFY lib/editor/tinymce/jscripts/tiny_mce/plugins/moodlelink/Attic/link.php   Rev. 1.3    (+2 -9 lines)
MODIFY lib/editor/Attic/tinymce.js.php   Rev. 1.7    (+3 -3 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 03/Jul/08 03:12 PM
MDL-14741: re-activate the contextmenu plugin
MODIFY lib/editor/Attic/tinymce.js.php   Rev. 1.8    (+2 -2 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 04/Jul/08 10:42 AM
MDL-14741: Reverting removal of output buffering.
MODIFY lib/weblib.php   Rev. 1.1097    (+3 -0 lines)
Mathieu Petit-Clair committed 3 files to 'Moodle CVS' - 15/Jul/08 05:00 PM
MDL-14741: make tinymce toggle editor icon work as it should
MODIFY lib/editor/Attic/tinymce.js.php   Rev. 1.10    (+1 -4 lines)
MODIFY theme/standard/styles_layout.css   Rev. 1.588    (+7 -0 lines)
MODIFY lib/weblib.php   Rev. 1.1104    (+6 -4 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 15/Jul/08 05:43 PM
MDL-14741: load editor automatically, from footer/after page is loaded.
MODIFY lib/weblib.php   Rev. 1.1105    (+16 -1 lines)
Mathieu Petit-Clair committed 2 files to 'Moodle CVS' - 18/Jul/08 12:24 PM
MDL-14741: Make tinymce loading simpler, and makes it work on pages with multiple instances.
MODIFY lib/editor/Attic/tinymce.js.php   Rev. 1.11    (+4 -4 lines)
MODIFY lib/weblib.php   Rev. 1.1107    (+7 -15 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 23/Jul/08 04:32 PM
MDL-14741: Use a more neutral default skin.
MODIFY lib/editor/Attic/tinymce.js.php   Rev. 1.12    (+2 -0 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 24/Jul/08 11:43 AM
MDL-14741: remove unnecessary link to missing stylesheet
MODIFY lib/editor/tinymce/jscripts/tiny_mce/plugins/dragmath/Attic/dragmath.php   Rev. 1.4    (+1 -2 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 24/Jul/08 03:47 PM
MDL-14741: better default layout for buttons and added new moodlenolink plugin
MODIFY lib/editor/Attic/tinymce.js.php   Rev. 1.13    (+7 -7 lines)
Mathieu Petit-Clair committed 2 files to 'Moodle CVS' - 30/Jul/08 02:26 PM
MDL-14741: use better names for tinymce-specific javascript functions, add function to trigger the save event of tinymce on form save.
MODIFY lib/editor/Attic/tinymce.js.php   Rev. 1.14    (+18 -7 lines)
MODIFY lib/weblib.php   Rev. 1.1115    (+5 -3 lines)
Mathieu Petit-Clair committed 3 files to 'Moodle CVS' - 30/Jul/08 03:58 PM
MDL-14741: cleaning up some leftover cruft
MODIFY lib/weblib.php   Rev. 1.1116    (+0 -2 lines)
MODIFY lib/adminlib.php   Rev. 1.231    (+2 -2 lines)
MODIFY lib/form/htmleditor.php   Rev. 1.12    (+0 -2 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 30/Jul/08 04:14 PM
MDL-14741: changing link prevention plugin information
MODIFY lib/editor/tinymce/jscripts/tiny_mce/plugins/moodlenolink/Attic/editor_plugin_src.js   Rev. 1.2    (+4 -4 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 28/Aug/08 12:08 PM
MDL-14741:
 * Remove media plugin (which causes javascript error) until next upgrade from upstream
 * Fix onsubmit function to make it work - hopefully for good
 * Remove unused courseid parameter (which will make caching more effective)
MODIFY lib/editor/Attic/tinymce.js.php   Rev. 1.26    (+11 -6 lines)
Mathieu Petit-Clair committed 3 files to 'Moodle CVS' - 29/Aug/08 05:54 PM
MDL-14741: clean up some old code. This needs to be confirmed backward-compatible.
MODIFY lib/form/htmleditor.php   Rev. 1.14    (+1 -1 lines)
MODIFY lib/weblib.php   Rev. 1.1132    (+12 -137 lines)
MODIFY lib/deprecatedlib.php   Rev. 1.98    (+5 -2 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 03/Sep/08 12:07 PM
MDL-14741: fix onsubmit function - works for forms without previous onsubmit function too.
MODIFY lib/editor/Attic/tinymce.js.php   Rev. 1.27    (+1 -1 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 03/Sep/08 12:13 PM
MDL-14741: fix previous fix..
MODIFY lib/editor/Attic/tinymce.js.php   Rev. 1.28    (+7 -5 lines)
Mathieu Petit-Clair committed 1 file to 'Moodle CVS' - 23/Sep/08 12:02 PM
MDL-14741: removing standardmenu loading - doubles with contextmenu.
MODIFY lib/editor/Attic/tinymce.js.php   Rev. 1.31    (+2 -2 lines)