Show
Ignore:
Timestamp:
2008-06-12 17:59:24 (5 months ago)
Author:
fredck
Message:

Merged trunk into branches/versions/2.6.x. Final commit for the release of version 2.6.1.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/branches/versions/2.6.x/_whatsnew.html

    r1899 r2064  
    3434                FCKeditor ChangeLog - What's New?</h1> 
    3535        <h3> 
    36                 Version 2.6</h3> 
    37         <p> 
    38                 No changes. The stabilization of the 2.6 RC was completed successfully, as expected.</p> 
    39         <h3> 
    40                 Version 2.6 RC</h3> 
     36                Version 2.6.1</h3> 
    4137        <p> 
    4238                New Features and Improvements:</p> 
    4339        <ul> 
    44                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2017">#2017</a>] The FCKeditorAPI.Instances 
    45                         object can now be used to access all FCKeditor instances available in the page.</li> 
    46                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1980">#1980</a>] <span 
    47                         style="color: #ff0000">Attention:</span> By default, the editor now produces &lt;strong&gt; 
    48                         and &lt;em&gt; instead of &lt;b&gt; and &lt;i&gt;.</li> 
     40                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2150">#2150</a>] The searching 
     41                        speed of the Find/Replace dialog has been vastly improved.</li> 
     42                <li>New language file for <strong>Gujarati</strong> (by Nilam Doctor).</li> 
     43                <li>A new TabIndex property has been added to the JavaScript integration files.</li> 
     44                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2215">#2215</a>] Following 
     45                        the above new feature, the ReplaceTextarea method will now copy the textarea.tabIndex 
     46                        value if available.</li> 
     47                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2163">#2163</a>] If the 
     48                        FCKConfig.DocType setting points to a HTML DocType then the output won't generate 
     49                        self-closing tags (it will output &lt;img &gt; instead of &lt;img /&gt;).</li> 
     50                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2173">#2173</a>] A throbber 
     51                        will be shown in the Quick Uploads.</li> 
     52                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2142">#2142</a>] HTML 
     53                        samples will now use sampleposteddata.php in action parameter inside a form.</li> 
    4954        </ul> 
    5055        <p> 
    5156                Fixed Bugs:</p> 
    5257        <ul> 
    53                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1924">#1924</a>] The dialog 
    54                         close button is now correctly positioned in IE in RTL languages.</li> 
    55                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1933">#1933</a>] Placeholder 
    56                         dialog will now display the placeholder value correctly in IE.</li> 
    57                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/957">#957</a>] Pressing 
    58                         Enter or typing after a placeholder with the placeholder plugin will no longer generate 
    59                         colored text.</li> 
    60                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1952">#1952</a>] Fixed 
    61                         an issue in FCKTools.FixCssUrls that, other than wrong, was breaking Opera.</li> 
    62                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1695">#1695</a>] Removed 
    63                         Ctrl-Tab hotkey for Source mode and allowed Ctrl-T to work in Firefox.</li> 
    64                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1666">#1666</a>] Fixed 
    65                         permission denied errors during opening popup menus in IE6 under domain relaxation 
    66                         mode.</li> 
    67                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1934">#1934</a>] Fixed 
    68                         JavaScript errors when calling Selection.EnsureSelection() in dialogs.</li> 
    69                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1920">#1920</a>] Fixed 
    70                         SSL warning message when opening image and flash dialogs under HTTPS in IE6.</li> 
    71                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1955">#1955</a>] [<a 
    72                         target="_blank" href="http://dev.fckeditor.net/ticket/1981">#1981</a>] [<a target="_blank" 
    73                                 href="http://dev.fckeditor.net/ticket/1985">#1985</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/1989">#1989</a>] 
    74                         Fixed XHTML source formatting errors in non-IE browsers.</li> 
    75                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2000">#2000</a>] The # 
    76                         character is now properly encoded in file names returned by the File Browser.</li> 
    77                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1945">#1945</a>] New folders 
    78                         and file names are now properly sanitized against control characters. </li> 
    79                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1944">#1944</a>] Backslash 
    80                         character is now disallowed in current folder path.</li> 
    81                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1055">#1055</a>] Added 
    82                         logic to override JavaScript errors occurring inside the editing frame due to user 
    83                         added JavaScript code.</li> 
    84                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1647">#1647</a>] Hitting 
    85                         ENTER on list items containing block elements will now create new list item elements, 
    86                         instead of adding further blocks to the same list item.</li> 
    87                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1411">#1411</a>] Label 
    88                         only combos now get properly grayed out when moving to source view.</li> 
    89                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2009">#2009</a>] Fixed 
    90                         an important bug regarding styles removal on styled text boundaries, introduced 
    91                         with the 2.6 Beta 1. </li> 
    92                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2011">#2011</a>] Internal 
    93                         CSS &lt;style&gt; tags where being outputted when FullPage=true.</li> 
    94                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2016">#2016</a>] The Link 
    95                         dialog now properly selects the first field when opening it to modify mailto or 
    96                         anchor links. This problem was also throwing an error in IE.</li> 
    97                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2021">#2021</a>] The caret 
    98                         will no longer remain behind in the editing area when the placeholder dialog is 
    99                         opened.</li> 
    100                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2024">#2024</a>] Fixed 
    101                         JavaScript error in IE when the user tries to open dialogs in Source mode.</li> 
    102                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1853">#1853</a>] Setting 
    103                         ShiftEnterMode to p or div now works correctly when EnterMode is br.</li> 
    104                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1838">#1838</a>] Fixed 
    105                         the issue where context menus sometimes don't disappear after selecting an option. 
    106                 </li> 
    107                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2028">#2028</a>] Fixed 
    108                         JavaScript error when EnterMode=br and user tries to insert a page break.</li> 
    109                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2002">#2002</a>] Fixed 
    110                         the issue where the maximize editor button does not vertically expand the editing 
    111                         area in Firefox.</li> 
    112                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1842">#1842</a>] PHP integration: 
    113                         fixed filename encoding problems in file browser.</li> 
    114                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1832">#1832</a>] Calling 
    115                         FCK.InsertHtml() in non-IE browsers would now activate the document processor as 
    116                         expected.</li> 
    117                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1998">#1998</a>] The native 
    118                         XMLHttpRequest class is now used in IE, whenever it is available.</li> 
    119                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1792">#1792</a>] In IE, 
    120                         the browser was able to enter in an infinite loop when working with multiple editors 
    121                         in the same page. </li> 
    122                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1948">#1948</a>] Some 
    123                         CSS rules are reset to dialog elements to avoid conflict with the page CSS.</li> 
    124                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1965">#1965</a>] IE was 
    125                         having problems with SpellerPages, causing some errors to be thrown when completing 
    126                         the spell checking in some situations.</li> 
    127                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2042">#2042</a>] The FitWindow 
    128                         command was throwing an error if executed in an editor where its relative button 
    129                         is not present in the toolbar.</li> 
    130                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/922">#922</a>] Implemented 
    131                         a generic document processor for &lt;OBJECT&gt; and &lt;EMBED&gt; tags.</li> 
    132                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1831">#1831</a>] Fixed 
    133                         the issue where the placeholder icon for &lt;EMBED&gt; tags does not always show 
    134                         up in IE7.</li> 
    135                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2049">#2049</a>] Fixed 
    136                         a deleted cursor CSS attribute in the minified CSS inside fck_dialog_common.js.</li> 
    137                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1806">#1806</a>] In IE, 
    138                         the caret will not any more move to the previous line when selecting a Format style 
    139                         inside an empty paragraph.</li> 
    140                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1990">#1990</a>] In IE, 
    141                         dialogs using API calls which deals with the selection, like InsertHtml now can 
    142                         be sure the selection will be placed in the correct position.</li> 
    143                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1997">#1997</a>] With 
    144                         IE, the first character of table captions where being lost on table creation.</li> 
    145                 <li>The selection and cursor position was not being properly handled when creating some 
    146                         elements like forms and tables.</li> 
    147                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/662">#662</a>] In the 
    148                         Perl sample files, the GetServerPath function will now calculate the path properly.</li> 
    149         </ul> 
    150         <h3> 
    151                 Version 2.6 Beta 1</h3> 
    152         <p> 
    153                 New Features and Improvements:</p> 
    154         <ul> 
    155                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/35">#35</a>] <strong>New 
    156                         (and cool!) floating dialog system</strong>, avoiding problems with popup blockers 
    157                         and enhancing the editor usability.</li> 
    158                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1886">#1886</a>] <strong> 
    159                         Adobe AIR</strong> compatibility.</li> 
    160                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/123">#123</a>] Full support 
    161                         for <strong>document.domain</strong> with automatic domain detection.</li> 
    162                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1622">#1622</a>] New <strong> 
    163                         inline CSS cache</strong> feature, making it possible to avoid downloading the CSS 
    164                         files for the editing area and skins. For that, it is enough to set the EditorAreaCSS, 
    165                         SkinEditorCSS and SkinDialogCSS to string values in the format "/absolute/path/for/urls/|&lt;minified 
    166                         CSS styles". All internal CSS links are already using this feature. </li> 
    167                 <li>New language file for <strong>Canadian French</strong>.</li> 
     58                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/768">#768</a>] It is no 
     59                        longer possible for an image to have its width and height defined with both HTML 
     60                        attributes and inline CSS styles in IE.</li> 
     61                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1426">#1426</a>] Fixed 
     62                        the error loading fckstyles.xml in servers which cannot return the correct content 
     63                        type header for .xml files.</li> 
     64                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2102">#2102</a>] Fixed 
     65                        FCKConfig.DocType which stopped working in FCKeditor 2.6.</li> 
     66                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2039">#2039</a>] Fixed 
     67                        the locking up issue in the Find/Replace dialog.</li> 
     68                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2124">#2124</a>] PHP File 
     69                        Browser: fixed issue with resolving paths on Windows servers with PHP 5.2.4/5.2.5.</li> 
     70                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2059">#2059</a>] Fixed 
     71                        the error in the toolbar name in fckeditor.py.</li> 
     72                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2065">#2065</a>] Floating 
     73                        dialogs will now block the user from re-selecting the editing area by pressing Tab.</li> 
     74                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2114">#2114</a>] Added 
     75                        a workaround for an IE6 bug which causes floating dialogs to appear blank after 
     76                        opening it for the first time.</li> 
     77                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2136">#2136</a>] Fixed 
     78                        JavaScript error in IE when opening the bullet list properties dialog.</li> 
     79                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1633">#1633</a>] External 
     80                        styles should no longer interfere with the appearance of the editor and floating 
     81                        panels now.</li> 
     82                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2113">#2113</a>] Fixed 
     83                        unneeded &lt;span class=&quot;Apple-style-span&quot;&gt; created after inserting 
     84                        special characters.</li> 
     85                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2170">#2170</a>] Fixed 
     86                        Ctrl-Insert hotkey for copying.</li> 
     87                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2125">#2125</a>] Fixed 
     88                        the issue that FCK.InsertHtml() doesn't insert contents at the caret position when 
     89                        dialogs are opened in IE. </li> 
     90                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1764">#1764</a>] FCKeditor 
     91                        will no longer catch focus in IE on load when StartupFocus is false and the initial 
     92                        content is empty.</li> 
     93                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2126">#2126</a>] Opening 
     94                        and closing floating dialogs will no longer cause toolbar button states to become 
     95                        frozen.</li> 
     96                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2159">#2159</a>] Selection 
     97                        are now correctly restored when undoing changes made by the Replace dialog.</li> 
     98                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2160">#2160</a>] "Match 
     99                        whole word" in the Find and Replace dialog will now find words next to punctuation 
     100                        marks as well.</li> 
     101                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2162">#2162</a>] If the 
     102                        configuration is set to work including the &lt;head&gt; (FullPage), references to 
     103                        stylesheets added by Firefox extensions won't be added to the output.</li> 
     104                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2168">#2168</a>] Comments 
     105                        won't generate new paragraphs in the output.</li> 
     106                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2184">#2184</a>] Fixed 
     107                        several validation errors in the File Browser.</li> 
     108                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1383">#1383</a>] Fixed 
     109                        an IE issue where pressing backspace may merge a hyperlink on the previous line 
     110                        with the text on the current line.</li> 
     111                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1691">#1691</a>] Creation 
     112                        of links in Safari failed if there was no selection.</li> 
     113                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2188">#2188</a>] PreserveSessionOnFileBrowser 
     114                        is now removed as it was made obsolete with 2.6.</li> 
     115                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/898">#898</a>] The styles 
     116                        for the editing area are applied in the image preview dialog.</li> 
     117                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2056">#2056</a>] Fixed 
     118                        several validation errors in the dialogs.</li> 
     119                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2063">#2063</a>] Fixed 
     120                        some problems in asp related to the use of network paths for the location of the 
     121                        uploaded files.</li> 
     122                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1593">#1593</a>] The "Sample 
     123                        Posted Data" page will now properly wrap the text.</li> 
     124                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2239">#2239</a>] The PHP 
     125                        code in sampleposteddata.php has been changed from "&lt;?=" to "&lt;? echo".</li> 
     126                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2241">#2241</a>] Fixed 
     127                        404 error in floating panels when FCKeditor is installed to a different domain.</li> 
     128                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2066">#2066</a>] Added 
     129                        a workaround for a Mac Safari 3.1 browser bug which caused the Fit Window button 
     130                        to give a blank screen.</li> 
     131                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2218">#2218</a>] Improved 
     132                        Gecko based browser detection to accept Epiphany/Gecko as well.</li> 
     133                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2193">#2193</a>] Fixed 
     134                        the issue where the caret cannot reach the last character of a paragraph in Opera 
     135                        9.50.</li> 
     136                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2264">#2264</a>] Fixed 
     137                        empty spaces that appear at the top of the editor in Opera 9.50.</li> 
     138                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2238">#2238</a>] The &lt;object&gt; 
     139                        placeholder was not being properly displayed in the compressed distribution version 
     140                        and nightly builds.</li> 
     141                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2115">#2115</a>] Fixed 
     142                        JavaScript (permission denied) error in Firefox when file has been uploaded.</li> 
    168143        </ul> 
    169144        <p> 
    170                 Fixed Bugs:</p> 
    171         <ul> 
    172                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1643">#1643</a>] Resolved 
    173                         several "strict warning" messages in Firefox when running FCKeditor.</li> 
    174                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1522">#1522</a>] The ENTER 
    175                         key will now work properly in IE with the cursor at the start of a formatted block.</li> 
    176                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1503">#1503</a>] It's 
    177                         possible to define in the Styles that a Style (with an empty class) must be shown 
    178                         selected only when no class is present in the current element, and selecting that 
    179                         item will clear the current class (it does apply to any attribute, not only classes).</li> 
    180                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/191">#191</a>] The scrollbars 
    181                         are now being properly shown in Firefox Mac when placing FCKeditor inside a hidden 
    182                         div.</li> 
    183                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/503">#503</a>] Orphaned 
    184                         &lt;li&gt; elements now get properly enclosed in a &lt;ul&gt; on output.</li> 
    185                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/309">#309</a>] The ENTER 
    186                         key will not any more break &lt;button&gt; elements at the beginning of paragraphs.</li> 
    187                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1654">#1654</a>] The editor 
    188                         was not loading on a specific unknown situation. The breaking point has been removed.</li> 
    189                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1707">#1707</a>] The editor 
    190                         no longer hangs when operating on documents imported from Microsoft Word.</li> 
    191                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1514">#1514</a>] Floating 
    192                         panels attached to a shared toolbar among multiple FCKeditor instances are no longer 
    193                         misplaced when the editing areas are absolutely or relatively positioned.</li> 
    194                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1715">#1715</a>] The ShowDropDialog 
    195                         is now enforced only when ForcePasteAsPlainText = true.</li> 
    196                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1336">#1336</a>] Sometimes 
    197                         the autogrow plugin didn't work properly in Firefox.</li> 
    198                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1728">#1728</a>] External 
    199                         toolbars are now properly sized in Opera.</li> 
    200                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1782">#1782</a>] Clicking 
    201                         on radio buttons or checkboxes in the editor in IE will no longer cause lockups 
    202                         in IE.</li> 
    203                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/805">#805</a>] The FCKConfig.Keystrokes 
    204                         commands where executed even if the command itself was disabled.</li> 
    205                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/982">#982</a>] The button 
    206                         to empty the box in the "Paste from Word" has been removed as it leads to confusion 
    207                         for some users.</li> 
    208                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1682">#1682</a>] Editing 
    209                         control elements in Firefox, Opera and Safari now works properly.</li> 
    210                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1613">#1613</a>] The editor 
    211                         was surrounded by a &lt;div&gt; element that wasn't really needed.</li> 
    212                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/676">#676</a>] If a form 
    213                         control was moved in IE after creating it, then it did lose its name.</li> 
    214                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/738">#738</a>] It wasn't 
    215                         possible to change the type of an existing button.</li> 
    216                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1854">#1854</a>] Indentation 
    217                         now works inside table cells.</li> 
    218                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1717">#1717</a>] The editor 
    219                         was entering on looping on some specific cases when dealing with invalid source 
    220                         markup.</li> 
    221                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1530">#1530</a>] Pasting 
    222                         text into the "Find what" fields in the Find and Replace dialog would now activate 
    223                         the find and replace buttons.</li> 
    224                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1828">#1828</a>] The Find/Replace 
    225                         dialog will no longer display wrong starting positions for the match when there 
    226                         are multiple and identical characters preceding the character at the real starting 
    227                         point of the match.</li> 
    228                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1878">#1878</a>] Fixed 
    229                         a JavaScript error which occurs in the Find/Replace dialog when the user presses 
    230                         "Find" or "Replace" after the "No match found" message has appeared.</li> 
    231                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1355">#1355</a>] Line 
    232                         breaks and spaces are now conserved when converting to and from the "Formatted" 
    233                         format.</li> 
    234                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1670">#1670</a>] Improved 
    235                         the background color behind smiley icons and special characters in their corresponding 
    236                         dialogs.</li> 
    237                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1693">#1693</a>] Custom 
    238                         error messages are now properly displayed in the file browser.</li> 
    239                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/970">#970</a>] The text 
    240                         and value fields in the selection box dialog will no longer extend beyond the dialog 
    241                         limits when the user inputs a very long text or value for one of the selection options.</li> 
    242                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/479">#479</a>] Fixed the 
    243                         issue where pressing Enter in an &lt;o:p&gt; tag in IE does not generate line breaks.</li> 
    244                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/481">#481</a>] Fixed the 
    245                         issue where the image preview in image dialog sometimes doesn't display after selecting 
    246                         the image from server browser.</li> 
    247                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1488">#1488</a>] PHP integration: 
    248                         the FCKeditor class is now more PHP5/6 friendly ("public" keyword is used instead 
    249                         of depreciated "var").</li> 
    250                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1815">#1815</a>] PHP integration: 
    251                         removed closing tag: "?&gt;", so no additional whitespace added when files are included.</li> 
    252                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1906">#1906</a>] PHP file 
    253                         browser: fixed problems with DetectHtml() function when open_basedir was set.</li> 
    254                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1871">#1871</a>] PHP file 
    255                         browser: permissions applied with the chmod command are now configurable.</li> 
    256                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1872">#1872</a>] Perl 
    257                         file browser: permissions applied with the chmod command are now configurable.</li> 
    258                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1873">#1873</a>] Python 
    259                         file browser: permissions applied with the chmod command are now configurable.</li> 
    260                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1572">#1572</a>] ColdFusion 
    261                         integration: fixed issues with setting the editor height.</li> 
    262                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1692">#1692</a>] ColdFusion 
    263                         file browser: it is possible now to define TempDirectory to avoid issues with GetTempdirectory() 
    264                         returning an empty string.</li> 
    265                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1379">#1379</a>] ColdFusion 
    266                         file browser: resolved issues with OnRequestEnd.cfm breaking the file browser.</li> 
    267                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1509">#1509</a>] InsertHtml() 
    268                         in IE will no longer turn the preceding normal whitespace into &amp;nbsp;.</li> 
    269                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/958">#958</a>] The AddItem 
    270                         method now has an additional fifth parameter "customData" that will be sent to the 
    271                         Execute method of the command for that menu item, allowing a single command to be 
    272                         used for different menu items..</li> 
    273                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1502">#1502</a>] The RemoveFormat 
    274                         command now also removes the attributes from the cleaned text. The list of attributes 
    275                         is configurable with FCKConfig.RemoveAttributes.</li> 
    276                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1596">#1596</a>] On Safari, 
    277                         dialogs have now right-to-left layout when it runs a RTL language, like Arabic.</li> 
    278                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1344">#1344</a>] Added 
    279                         warning message on Copy and Cut operation failure on IE due to paste permission 
    280                         settings.</li> 
    281                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1868">#1868</a>] Links 
    282                         to file browser has been changed to avoid requests containing double dots.</li> 
    283                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1229">#1229</a>] Converting 
    284                         multiple contiguous paragraphs to Formatted will now be merged into a single &lt;PRE&gt; 
    285                         block.</li> 
    286                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1627">#1627</a>] Samples 
    287                         failed to load from local filesystem in IE7.</li> 
    288         </ul> 
    289         <p> 
    290                 <a href="_whatsnew_history.html">See previous versions history</a> 
    291         </p> 
     145                <a href="_whatsnew_history.html">See previous versions history</a></p> 
    292146</body> 
    293147</html>