Changeset 359

Show
Ignore:
Timestamp:
2007-06-03 19:23:29 (20 months ago)
Author:
fredck
Message:

Added the 2.4.3 section to the "What's New?" file. Fixed some types too.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/_whatsnew.html

    r355 r359  
    3535                New Features and Improvements:</p> 
    3636        <ul> 
    37                 <li>The editor now uses the <strong>Data Processor</strong> technology, which makes 
     37                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/194">#194</a>] The editor now uses the <strong>Data Processor</strong> technology, which makes 
    3838                        it possible to handle different input formats. A sample of it may be found at "editor/plugins/bbcode/_sample", 
    39                         that shows some simple BBCode support.</li> 
     39                        that shows some simple BBCode support. </li> 
     40                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/145">#145</a>] The "htaccess.txt" 
     41                        file has been renamed to ".htaccess" as it doesn't bring security concerns, being 
     42                        active out of the box.</li> 
     43        </ul> 
     44        <p> 
     45                Fixed Bugs:</p> 
     46        <ul> 
     47                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/71">#71</a>] [<a target="_blank" 
     48                        href="http://dev.fckeditor.net/ticket/243">#243</a>] [<a target="_blank" 
     49                        href="http://dev.fckeditor.net/ticket/267">#267</a>] The editor now takes care to 
     50                        not create invalid nested block elements, like creating &lt;form&gt; or &lt;hr&gt; 
     51                        inside &lt;p&gt;. &nbsp;</li> 
     52        </ul> 
     53<h3> 
     54                Version 2.4.3</h3> 
     55        <p> 
     56                New Features and Improvements:</p> 
     57        <ul> 
    4058                <li>It is now possible to set the default target when creating links, with the new "<strong>DefaultLinkTarget</strong>" 
    4159                        setting. </li> 
     
    4664                        misspelled words.</li> 
    4765                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/311">#311</a>] The new  
    48                         "<strong>BrowserContextMenuOnCtrl</strong>" settings is being introduced, 
     66                        "<strong>BrowserContextMenuOnCtrl</strong>" setting is being introduced, 
    4967                        to enable/disable the ability of displaying the default browser's context menu when 
    5068                        right-clicking with the CTRL key pressed.</li> 
     
    83101                        a class did generate a span in Firefox when removing them.</li> 
    84102                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/274">#274</a>] The PHP 
    85                         quick upload still tried to use the Upercase types instead of lowercase.</li> 
     103                        quick upload still tried to use the uppercased types instead of the lowercased ones. 
     104                </li> 
    86105                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/416">#416</a>] The PHP 
    87106                        quick upload didn't check for the existence of the folder before saving.</li> 
    88107                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/467">#467</a>] If InsertHtml 
    89                         was called in IE with a comment (or any protected source at the beggining) it was 
     108                        was called in IE with a comment (or any protected source at the beginning) it was 
    90109                        lost.</li> 
    91110                <li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1518766&group_id=75348&atid=543653">SF 
     
    96115                        folders with non-ANSI names were returned with a double UTF-8 encoding in the PHP 
    97116                        File Manager.</li> 
    98                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/71">#71</a>] [<a target="_blank" 
    99                         href="http://dev.fckeditor.net/ticket/243">#243</a>] The editor now takes care to 
    100                         not create invalid nested block elements, like creating &lt;form&gt; or &lt;hr&gt; 
    101                         inside &lt;p&gt;.</li> 
    102117                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/273">#273</a>] The extensions  
    103118                        "sh", "shtml", "shtm" and "phtm" have been added to the list of denied extensions on  
     
    135150                        toolbar buttons now render correctly in all skins.</li> 
    136151                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/527">#527</a>] If the configuration 
    137                         for a toolbar isn't fuly valid, try to keep on parsing it.</li> 
     152                        for a toolbar isn't fully valid, try to keep on parsing it.</li> 
    138153                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/187">#187</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/435">#435</a>]  
    139154                        [<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1612978&group_id=75348&atid=543653">SF 
     
    154169                        and avoid generating a wrong folder.</li> 
    155170                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/431">#431</a>] PHP: The 
    156                         File Browser now displays an error message when it is not able to created the configured 
     171                        File Browser now displays an error message when it is not able to create the configured 
    157172                        target directory for files (instead of sending broken XML responses).</li> 
    158173        </ul>