/pigeoncms/Plugins/fckeditor/_whatsnew.html

http://pigeoncms.googlecode.com/ · HTML · 177 lines · 157 code · 0 blank · 20 comment · 0 complexity · 1a6937b0fe3e987d373cb5ec2b27b525 MD5 · raw file

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <!--
  3. * FCKeditor - The text editor for Internet - http://www.fckeditor.net
  4. * Copyright (C) 2003-2009 Frederico Caldeira Knabben
  5. *
  6. * == BEGIN LICENSE ==
  7. *
  8. * Licensed under the terms of any of the following licenses at your
  9. * choice:
  10. *
  11. * - GNU General Public License Version 2 or later (the "GPL")
  12. * http://www.gnu.org/licenses/gpl.html
  13. *
  14. * - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
  15. * http://www.gnu.org/licenses/lgpl.html
  16. *
  17. * - Mozilla Public License Version 1.1 or later (the "MPL")
  18. * http://www.mozilla.org/MPL/MPL-1.1.html
  19. *
  20. * == END LICENSE ==
  21. -->
  22. <html xmlns="http://www.w3.org/1999/xhtml">
  23. <head>
  24. <title>FCKeditor ChangeLog - What's New?</title>
  25. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  26. <style type="text/css">
  27. body { font-family: arial, verdana, sans-serif }
  28. p { margin-left: 20px }
  29. h1 { border-bottom: solid 1px gray; padding-bottom: 20px }
  30. </style>
  31. </head>
  32. <body>
  33. <h1>
  34. FCKeditor ChangeLog - What's New?</h1>
  35. <h3>
  36. Version 2.6.4.1</h3>
  37. <p>
  38. Fixed Bugs:</p>
  39. <ul>
  40. <li><strong>Security release, upgrade is highly recommended.</strong></li>
  41. </ul>
  42. <h3>
  43. Version 2.6.4</h3>
  44. <p>
  45. Fixed Bugs:</p>
  46. <ul>
  47. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2777">#2777</a>] Merging
  48. cells between table header and body is no longer possible.</li>
  49. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2815">#2815</a>] Fixed
  50. WSC issues at slow connection speed. Added SSL support.</li>
  51. <li>Language file updates for the following languages:
  52. <ul>
  53. <li>Chinese (Traditional)</li>
  54. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2846">#2846</a>] French</li>
  55. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2801">#2801</a>] Hebrew</li>
  56. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2824">#2824</a>] Russian</li>
  57. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2811">#2811</a>] Turkish</li>
  58. </ul>
  59. </li>
  60. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2757">#2757</a>] Fixed
  61. a minor bug which causes selection positions to be improperly restored during undos
  62. and redos.</li>
  63. </ul>
  64. <h3>
  65. Version 2.6.4 Beta</h3>
  66. <p>
  67. New Features and Improvements:</p>
  68. <ul>
  69. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2685">#2685</a>] Integration
  70. with "WebSpellChecker", a <strong>zero installation and free spell checker</strong>
  71. provided by SpellChecker.net. This is now the default spell checker in the editor
  72. (requires internet connection). All previous spell checking solutions are still
  73. available.</li>
  74. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2430">#2430</a>] In the
  75. table dialog it's possible to create header cells in the first row (included in
  76. a thead element) or the first column of the table. </li>
  77. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/822">#822</a>] The table
  78. cell dialog allows switching between normal data cells or header cells (TD vs. TH).
  79. </li>
  80. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2515">#2515</a>] New language
  81. file for Icelandic.</li>
  82. </ul>
  83. <p>
  84. Fixed Bugs:</p>
  85. <ul>
  86. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2381">#2381</a>] Protected
  87. the editor from duplicate iframes</li>
  88. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1752">#1752</a>] Fixed
  89. the issue with tablecommands plugin and undefined tagName.</li>
  90. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2333">#2333</a>] The &amp;gt;
  91. character inside text wasn't encoded in Opera and Safari.</li>
  92. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2467">#2467</a>] Fixed
  93. JavaScript error with the fit window command in source mode.</li>
  94. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2472">#2472</a>] Splitting
  95. a TH will create a two TH, not a TH and a TD.</li>
  96. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1891">#1891</a>] Removed
  97. unnecessary name attributes in dialogs. </li>
  98. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/798">#798</a>, <a target="_blank"
  99. href="http://dev.fckeditor.net/ticket/2495">#2495</a>] If an image was placed inside
  100. a container with dimensions or floating it wasn't possible to edit its properties
  101. from the toolbar or context menu.</li>
  102. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1982">#1982</a>] Submenus
  103. in IE7 now are shown properly.</li>
  104. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2496">#2496</a>] Using
  105. the Paste dialogs in IE might insert the content at the start of the editor.</li>
  106. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2349">#2496</a>] Fixed
  107. RTL dialog layout in Internet Explorer.</li>
  108. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2488">#2488</a>] Fixed
  109. the issue where email links in IE would take the browser to a new page in addition
  110. to calling up the email client.</li>
  111. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2519">#2519</a>] Fixed
  112. race condition at registering the FCKeditorAPI object in multiple editor scenarios.</li>
  113. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2525">#2525</a>] Fixed
  114. JavaScript error in Google Chrome when StartupShowBlocks is set to true.</li>
  115. <li>Language file updates for the following languages:
  116. <ul>
  117. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2440">#2440</a>] Dutch</li>
  118. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2451">#2451</a>] Basque</li>
  119. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2451">#2650</a>] Danish</li>
  120. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2208">#2535</a>] German
  121. </li>
  122. </ul>
  123. </li>
  124. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2531">#2531</a>] The ENTER
  125. key will properly scroll to the cursor position when breaking long paragraphs.</li>
  126. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2573">#2573</a>] The type
  127. name in configurations for the ASP connector are now case sensitive.</li>
  128. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2503">#2503</a>] DL, DT
  129. and DD where missing the formatting in the generated HTML.</li>
  130. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2516">#2516</a>] Replaced
  131. the extension AddItem of Array with the standard "push" method.</li>
  132. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2486">#2486</a>] Vertically
  133. splitting cell with colspan &gt; 1 breaks table layout.</li>
  134. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2597">#2597</a>] Fixed
  135. the issue where dropping contents from outside of the editor doesn't work in Safari.</li>
  136. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2412">#2412</a>] Fixed
  137. the issue where FCK.InsertHtml() is no longer removing selected contents after content
  138. insertion in Firefox.</li>
  139. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2407">#2407</a>] Fixed
  140. the issue where the Div container command and the blockquote command would break
  141. lists.</li>
  142. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2469">#2469</a>] Fixed
  143. a minor issue where FCK.SetData() may cause the editor to become unresponsive to
  144. the first click after being defocused.</li>
  145. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2611">#2611</a>] Fixed
  146. an extra slash on quickupload of the asp connector.</li>
  147. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2616">#2616</a>] Fixed
  148. another situation where new elements were inserted at the beginning of the content
  149. in IE.</li>
  150. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2634">#2634</a>] Fixed
  151. two obsolete references to Array::AddItem() instances still in the code.</li>
  152. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2679">#2679</a>] Fixed
  153. infinite loop problems with FCKDomRangeIterator class which causes some commands
  154. to hang when applied to certain document structures.</li>
  155. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2649">#2649</a>] Fixed
  156. a JavaScript error in IE when user tries to search with the "Match whole word" option
  157. enabled and the matched word is at exactly the end of document.</li>
  158. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2603">#2603</a>] Changed
  159. the <a href="http://docs.fckeditor.net/EMailProtection">EMailProtection</a> to "none"
  160. for better compatibility.</li>
  161. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2612">#2612</a>] The 'ForcePasteAsPlainText'
  162. configuration option didn't work correctly in Safari and Chrome.</li>
  163. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2696">#2696</a>] Fixed
  164. non-working autogrow plugin.</li>
  165. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2753">#2753</a>] Fixed
  166. occasional exceptions in the dragersizetable plugin with IE.</li>
  167. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2653">#2653</a>] and [<a
  168. target="_blank" href="http://dev.fckeditor.net/ticket/2733">#2733</a>] Enable undo
  169. of changes to tables and table cells.</li>
  170. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1865">#1865</a>] The context
  171. menu is now working properly over the last row in a table with thead. Thanks to
  172. Koen Willems.</li>
  173. </ul>
  174. <p>
  175. <a href="_whatsnew_history.html">See previous versions history</a></p>
  176. </body>
  177. </html>