Show
Ignore:
Timestamp:
2008-03-27 23:25:00 (10 months ago)
Author:
fredck
Message:

[Release 2.6 RC] Merged trunk HEAD into branches/versions/2.6.x. Final commit for the release of version 2.6 RC.

Files:
1 modified

Legend:

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

    r1629 r1825  
    3434                FCKeditor ChangeLog - What's New?</h1> 
    3535        <h3> 
    36                 Version 2.6 (SVN)</h3> 
     36                Version 2.6 RC</h3> 
     37        <p> 
     38                New Features and Improvements:</p> 
     39        <ul> 
     40                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2017">#2017</a>] The FCKeditorAPI.Instances 
     41                        object can now be used to access all FCKeditor instances available in the page.</li> 
     42                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1980">#1980</a>] <span 
     43                        style="color: #ff0000">Attention:</span> By default, the editor now produces &lt;strong&gt; 
     44                        and &lt;em&gt; instead of &lt;b&gt; and &lt;i&gt;.</li> 
     45        </ul> 
     46        <p> 
     47                Fixed Bugs:</p> 
     48        <ul> 
     49                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1924">#1924</a>] The dialog 
     50                        close button is now correctly positioned in IE in RTL languages.</li> 
     51                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1933">#1933</a>] Placeholder 
     52                        dialog will now display the placeholder value correctly in IE.</li> 
     53                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/957">#957</a>] Pressing 
     54                        Enter or typing after a placeholder with the placeholder plugin will no longer generate 
     55                        colored text.</li> 
     56                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1952">#1952</a>] Fixed 
     57                        an issue in FCKTools.FixCssUrls that, other than wrong, was breaking Opera.</li> 
     58                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1695">#1695</a>] Removed 
     59                        Ctrl-Tab hotkey for Source mode and allowed Ctrl-T to work in Firefox.</li> 
     60                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1666">#1666</a>] Fixed 
     61                        permission denied errors during opening popup menus in IE6 under domain relaxation 
     62                        mode.</li> 
     63                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1934">#1934</a>] Fixed 
     64                        JavaScript errors when calling Selection.EnsureSelection() in dialogs.</li> 
     65                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1920">#1920</a>] Fixed 
     66                        SSL warning message when opening image and flash dialogs under HTTPS in IE6.</li> 
     67                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1955">#1955</a>] [<a 
     68                        target="_blank" href="http://dev.fckeditor.net/ticket/1981">#1981</a>] [<a target="_blank" 
     69                                href="http://dev.fckeditor.net/ticket/1985">#1985</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/1989">#1989</a>] 
     70                        Fixed XHTML source formatting errors in non-IE browsers.</li> 
     71                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2000">#2000</a>] The # 
     72                        character is now properly encoded in file names returned by the File Browser.</li> 
     73                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1945">#1945</a>] New folders 
     74                        and file names are now properly sanitized against control characters. </li> 
     75                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1944">#1944</a>] Backslash 
     76                        character is now disallowed in current folder path.</li> 
     77                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1055">#1055</a>] Added 
     78                        logic to override JavaScript errors occurring inside the editing frame due to user 
     79                        added JavaScript code.</li> 
     80                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1647">#1647</a>] Hitting 
     81                        ENTER on list items containing block elements will now create new list item elements, 
     82                        instead of adding further blocks to the same list item.</li> 
     83                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1411">#1411</a>] Label 
     84                        only combos now get properly grayed out when moving to source view.</li> 
     85                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2009">#2009</a>] Fixed 
     86                        an important bug regarding styles removal on styled text boundaries, introduced 
     87                        with the 2.6 Beta 1. </li> 
     88                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2011">#2011</a>] Internal 
     89                        CSS &lt;style&gt; tags where being outputted when FullPage=true.</li> 
     90                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2016">#2016</a>] The Link 
     91                        dialog now properly selects the first field when opening it to modify mailto or 
     92                        anchor links. This problem was also throwing an error in IE.</li> 
     93                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2021">#2021</a>] The caret 
     94                        will no longer remain behind in the editing area when the placeholder dialog is 
     95                        opened.</li> 
     96                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2024">#2024</a>] Fixed 
     97                        JavaScript error in IE when the user tries to open dialogs in Source mode.</li> 
     98                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1853">#1853</a>] Setting 
     99                        ShiftEnterMode to p or div now works correctly when EnterMode is br.</li> 
     100                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1838">#1838</a>] Fixed 
     101                        the issue where context menus sometimes don't disappear after selecting an option. 
     102                </li> 
     103                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2028">#2028</a>] Fixed 
     104                        JavaScript error when EnterMode=br and user tries to insert a page break.</li> 
     105                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2002">#2002</a>] Fixed 
     106                        the issue where the maximize editor button does not vertically expand the editing 
     107                        area in Firefox.</li> 
     108                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1842">#1842</a>] PHP integration: 
     109                        fixed filename encoding problems in file browser.</li> 
     110                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1832">#1832</a>] Calling 
     111                        FCK.InsertHtml() in non-IE browsers would now activate the document processor as 
     112                        expected.</li> 
     113                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1998">#1998</a>] The native 
     114                        XMLHttpRequest class is now used in IE, whenever it is available.</li> 
     115                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1792">#1792</a>] In IE, 
     116                        the browser was able to enter in an infinite loop when working with multiple editors 
     117                        in the same page. </li> 
     118                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1948">#1948</a>] Some 
     119                        CSS rules are reset to dialog elements to avoid conflict with the page CSS.</li> 
     120                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1965">#1965</a>] IE was 
     121                        having problems with SpellerPages, causing some errors to be thrown when completing 
     122                        the spell checking in some situations.</li> 
     123                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2042">#2042</a>] The FitWindow 
     124                        command was throwing an error if executed in an editor where its relative button 
     125                        is not present in the toolbar.</li> 
     126                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/922">#922</a>] Implemented 
     127                        a generic document processor for &lt;OBJECT&gt; and &lt;EMBED&gt; tags.</li> 
     128                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1831">#1831</a>] Fixed 
     129                        the issue where the placeholder icon for &lt;EMBED&gt; tags does not always show 
     130                        up in IE7.</li> 
     131                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2049">#2049</a>] Fixed 
     132                        a deleted cursor CSS attribute in the minified CSS inside fck_dialog_common.js.</li> 
     133                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1806">#1806</a>] In IE, 
     134                        the caret will not any more move to the previous line when selecting a Format style 
     135                        inside an empty paragraph.</li> 
     136                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1990">#1990</a>] In IE, 
     137                        dialogs using API calls which deals with the selection, like InsertHtml now can 
     138                        be sure the selection will be placed in the correct position.</li> 
     139                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1997">#1997</a>] With 
     140                        IE, the first character of table captions where being lost on table creation.</li> 
     141                <li>The selection and cursor position was not being properly handled when creating some 
     142                        elements like forms and tables.</li> 
     143                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/662">#662</a>] In the 
     144                        Perl sample files, the GetServerPath function will now calculate the path properly.</li> 
     145        </ul> 
     146        <h3> 
     147                Version 2.6 Beta 1</h3> 
    37148        <p> 
    38149                New Features and Improvements:</p> 
     
    88199                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/805">#805</a>] The FCKConfig.Keystrokes 
    89200                        commands where executed even if the command itself was disabled.</li> 
    90                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/902">#902</a>] The button 
     201                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/982">#982</a>] The button 
    91202                        to empty the box in the "Paste from Word" has been removed as it leads to confusion 
    92203                        for some users.</li> 
     
    134245                        of depreciated "var").</li> 
    135246                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1815">#1815</a>] PHP integration: 
    136                         removed closing tag: "?>", so no additional whitespace added when files are included.</li> 
     247                        removed closing tag: "?&gt;", so no additional whitespace added when files are included.</li> 
    137248                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1906">#1906</a>] PHP file 
    138249                        browser: fixed problems with DetectHtml() function when open_basedir was set.</li> 
     
    166277                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1868">#1868</a>] Links 
    167278                        to file browser has been changed to avoid requests containing double dots.</li> 
     279                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1229">#1229</a>] Converting 
     280                        multiple contiguous paragraphs to Formatted will now be merged into a single &lt;PRE&gt; 
     281                        block.</li> 
     282                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1627">#1627</a>] Samples 
     283                        failed to load from local filesystem in IE7.</li> 
    168284        </ul> 
    169285        <p>