Changeset 6068
- Timestamp:
- 01/17/10 13:03:02 (2 years ago)
- Location:
- branches/Release01x00/WysiwygPlugin
- Files:
-
- 2 edited
-
data/System/WysiwygPlugin.txt (modified) (1 diff)
-
lib/Foswiki/Plugins/WysiwygPlugin.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/Release01x00/WysiwygPlugin/data/System/WysiwygPlugin.txt
r5749 r6068 173 173 | Release: | %$RELEASE% | 174 174 | Change History: | | 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() | 175 | 17 Jan 2010 | Foswikitask:Item2337: ATTACHFILESIZELIMIT check fails confusingly if value is "0 " | 176 | 08 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 177 | 22 Oct 2009 | Foswikitask:Item2183: Protect div style= by default | 177 178 | 18 Sep 2009 | Foswikitask:Item1980: Prevent dataloss when saving a topic in Wysiwyg where there are a pair of sticky tags inside verbatim tags | 178 179 | 28 Jun 2009 | Foswikitask:Item1770: Protect XML tags registered by plugins, and not just the content between them (Michael Tempest) | 179 | 6 Jun 2009 | Foswikitask:Item1013: Correct dependency on HTML::Parser (Will Norris) Foswikitask:Item1397: Foswikitask:Item1535: Foswikitask:Item1666: Correct processing of colour and typewriter-text in several situations, include application to bold text and table cells (Michael Tempest) Foswikitask:Item1667: Remove unwanted extra <sticky> tags (Michael Tempest) Foswikitask:Item1674: Let plugins register XML tags that should be protected like macros |180 | 06 Jun 2009 | Foswikitask:Item1013: Correct dependency on HTML::Parser (Will Norris) Foswikitask:Item1397: Foswikitask:Item1535: Foswikitask:Item1666: Correct processing of colour and typewriter-text in several situations, include application to bold text and table cells (Michael Tempest) Foswikitask:Item1667: Remove unwanted extra <sticky> tags (Michael Tempest) Foswikitask:Item1674: Let plugins register XML tags that should be protected like macros | 180 181 | 10 Apr 2009 | Foswikitask:Item1394: fixed colour handling | 181 182 | 03 Dec 2008 | Foswikitask:Item6041: fixed empty bullet list problem. Foswiki version | 182 183 | 22 Oct 2008 | Fixed TWikibug:Item5961 (emphasis), TWikibug:Item6089 (backslash in verbatim) | 183 | 7 Aug 2008 | Fixed TWikibug:Item5707 (mod_perl) |184 | 3 Aug 2008 | TWiki 4.2.1 release version |184 | 07 Aug 2008 | Fixed TWikibug:Item5707 (mod_perl) | 185 | 03 Aug 2008 | TWiki 4.2.1 release version | 185 186 | 25 May 2008 | TWikibug:Item5457: TWikibug:Item5528: TWikibug:Item5626: using a debug simulation, I believe I have finally fixed all the complexities of using international character sets with the translator. | 186 187 | 13 Apr 2008 | TWikibug:Item4946: TWikibug:Item5530: I think I have finally fixed non-iso-8859-1 character sets. Painful. TWikibug:Item5393: removed spurious DIV generated by IE inside LI tags | -
branches/Release01x00/WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin.pm
r6065 r6068 41 41 our $VERSION = '$Rev$'; 42 42 43 our $RELEASE = ' 8 Dec 2009';43 our $RELEASE = '17 Jan 2010'; 44 44 45 45 our $SECRET_ID =
Note: See TracChangeset
for help on using the changeset viewer.
