Show
Ignore:
Timestamp:
2008-07-25 10:45:15 (6 months ago)
Author:
fredck
Message:

Removed all jslint warnings.
Formatted the What's New? file.
Run fixlineends.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/_whatsnew.html

    r2286 r2287  
    3838                New Features and Improvements:</p> 
    3939        <ul> 
    40                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/439">#439</a>] Added a new 
    41                         right-click menu option for opening links in the editor.</li> 
    42                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2220">#2220</a>] Email links 
    43                         from the Link dialog are now encoded by default to prevent being harvested by spammers. 
    44                         (Kudos to asuter for proposing the patch) </li> 
    45                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2234">#2234</a>] Added the 
    46                         ability to create, modify and remove Div containers.</li> 
    47                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2252">#2252</a>] It's now possible to enable the 
    48                         browsers default menu using the configuration file (FCKConfig.BrowserContextMenu option).</li>  
    49                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2032">#2032</a>] Added HTML samples 
    50                         for legacy HTML and Flash-embedded HTML code.</li> 
    51                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2247">#2247</a>] The SHIFT+SPACE 
    52                         keystroke will now produce a &amp;nbsp; character.</li> 
     40                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/439">#439</a>] Added a 
     41                        new <strong>context menu option for opening links</strong> in the editor.</li> 
     42                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2220">#2220</a>] <strong> 
     43                        Email links</strong> from the Link dialog <strong>are now encoded</strong> by default 
     44                        to prevent being harvested by spammers. (Kudos to asuter for proposing the patch) 
     45                </li> 
     46                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2234">#2234</a>] Added 
     47                        the ability to create, modify and remove <strong>DIV containers</strong>. </li> 
     48                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2247">#2247</a>] The <strong> 
     49                        SHIFT+SPACE</strong> keystroke will now <strong>produce a &amp;nbsp;</strong> character. 
     50                </li> 
     51                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2252">#2252</a>] It's 
     52                        now possible to enable the browsers default menu using the configuration file (FCKConfig.BrowserContextMenu 
     53                        option). </li> 
     54                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2032">#2032</a>] Added 
     55                        HTML samples for legacy HTML and Flash HTML. </li> 
    5356                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/234">#234</a>] Introduced 
    5457                        the "PreventSubmitHandler" setting, which makes it possible to instruct the editor 
     
    5861                Fixed Bugs:</p> 
    5962        <ul> 
    60                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2316">#2316</a>] The sample 
    61                         posted data page has now the table fixed at 100% width.</li> 
    6263                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2319">#2319</a>] On Opera 
    6364                        and Firefox 3, the entire page was scrolling on SHIFT+ENTER, or when EnterMode='br'.</li> 
    64                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/692">#692</a>] Added some hints in 
    65                         editor/css/fck_editorarea.css on how to handle style items that would break the style combo. 
    66                         </li> 
    67                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2263">#2263</a>] Fixed a JavaScript 
    68                         error in IE which occurs when there are placeholder elements in the document and the user 
    69                         has pressed the Source button.</li> 
    70                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2314">#2314</a>] Corrected 
    71                         mixed up Chinese translations for the blockquote command.</li> 
    7265                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2321">#2321</a>] On Firefox 
    7366                        3, the entire page was scrolling when inserting block elements with the FCK.InsertElement 
    7467                        function, used by the Table and Horizontal Rule buttons.. </li> 
    75                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2323">#2323</a>] Fixed the issue 
    76                         where the show blocks command loses the current selection from the view area when editing 
    77                         a long document.</li> 
    78                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2322">#2322</a>] Fixed the issue 
    79                         where the fit window command loses the current selection and scroll position in the 
    80                         editing area.</li> 
    81                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1917">#1917</a>] Fixed the issue 
    82                         where the merge down command for tables cells does not work in IE for more than two 
    83                         cells.</li> 
    84                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2320">#2320</a>] Fixed the issue 
    85                         where the Find/Replace dialog scrolls the entire page.</li> 
    86                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1645">#1645</a>] Added warning message 
    87                         about Firefox 3's strict origin policy.</li> 
    88                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2272">#2272</a>] Improved the 
    89                         garbage filter in Paste from Word dialog.</li> 
    90                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2327">#2327</a>] Fixed invalid HTML 
    91                         in the Paste dialog.</li> 
    92                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1907">#1907</a>] Fixed sporadic 
    93                         "FCKeditorAPI is not defined" errors in Firefox 3.</li> 
    94                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2356">#2356</a>] Fixed access denied 
    95                         error in IE7 when FCKeditor is launched from local filesystem.</li> 
    96                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1150">#1150</a>] Fixed the type="_moz" attribute 
    97                         that sometimes appear in &lt;br&gt; tags in non-IE browsers.</li> 
     68                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/692">#692</a>] Added some 
     69                        hints in editor/css/fck_editorarea.css on how to handle style items that would break 
     70                        the style combo. </li> 
     71                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2263">#2263</a>] Fixed 
     72                        a JavaScript error in IE which occurs when there are placeholder elements in the 
     73                        document and the user has pressed the Source button.</li> 
     74                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2314">#2314</a>] Corrected 
     75                        mixed up Chinese translations for the blockquote command.</li> 
     76                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2323">#2323</a>] Fixed 
     77                        the issue where the show blocks command loses the current selection from the view 
     78                        area when editing a long document.</li> 
     79                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2322">#2322</a>] Fixed 
     80                        the issue where the fit window command loses the current selection and scroll position 
     81                        in the editing area.</li> 
     82                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1917">#1917</a>] Fixed 
     83                        the issue where the merge down command for tables cells does not work in IE for 
     84                        more than two cells.</li> 
     85                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2320">#2320</a>] Fixed 
     86                        the issue where the Find/Replace dialog scrolls the entire page.</li> 
     87                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1645">#1645</a>] Added 
     88                        warning message about Firefox 3's strict origin policy.</li> 
     89                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2272">#2272</a>] Improved 
     90                        the garbage filter in Paste from Word dialog.</li> 
     91                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2327">#2327</a>] Fixed 
     92                        invalid HTML in the Paste dialog.</li> 
     93                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1907">#1907</a>] Fixed 
     94                        sporadic "FCKeditorAPI is not defined" errors in Firefox 3.</li> 
     95                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2356">#2356</a>] Fixed 
     96                        access denied error in IE7 when FCKeditor is launched from local filesystem.</li> 
     97                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1150">#1150</a>] Fixed 
     98                        the type="_moz" attribute that sometimes appear in &lt;br&gt; tags in non-IE browsers.</li> 
    9899                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1229">#1229</a>] Converting 
    99                         multiple contiguous paragraphs to Formatted will now be merged into a single  
    100                         &lt;PRE&gt; block.</li> 
     100                        multiple contiguous paragraphs to Formatted will now be merged into a single &lt;PRE&gt; 
     101                        block.</li> 
    101102                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2363">#2363</a>] There 
    102103                        were some sporadic "Permission Denied" errors with IE on some situations.</li> 
    103                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2135">#2135</a>] Fixed a  
    104                         data loss bug in IE when there are @import statements in the editor's CSS files, 
     104                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2135">#2135</a>] Fixed 
     105                        a data loss bug in IE when there are @import statements in the editor's CSS files, 
    105106                        and IE's cache is set to "Check for newer versions on every visit".</li> 
    106107                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2376">#2376</a>] FCK.InsertHtml() 
    107                         will now insert to the last selected position after the user has selected things outside 
    108                         of FCKeditor, in IE.</li> 
    109                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2368">#2368</a>] Fixed broken protect  
    110                         source logic for comments in IE.</li> 
    111                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2387">#2387</a>] Fixed JavaScript 
    112                         error with list commands when the editable document is selected with Ctrl-A.</li> 
    113                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2390">#2390</a>] Fixed the issue where  
    114                         indent styles in JavaScript-generated &lt;p&gt; blocks are erased in IE.</li>  
    115                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2394">#2394</a>] Fixed JavaScript 
    116                         error with the "split vertically" command in IE when attempting to split cells in the last 
    117                         row of a table.</li> 
     108                        will now insert to the last selected position after the user has selected things 
     109                        outside of FCKeditor, in IE.</li> 
     110                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2368">#2368</a>] Fixed 
     111                        broken protect source logic for comments in IE.</li> 
     112                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2387">#2387</a>] Fixed 
     113                        JavaScript error with list commands when the editable document is selected with 
     114                        Ctrl-A.</li> 
     115                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2390">#2390</a>] Fixed 
     116                        the issue where indent styles in JavaScript-generated &lt;p&gt; blocks are erased 
     117                        in IE.</li> 
     118                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2394">#2394</a>] Fixed 
     119                        JavaScript error with the "split vertically" command in IE when attempting to split 
     120                        cells in the last row of a table.</li> 
     121                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2316">#2316</a>] The sample 
     122                        posted data page has now the table fixed at 100% width. </li> 
    118123                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2396">#2396</a>] SpellerPages 
    119                         was causing a "Permission Denied" error in some situations.</li> 
     124                        was causing a "Permission Denied" error in some situations. </li> 
    120125        </ul> 
    121126        <p>