Changeset 6068


Ignore:
Timestamp:
01/17/10 13:03:02 (2 years ago)
Author:
KennethLavrsen
Message:

Item2337: ATTACHFILESIZELIMIT check fails confusingly if value is "0 "
Need to bump revision and add to change history

Location:
branches/Release01x00/WysiwygPlugin
Files:
2 edited

Legend:

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

    r5749 r6068  
    173173|  Release: | %$RELEASE% | 
    174174|  Change History: | | 
    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() | 
     175|  17 Jan 2010 | Foswikitask:Item2337: ATTACHFILESIZELIMIT check fails confusingly if value is "0 " | 
     176|  08 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() | 
    176177|  22 Oct 2009 | Foswikitask:Item2183: Protect div style= by default | 
    177178|  18 Sep 2009 | Foswikitask:Item1980: Prevent dataloss when saving a topic in Wysiwyg where there are a pair of sticky tags inside verbatim tags | 
    178179|  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 &lt;sticky&gt; tags (Michael Tempest) Foswikitask:Item1674: Let plugins register XML tags that should be protected like macros | 
     18006 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 &lt;sticky&gt; tags (Michael Tempest) Foswikitask:Item1674: Let plugins register XML tags that should be protected like macros | 
    180181|  10 Apr 2009 | Foswikitask:Item1394: fixed colour handling | 
    181182|  03 Dec 2008 | Foswikitask:Item6041: fixed empty bullet list problem. Foswiki version | 
    182183|  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 | 
     18407 Aug 2008 | Fixed TWikibug:Item5707 (mod_perl) | 
     18503 Aug 2008 | TWiki 4.2.1 release version | 
    185186|  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. | 
    186187|  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  
    4141our $VERSION           = '$Rev$'; 
    4242 
    43 our $RELEASE = '8 Dec 2009'; 
     43our $RELEASE = '17 Jan 2010'; 
    4444 
    4545our $SECRET_ID = 
Note: See TracChangeset for help on using the changeset viewer.