Changeset 1014
- Timestamp:
- 10/11/07 01:23:54 (6 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 edited
-
_dev/build_release.bat (modified) (1 diff)
-
_whatsnew.html (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/_dev/build_release.bat
r1012 r1014 26 26 27 27 :: Update this variable for each new release. 28 SET RELEASER_VERSION=2. 528 SET RELEASER_VERSION=2.6 (SVN) 29 29 30 30 CLS -
FCKeditor/trunk/_whatsnew.html
r1011 r1014 31 31 <body> 32 32 <h3> 33 Version 2.5</h3> 33 Version 2.6 (SVN)</h3> 34 <p> 35 New Features and Improvements:</p> 36 <ul> 37 <li></li> 38 </ul> 39 <p> 40 Fixed Bugs:</p> 41 <ul> 42 <li></li> 43 </ul> 44 <h3> 45 Version 2.5 (SVN)</h3> 46 <p> 47 New Features and Improvements:</p> 48 <ul> 49 <li></li> 50 </ul> 51 <p> 52 Fixed Bugs:</p> 53 <ul> 54 <li></li> 55 </ul> 56 <h3> 57 Version 2.5 Beta</h3> 34 58 <p> 35 59 New Features and Improvements:</p> … … 68 92 the "Remove All" button, by using the "<b>RemoveFormatTags</b>" 69 93 setting.</li> 70 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1231">#1231</a>] 71 [<a target="_blank" href="http://dev.fckeditor.net/ticket/160">#160</a>] Paragraph72 <b>indentation</b> and <b>justification</b> now uses style attributes and don't73 create unnecessary elements, and <blockquote> is not anymore used for it.74 Now, even CSS classescan be used to indent or align text.</li>94 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1231">#1231</a>] [<a 95 target="_blank" href="http://dev.fckeditor.net/ticket/160">#160</a>] Paragraph <b>indentation</b> 96 and <b>justification</b> now uses style attributes and don't create unnecessary 97 elements, and <blockquote> is not anymore used for it. Now, even CSS classes 98 can be used to indent or align text.</li> 75 99 <li>All paragraph formatting features work well when EnterMode=br.</li> 76 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/172">#172</a>] 77 All paragraphformatting features work well when list items too.</li>100 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/172">#172</a>] All paragraph 101 formatting features work well when list items too.</li> 78 102 </ul> 79 103 </li> 80 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1197">#1197</a>] 81 [<atarget="_blank" href="http://dev.fckeditor.net/ticket/132">#132</a>] The toolbar104 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1197">#1197</a>] [<a 105 target="_blank" href="http://dev.fckeditor.net/ticket/132">#132</a>] The toolbar 82 106 now presents a <strong>new button for Blockquote</strong>. The indentation button 83 107 will not anymore be used for that.</li> … … 148 172 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1060">#1060</a>] Compatibility 149 173 checks with Firefox 3.0 Alpha. </li> 150 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/817">#817</a>] 151 [<atarget="_blank" href="http://dev.fckeditor.net/ticket/1077">#1077</a>] New "Merge174 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/817">#817</a>] [<a 175 target="_blank" href="http://dev.fckeditor.net/ticket/1077">#1077</a>] New "Merge 152 176 Down/Right" commands for merging tables cells in non-Gecko browsers.</li> 153 177 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1288">#1288</a>] The "More … … 156 180 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/356">#356</a>] The <strong> 157 181 Find and Replace</strong> dialogs are now unified into a single dialog with tabs.</li> 158 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/549">#549</a>] Added a 'None'159 option to the FCKConfig.ToolbarLocation option to allow for hidden toolbars.160 </li>161 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1313">#1313</a>] An XHTML 1.1 target162 editor sample has been created as sample14.html. </li>182 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/549">#549</a>] Added a 183 'None' option to the FCKConfig.ToolbarLocation option to allow for hidden toolbars. 184 </li> 185 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1313">#1313</a>] An XHTML 186 1.1 target editor sample has been created as sample14.html. </li> 163 187 <li>The ASP, ColdFusion and PHP integration have been aligned to our standards.</li> 164 188 </ul> … … 404 428 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/923">#923</a>] Font colors 405 429 are now properly applied on links.</li> 406 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1316">#1316</a>] Fixed the issue 407 where the image dialog expands to a size too big in Safari.</li> 408 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1306">#1306</a>] 409 [<a target="_blank" href="http://dev.fckeditor.net/ticket/894">#894</a>] 410 The undo system can now undo text formatting steps like setting fonts to bold and italic.</li> 411 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/95">#95</a>] Fixed the issue where 412 FCKeditor breaks <meta> tags in full page mode in some circumstances.</li> 413 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/175">#175</a>] Fixed the issue 414 where entering an email address with a '%' sign in the insert link dialog would cause 415 JavaScript error.</li> 416 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/180">#180</a>] Improved backward 417 compatibility with older PHP versions. FCKeditor can now work with PHP versions down to 418 4.0.</li> 419 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/192">#192</a>] Document modifying 420 actions from the FCKeditor JavaScript API will now save undo steps.</li> 421 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/246">#246</a>] Using text formatting 422 commands in EnterMode=div will no longer cause tags to randomly disappear.</li> 423 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/327">#327</a>] It is no longer 424 possible for the browser's back action to misfire when a user presses backspace while an 425 image is being selected in FCKeditor.</li> 426 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/362">#362</a>] Ctrl-Backspace now 427 works in FCKeditor.</li> 428 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/390">#390</a>] Text alignment and 429 justification commands now respects EnterMode=br paragraph rules.</li> 430 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/534">#534</a>] Pressing Ctrl-End 431 while the document contains a list towards the end will no longer make the cursor 432 disappear.</li> 433 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/906">#906</a>] It is now possible 434 to have XHTML 1.0 Strict compliant output from a document pasted from Word.</li> 435 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/929">#929</a>] Pressing the Enter 436 key will now produce an undo step.</li> 437 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/934">#934</a>] Fixed the "Cannot 438 execute code from a freed script" error in IE from editor dialogs.</li> 439 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/942">#942</a>] Server based spell 440 checking with ColdFusion integration no longer breaks fir non en_US languages.</li> 441 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/942">#1056</a>] Deleting everything 442 in the editor document and moving the cursor around will no longer leave the cursor hanging 443 beyond the top of the editor document.</li> 430 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1316">#1316</a>] Fixed 431 the issue where the image dialog expands to a size too big in Safari.</li> 432 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1306">#1306</a>] [<a 433 target="_blank" href="http://dev.fckeditor.net/ticket/894">#894</a>] The undo system 434 can now undo text formatting steps like setting fonts to bold and italic.</li> 435 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/95">#95</a>] Fixed the 436 issue where FCKeditor breaks <meta> tags in full page mode in some circumstances.</li> 437 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/175">#175</a>] Fixed the 438 issue where entering an email address with a '%' sign in the insert link dialog 439 would cause JavaScript error.</li> 440 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/180">#180</a>] Improved 441 backward compatibility with older PHP versions. FCKeditor can now work with PHP 442 versions down to 4.0.</li> 443 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/192">#192</a>] Document 444 modifying actions from the FCKeditor JavaScript API will now save undo steps.</li> 445 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/246">#246</a>] Using text 446 formatting commands in EnterMode=div will no longer cause tags to randomly disappear.</li> 447 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/327">#327</a>] It is no 448 longer possible for the browser's back action to misfire when a user presses backspace 449 while an image is being selected in FCKeditor.</li> 450 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/362">#362</a>] Ctrl-Backspace 451 now works in FCKeditor.</li> 452 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/390">#390</a>] Text alignment 453 and justification commands now respects EnterMode=br paragraph rules.</li> 454 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/534">#534</a>] Pressing 455 Ctrl-End while the document contains a list towards the end will no longer make 456 the cursor disappear.</li> 457 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/906">#906</a>] It is now 458 possible to have XHTML 1.0 Strict compliant output from a document pasted from Word.</li> 459 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/929">#929</a>] Pressing 460 the Enter key will now produce an undo step.</li> 461 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/934">#934</a>] Fixed the 462 "Cannot execute code from a freed script" error in IE from editor dialogs.</li> 463 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/942">#942</a>] Server 464 based spell checking with ColdFusion integration no longer breaks fir non en_US 465 languages.</li> 466 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/942">#1056</a>] Deleting 467 everything in the editor document and moving the cursor around will no longer leave 468 the cursor hanging beyond the top of the editor document.</li> 444 469 </ul> 445 470 <p>
Note: See TracChangeset
for help on using the changeset viewer.
