Changeset 5749
- Timestamp:
- 12/07/09 13:49:14 (2 years ago)
- Location:
- branches/Release01x00
- Files:
-
- 3 edited
-
TinyMCEPlugin/data/System/TinyMCEPlugin.txt (modified) (2 diffs)
-
WysiwygPlugin/data/System/WysiwygPlugin.txt (modified) (2 diffs)
-
WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/Release01x00/TinyMCEPlugin/data/System/TinyMCEPlugin.txt
r5747 r5749 146 146 ---- 147 147 148 ---++ Known Issues 149 The Foswiki:Community.WysiwygTaskTeam is working hard on enhancements and reliability improvements to this plugin, unfortunately the following issues remain outstanding in this current release: 150 151 * Applying formats such as Headings, Verbatim, Normal, etc: 152 * Not working in Safari and Google Chrome browsers unless the line to be formatted is selected by triple-clicking first 153 * Not working in Microsoft Internet Explorer 6 154 * "Normal" format depends on WysiwygPlugin flattening <div> tags 155 156 If you are affected, please check regularly for updates at Foswiki:Extensions.TinyMCEPlugin. 157 148 158 ---++ Plugin Info 149 159 … … 157 167 | Release: | %$RELEASE% | 158 168 | Change History: | <!-- versions below in reverse order --> | 159 | 07 Dec 2009 | Foswikitask:Item2447: Fix unable to apply "Normal" format in most browsers (IE6 and Google Chrome still affected) | 160 | 03 Dec 2009 | Foswikitask:Item1462: Block attachments to unsaved AUTOINC topics | 169 | 07 Dec 2009 | Foswikitask:Item2447: Fix unable to apply "Normal" format in some browsers (notes added to System topic)<br/> Foswikitask:Item1462: Block attachments to unsaved AUTOINC topics | 161 170 | 25 Nov 2009 | Foswikitask:Item2412: Inserting images - fixed a problem where it wasn't easy (impossible unless > 1 attachments) to select the first image in the attachment list; improved layout of dialog window where preview obscures insert/cancel buttons. | 162 171 | 09 Nov 2009 | Foswikitask:Item2341: Added blockquote button and rearranged toolbars slightly; cleaned up System topic | -
branches/Release01x00/WysiwygPlugin/data/System/WysiwygPlugin.txt
r5356 r5749 155 155 which is correct by construction, but does not render correctly in Foswiki. This problem is unfortunately unavoidable due to the way TML works. 156 156 157 ---+++ Flattening of =<div>= tags 158 The "Normal" format command in the current release of TinyMCEPlugin depends on WysiwygPlugin flattening =<div>= tags. If you have a customised =WYSIWYGPLUGIN_STICKYBITS= set, check that plain =<div>= tags will be flattened if you expect this feature to work. It is expected that this requirement will be removed in a future release of TinyMCEPlugin. 159 157 160 ---++ Plugin Info 158 161 … … 170 173 | Release: | %$RELEASE% | 171 174 | Change History: | | 172 | 22 Oct 2009 | Foswikitask:Item2183: Protect div style= by default | 175 | 8 Dec 2009 | Foswikitask:Item2447: Add TinyMCEPlugin's <div> flattening requirement to Known Issues <br/> Foswikitask:Item2352: Use Foswiki's regex instead of a hard-coded regex, so that WysiwygPlugin will always "see" macros in the same way as Foswiki's renderer<br/> Foswikitask:Item2286: Cleaning up missing calls to Foswiki::finish() | 176 | 22 Oct 2009 | Foswikitask:Item2183: Protect div style= by default | 173 177 | 18 Sep 2009 | Foswikitask:Item1980: Prevent dataloss when saving a topic in Wysiwyg where there are a pair of sticky tags inside verbatim tags | 174 178 | 28 Jun 2009 | Foswikitask:Item1770: Protect XML tags registered by plugins, and not just the content between them (Michael Tempest) | -
branches/Release01x00/WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin.pm
r5356 r5749 41 41 our $VERSION = '$Rev$'; 42 42 43 our $RELEASE = ' 18 Sep2009';43 our $RELEASE = '8 Dec 2009'; 44 44 45 45 our $SECRET_ID =
Note: See TracChangeset
for help on using the changeset viewer.
