Show
Ignore:
Timestamp:
2008-06-24 12:00:04 (7 months ago)
Author:
martinkou
Message:

Merged all changes in trunk up to r2121.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/branches/features/div_container/_whatsnew.html

    r2097 r2122  
    3434                FCKeditor ChangeLog - What's New?</h1> 
    3535        <h3> 
    36                 Version 2.6.2 (SVN)</h3> 
     36                Version 2.6.3 (SVN)</h3> 
    3737        <p> 
    3838                New Features and Improvements:</p> 
    3939        <ul> 
    40                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2043">#2043</a>] The debug 
    41                         script is not any more part of the compressed files. If FCKeditor native debugging 
    42                         features (FCKDebug) are required, the _source folder must be present in your installation.</li> 
     40                <li></li> 
    4341        </ul> 
    4442        <p> 
    4543                Fixed Bugs:</p> 
    4644        <ul> 
    47                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2248">#2248</a>] Calling 
    48                         FCK.InsertHtml( 'nbsp;') was inserting a plain space instead of a non breaking space 
    49                         character.</li> 
    50                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2273">#2273</a>] The dragresizetable 
    51                         plugin now works in Firefox 3 as well.</li> 
    52                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2254">#2254</a>] Minor fix in fckselection for 
    53                         nodeTagName object.</li>  
    54                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1614">#1614</a>] Unified 
    55                         FCKConfig.FullBasePath with FCKConfig.BasePath.</li> 
    56                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2127">#2127</a>] Changed floating dialogs to use 
    57                         fixed positioning so that they are no longer affected by scrolling.</li> 
    58                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2018">#2018</a>] Reversed the fix for 
    59                         <a target="_blank" href="http://dev.fckeditor.net/ticket/183">#183</a> which broke FCKeditorAPI's cleanup 
    60                         logic. A new configuration directive <strong>MsWebBrowserControlCompat</strong> has been added 
    61                         for those who wish to force the #183 fix to be enabled.</li>  
    62                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2276">#2276</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/2279">#2279</a>] On Opera 
    63                         and Firefox 3, the entire page was scrolling on ENTER.</li> 
    64                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2149">#2149</a>] CSS urls 
    65                         with querystring parameters were not being accepted for CSS values in the configuration 
    66                         file (like EditorAreaCSS).</li> 
    67         </ul> 
    68         <p> 
    69         </p> 
    70         <h3> 
    71                 Version 2.6.1</h3> 
    72         <p> 
    73                 New Features and Improvements:</p> 
    74         <ul> 
    75                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2150">#2150</a>] The searching 
    76                         speed of the Find/Replace dialog has been vastly improved.</li> 
    77                 <li>New language file for <strong>Gujarati</strong> (by Nilam Doctor).</li> 
    78                 <li>A new TabIndex property has been added to the JavaScript integration files.</li> 
    79                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2215">#2215</a>] Following 
    80                         the above new feature, the ReplaceTextarea method will now copy the textarea.tabIndex 
    81                         value if available.</li> 
    82                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2163">#2163</a>] If the 
    83                         FCKConfig.DocType setting points to a HTML DocType then the output won't generate 
    84                         self-closing tags (it will output &lt;img &gt; instead of &lt;img /&gt;).</li> 
    85                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2173">#2173</a>] A throbber 
    86                         will be shown in the Quick Uploads.</li> 
    87                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2142">#2142</a>] HTML 
    88                         samples will now use sampleposteddata.php in action parameter inside a form.</li> 
    89         </ul> 
    90         <p> 
    91                 Fixed Bugs:</p> 
    92         <ul> 
    93                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/768">#768</a>] It is no 
    94                         longer possible for an image to have its width and height defined with both HTML 
    95                         attributes and inline CSS styles in IE.</li> 
    96                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1426">#1426</a>] Fixed 
    97                         the error loading fckstyles.xml in servers which cannot return the correct content 
    98                         type header for .xml files.</li> 
    99                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2102">#2102</a>] Fixed 
    100                         FCKConfig.DocType which stopped working in FCKeditor 2.6.</li> 
    101                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2039">#2039</a>] Fixed 
    102                         the locking up issue in the Find/Replace dialog.</li> 
    103                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2124">#2124</a>] PHP File 
    104                         Browser: fixed issue with resolving paths on Windows servers with PHP 5.2.4/5.2.5.</li> 
    105                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2059">#2059</a>] Fixed 
    106                         the error in the toolbar name in fckeditor.py.</li> 
    107                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2065">#2065</a>] Floating 
    108                         dialogs will now block the user from re-selecting the editing area by pressing Tab.</li> 
    109                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2114">#2114</a>] Added 
    110                         a workaround for an IE6 bug which causes floating dialogs to appear blank after 
    111                         opening it for the first time.</li> 
    112                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2136">#2136</a>] Fixed 
    113                         JavaScript error in IE when opening the bullet list properties dialog.</li> 
    114                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1633">#1633</a>] External 
    115                         styles should no longer interfere with the appearance of the editor and floating 
    116                         panels now.</li> 
    117                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2113">#2113</a>] Fixed 
    118                         unneeded &lt;span class=&quot;Apple-style-span&quot;&gt; created after inserting 
    119                         special characters.</li> 
    120                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2170">#2170</a>] Fixed 
    121                         Ctrl-Insert hotkey for copying.</li> 
    122                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2125">#2125</a>] Fixed 
    123                         the issue that FCK.InsertHtml() doesn't insert contents at the caret position when 
    124                         dialogs are opened in IE. </li> 
    125                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1764">#1764</a>] FCKeditor 
    126                         will no longer catch focus in IE on load when StartupFocus is false and the initial 
    127                         content is empty.</li> 
    128                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2126">#2126</a>] Opening 
    129                         and closing floating dialogs will no longer cause toolbar button states to become 
    130                         frozen.</li> 
    131                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2159">#2159</a>] Selection 
    132                         are now correctly restored when undoing changes made by the Replace dialog.</li> 
    133                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2160">#2160</a>] "Match 
    134                         whole word" in the Find and Replace dialog will now find words next to punctuation 
    135                         marks as well.</li> 
    136                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2162">#2162</a>] If the 
    137                         configuration is set to work including the &lt;head&gt; (FullPage), references to 
    138                         stylesheets added by Firefox extensions won't be added to the output.</li> 
    139                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2168">#2168</a>] Comments 
    140                         won't generate new paragraphs in the output.</li> 
    141                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2184">#2184</a>] Fixed 
    142                         several validation errors in the File Browser.</li> 
    143                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1383">#1383</a>] Fixed 
    144                         an IE issue where pressing backspace may merge a hyperlink on the previous line 
    145                         with the text on the current line.</li> 
    146                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1691">#1691</a>] Creation 
    147                         of links in Safari failed if there was no selection.</li> 
    148                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2188">#2188</a>] PreserveSessionOnFileBrowser 
    149                         is now removed as it was made obsolete with 2.6.</li> 
    150                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/898">#898</a>] The styles 
    151                         for the editing area are applied in the image preview dialog.</li> 
    152                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2056">#2056</a>] Fixed 
    153                         several validation errors in the dialogs.</li> 
    154                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2063">#2063</a>] Fixed 
    155                         some problems in asp related to the use of network paths for the location of the 
    156                         uploaded files.</li> 
    157                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1593">#1593</a>] The "Sample 
    158                         Posted Data" page will now properly wrap the text.</li> 
    159                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2239">#2239</a>] The PHP 
    160                         code in sampleposteddata.php has been changed from "&lt;?=" to "&lt;? echo".</li> 
    161                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2241">#2241</a>] Fixed 
    162                         404 error in floating panels when FCKeditor is installed to a different domain.</li> 
    163                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2066">#2066</a>] Added 
    164                         a workaround for a Mac Safari 3.1 browser bug which caused the Fit Window button 
    165                         to give a blank screen.</li> 
    166                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2218">#2218</a>] Improved 
    167                         Gecko based browser detection to accept Epiphany/Gecko as well.</li> 
    168                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2193">#2193</a>] Fixed 
    169                         the issue where the caret cannot reach the last character of a paragraph in Opera 
    170                         9.50.</li> 
    171                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2264">#2264</a>] Fixed 
    172                         empty spaces that appear at the top of the editor in Opera 9.50.</li> 
    173                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2238">#2238</a>] The &lt;object&gt; 
    174                         placeholder was not being properly displayed in the compressed distribution version 
    175                         and nightly builds.</li> 
    176                 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2115">#2115</a>] Fixed 
    177                         JavaScript (permission denied) error in Firefox when file has been uploaded.</li> 
     45                <li></li> 
    17846        </ul> 
    17947        <p>