| 14 | | <html> |
| 15 | | <head> |
| 16 | | <title>FCKeditor - What's New</title> |
| 17 | | <style> |
| 18 | | body { font-family: Arial, Verdana, Sans-Serif; } |
| 19 | | p { margin-left: 20px; } |
| 20 | | </style> |
| 21 | | </head> |
| 22 | | <body> |
| 23 | | <h3>Version 2.2</h3> |
| 24 | | <P>New Features and Improvements:</P> |
| 25 | | <UL> |
| 26 | | <LI> |
| 27 | | The <STRONG>Quick File Uploader</STRONG> |
| 28 | | is now available. So you point allo Uploading |
| 29 | | configuration setting to the |
| 30 | | editor/filemanager/upload/aspx/upload.aspx file. |
| 31 | | <LI> |
| 32 | | The rendered output is now <STRONG>XHTML</STRONG> |
| 33 | | compatible. |
| 34 | | <LI> |
| 35 | | You can set the QueryString value "fcksource=true" to load the editor using the |
| 36 | | source files (located in the _source directory) instead of the compressed ones. |
| 37 | | Thanks to Kae Verens for the suggestion. |
| 38 | | <LI> |
| 39 | | <STRONG>Attention</STRONG>: for security reasons, it is not anymore possible to |
| 40 | | pass the user files directory path by the URL.</LI></UL> |
| 41 | | <P>Fixed Bugs:</P> |
| 42 | | <UL> |
| 43 | | <LI> |
| 44 | | [<A href="http://sourceforge.net/tracker/index.php?func=detail&aid=1249796&group_id=75348&atid=543653" |
| 45 | | target="_blank">SF BUG-1249796</A>] [<A href="https://sourceforge.net/tracker/index.php?func=detail&aid=1260153&group_id=75348&atid=543653" |
| 46 | | target="_blank">SF BUG-1260153</A>] [<A href="https://sourceforge.net/tracker/index.php?func=detail&aid=1308718&group_id=75348&atid=543653" |
| 47 | | target="_blank">SF BUG-1308718</A>] The editor is now loading correctly |
| 48 | | over Firefox when placed inside a control hierarchy. |
| 49 | | <LI> |
| 50 | | The configurations set in the editor are now saved in the viewstate and persist |
| 51 | | during posts.</LI></UL> |
| 52 | | <H3>Version 2.1</H3> |
| 53 | | <P>New Features and Improvements:</P> |
| 54 | | <UL> |
| 55 | | <LI> |
| 56 | | All <STRONG>configurations</STRONG> can now be set as component <STRONG>properties</STRONG>. |
| 57 | | <LI> |
| 58 | | The editor now resolves <STRONG>application relative paths</STRONG> |
| 59 | | (starting with tilde "~"). Thanks to "theyoyoman". |
| 60 | | <LI> |
| 61 | | The samples have been moved to the FCKeditor.Net package. In this way we can |
| 62 | | provide a richer and more organized set of samples.</LI></UL> |
| 63 | | <P>Fixed Bugs:</P> |
| 64 | | <UL> |
| 65 | | <LI> |
| 66 | | [<A href="http://sourceforge.net/tracker/?group_id=75348&atid=543653" target="_blank">SF |
| 67 | | BUG-1118200</A>] [<A href="https://sourceforge.net/tracker/index.php?func=detail&aid=1117410&group_id=75348&atid=543653" |
| 68 | | target="_blank">SF BUG-1117410</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&aid=1091348&group_id=75348&atid=543653" |
| 69 | | target="_blank">SF BUG-1091348</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&aid=1150981&group_id=75348&atid=543653" |
| 70 | | target="_blank">SF BUG-1150981</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&aid=1109086&group_id=75348&atid=543653" |
| 71 | | target="_blank">SF BUG-1109086</A>] There was an incorrect use of the |
| 72 | | UniqueID property when rendering the editor HTML. It was causing errors when |
| 73 | | running the editor over a User Control. It has been fixed. |
| 74 | | <LI> |
| 75 | | The component now detects IE 5.5 browsers correctly. Thanks to "chayes20". |
| 76 | | <LI> |
| 77 | | The references to fckeditor.js in the samples have been removed. There were |
| 78 | | never required. It was just a "typo" in the sample pages.</LI></UL> |
| 79 | | </SPAN> |
| 80 | | </body> |
| | 22 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| | 23 | <head> |
| | 24 | <title>FCKeditor.Net 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.Net ChangeLog - What's New?</h1> |
| | 35 | <h3> |
| | 36 | Version 2.5</h3> |
| | 37 | <p> |
| | 38 | New Features and Improvements:</p> |
| | 39 | <ul> |
| | 40 | <li>Added specific project files for Visual Studio .NET 2003 and Visual Studio |
| | 41 | 2005. It's easier now to open the source in your preferred environment. Builds will |
| | 42 | end up in the "1.1" (VS2003) and "2.0" (VS2005) folders inside bin/Debug and bin/Release.</li> |
| | 43 | </ul> |
| | 44 | <p> |
| | 45 | Fixed Bugs:</p> |
| | 46 | <ul> |
| | 47 | <li></li> |
| | 48 | </ul> |
| | 49 | <h3> |
| | 50 | Version 2.2</h3> |
| | 51 | <p> |
| | 52 | New Features and Improvements:</p> |
| | 53 | <ul> |
| | 54 | <li>The <strong>Quick File Uploader</strong> is now available. So you point allo |
| | 55 | Uploading configuration setting to the editor/filemanager/upload/aspx/upload.aspx |
| | 56 | file.</li> |
| | 57 | <li>The rendered output is now <strong>XHTML</strong> compatible.</li> |
| | 58 | <li>You can set the QueryString value "fcksource=true" to load the editor using the |
| | 59 | source files (located in the _source directory) instead of the compressed ones. |
| | 60 | Thanks to Kae Verens for the suggestion.</li> |
| | 61 | <li><strong>Attention</strong>: for security reasons, it is not anymore possible to |
| | 62 | pass the user files directory path by the URL.</li> |
| | 63 | </ul> |
| | 64 | <p> |
| | 65 | Fixed Bugs:</p> |
| | 66 | <ul> |
| | 67 | <li>[<a href="http://sourceforge.net/tracker/index.php?func=detail&aid=1249796&group_id=75348&atid=543653" |
| | 68 | target="_blank">SF BUG-1249796</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&aid=1260153&group_id=75348&atid=543653" |
| | 69 | target="_blank">SF BUG-1260153</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&aid=1308718&group_id=75348&atid=543653" |
| | 70 | target="_blank">SF BUG-1308718</a>] The editor is now loading correctly |
| | 71 | over Firefox when placed inside a control hierarchy.</li> |
| | 72 | <li>The configurations set in the editor are now saved in the viewstate and persist |
| | 73 | during posts.</li> |
| | 74 | </ul> |
| | 75 | <h3> |
| | 76 | Version 2.1</h3> |
| | 77 | <p> |
| | 78 | New Features and Improvements:</p> |
| | 79 | <ul> |
| | 80 | <li>All <strong>configurations</strong> can now be set as component <strong>properties</strong>.</li> |
| | 81 | <li>The editor now resolves <strong>application relative paths</strong> (starting with |
| | 82 | tilde "~"). Thanks to "theyoyoman".</li> |
| | 83 | <li>The samples have been moved to the FCKeditor.Net package. In this way we can provide |
| | 84 | a richer and more organized set of samples.</li> |
| | 85 | </ul> |
| | 86 | <p> |
| | 87 | Fixed Bugs:</p> |
| | 88 | <ul> |
| | 89 | <li>[<a href="http://sourceforge.net/tracker/?group_id=75348&atid=543653" target="_blank">SF |
| | 90 | BUG-1118200</a>] [<a href="https://sourceforge.net/tracker/index.php?func=detail&aid=1117410&group_id=75348&atid=543653" |
| | 91 | target="_blank">SF BUG-1117410</a>] [<a href="http://sourceforge.net/tracker/index.php?func=detail&aid=1091348&group_id=75348&atid=543653" |
| | 92 | target="_blank">SF BUG-1091348</a>] [<a href="http://sourceforge.net/tracker/index.php?func=detail&aid=1150981&group_id=75348&atid=543653" |
| | 93 | target="_blank">SF BUG-1150981</a>] [<a href="http://sourceforge.net/tracker/index.php?func=detail&aid=1109086&group_id=75348&atid=543653" |
| | 94 | target="_blank">SF BUG-1109086</a>] There was an incorrect use of |
| | 95 | the UniqueID property when rendering the editor HTML. It was causing errors when |
| | 96 | running the editor over a User Control. It has been fixed.</li> |
| | 97 | <li>The component now detects IE 5.5 browsers correctly. Thanks to "chayes20".</li> |
| | 98 | <li>The references to fckeditor.js in the samples have been removed. There were never |
| | 99 | required. It was just a "typo" in the sample pages.</li> |
| | 100 | </ul> |
| | 101 | </body> |