_whatsnew.html 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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.5</h3>
  37. <p>
  38. New Features and Improvements:</p>
  39. <ul>
  40. <li>Introduced the Spell Check As You Type (SCAYT) spell checking option.</li>
  41. </ul>
  42. <p>
  43. Fixed Bugs:</p>
  44. <ul>
  45. <li><strong>Security release, upgrade is highly recommended</strong> (fixed security issues in ASP and ColdFusion scripts).
  46. </li>
  47. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2856">#2856</a>] Fixed
  48. problem with inches in paste dialog.</li>
  49. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3120">#3120</a>]
  50. # (pound sign) is not correctly escaped in file urls.</li>
  51. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2915">#2915</a>]
  52. About plugin shows misleading user language.</li>
  53. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2821">#2821</a>] Configuration
  54. items that used floating point numbers were parsed as integers.</li>
  55. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2604">#2064</a>] The asp
  56. connector didn't work correctly in windows 2000 servers.</li>
  57. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3429">#3429</a>] Fixed
  58. problem in IE8 with XHTML doctype. Thanks to duncansimey.</li>
  59. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3446">#3446</a>] Fixed self-closed
  60. &lt;option&gt; in the table cell dialog.</li>
  61. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3181">#3181</a>] Node selection
  62. could raise an error in IE8.</li>
  63. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2156">#2156</a>]
  64. After calling GetData() the style removal operations didn't work in IE. Thanks to
  65. Compendium Blogware.</li>
  66. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3427">#3427</a>] Improved
  67. compatibility of Document properties dialog with Eclipse.</li>
  68. <li>Language file updates for the following languages:
  69. <ul>
  70. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2908">#2908</a>] Czech </li>
  71. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2849">#2849</a>] Lithuanian</li>
  72. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3636">#3636</a>] Polish</li>
  73. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3741">#3741</a>] Korean</li>
  74. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2861">#2861</a>] Slovenian</li>
  75. </ul>
  76. </li>
  77. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3439">#3439</a>] IgnoreEmptyParagraphValue
  78. had no effect if ProcessHTMLEntities is false.</li>
  79. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3880">#3880</a>] Fixed some minor
  80. logical and typing mistakes in fckdomrange_ie.js.</li>
  81. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2689">#2689</a>] If a
  82. custom connector tried to use the "url" attribute for files it was always reencoded.</li>
  83. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1537">#1537</a>] Fixed extra
  84. &lt;p&gt; tag added before pasted contents from Paste From Word dialog.</li>
  85. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2874">#2874</a>] Fixed wrong position
  86. of caption tag in tables with table headers.</li>
  87. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3818">#3818</a>] Fixed layout error
  88. in text and background color popups when more colors button is disabled.</li>
  89. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3481">#3481</a>] Fixed an issue in
  90. WebKit where paste actions inside table cells may leak outside of the table cell.</li>
  91. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3677">#3677</a>] Fixed JavaScript
  92. error when trying to create link for images inside floating div containers.</li>
  93. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3925">#3925</a>] Removed obsolete
  94. parentWindow reference from FCKDialog.OpenDialog().</li>
  95. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2936">#2936</a>] Added protection
  96. in the PHP upload if the destination folder is placed at the root and doesn't exit.</li>
  97. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/4357">#4357</a>] Avoid problem in
  98. the paste dialog if IIS is set to process HTML files as Asp.</li>
  99. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2201">#2201</a>] Fixed a crash in IE
  100. in an object is selected (with handles) on unload of the editor.</li>
  101. <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/3053">#3053</a>] Fixed problems with
  102. the height of the content area in Safari and Chrome.</li>
  103. </ul>
  104. <p>
  105. <a href="_whatsnew_history.html">See previous versions history</a></p>
  106. </body>
  107. </html>