Changeset 5749


Ignore:
Timestamp:
12/07/09 13:49:14 (2 years ago)
Author:
PaulHarvey
Message:

Item2447: Document (in both) TinyMCEPlugin depending on WysiwygPlugin flattening plain <div> tags to make "Normal" format command work. Update changelog and bump release version on WysiwygPlugin.

Location:
branches/Release01x00
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x00/TinyMCEPlugin/data/System/TinyMCEPlugin.txt

    r5747 r5749  
    146146---- 
    147147 
     148---++ Known Issues 
     149The 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 &lt;div&gt; tags 
     155 
     156If you are affected, please check regularly for updates at Foswiki:Extensions.TinyMCEPlugin. 
     157 
    148158---++ Plugin Info 
    149159 
     
    157167|  Release: | %$RELEASE% | 
    158168|  Change History: | <!-- versions below in reverse order -->&nbsp; | 
    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 | 
    161170|  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. | 
    162171|  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  
    155155which is correct by construction, but does not render correctly in Foswiki. This problem is unfortunately unavoidable due to the way TML works. 
    156156 
     157---+++ Flattening of =&lt;div&gt;= tags 
     158The "Normal" format command in the current release of TinyMCEPlugin depends on WysiwygPlugin flattening =&lt;div&gt;= tags. If you have a customised =WYSIWYGPLUGIN_STICKYBITS= set, check that plain =&lt;div&gt;= 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 
    157160---++ Plugin Info 
    158161 
     
    170173|  Release: | %$RELEASE% | 
    171174|  Change History: | | 
    172 |  22 Oct 2009 | Foswikitask:Item2183: Protect div style= by default |  
     175|  8 Dec 2009 | Foswikitask:Item2447: Add TinyMCEPlugin's &lt;div&gt; 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 | 
    173177|  18 Sep 2009 | Foswikitask:Item1980: Prevent dataloss when saving a topic in Wysiwyg where there are a pair of sticky tags inside verbatim tags | 
    174178|  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  
    4141our $VERSION           = '$Rev$'; 
    4242 
    43 our $RELEASE = '18 Sep 2009'; 
     43our $RELEASE = '8 Dec 2009'; 
    4444 
    4545our $SECRET_ID = 
Note: See TracChangeset for help on using the changeset viewer.