Changeset 2112 for FCKeditor/trunk
- Timestamp:
- 06/23/08 17:07:32 (5 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 edited
-
_whatsnew.html (modified) (1 diff)
-
_whatsnew_history.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/_whatsnew.html
r2110 r2112 81 81 </ul> 82 82 <p> 83 </p>84 <h3>85 Version 2.6.1</h3>86 <p>87 New Features and Improvements:</p>88 <ul>89 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2150">#2150</a>] The searching90 speed of the Find/Replace dialog has been vastly improved.</li>91 <li>New language file for <strong>Gujarati</strong> (by Nilam Doctor).</li>92 <li>A new TabIndex property has been added to the JavaScript integration files.</li>93 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2215">#2215</a>] Following94 the above new feature, the ReplaceTextarea method will now copy the textarea.tabIndex95 value if available.</li>96 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2163">#2163</a>] If the97 FCKConfig.DocType setting points to a HTML DocType then the output won't generate98 self-closing tags (it will output <img > instead of <img />).</li>99 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2173">#2173</a>] A throbber100 will be shown in the Quick Uploads.</li>101 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2142">#2142</a>] HTML102 samples will now use sampleposteddata.php in action parameter inside a form.</li>103 </ul>104 <p>105 Fixed Bugs:</p>106 <ul>107 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/768">#768</a>] It is no108 longer possible for an image to have its width and height defined with both HTML109 attributes and inline CSS styles in IE.</li>110 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1426">#1426</a>] Fixed111 the error loading fckstyles.xml in servers which cannot return the correct content112 type header for .xml files.</li>113 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2102">#2102</a>] Fixed114 FCKConfig.DocType which stopped working in FCKeditor 2.6.</li>115 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2039">#2039</a>] Fixed116 the locking up issue in the Find/Replace dialog.</li>117 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2124">#2124</a>] PHP File118 Browser: fixed issue with resolving paths on Windows servers with PHP 5.2.4/5.2.5.</li>119 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2059">#2059</a>] Fixed120 the error in the toolbar name in fckeditor.py.</li>121 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2065">#2065</a>] Floating122 dialogs will now block the user from re-selecting the editing area by pressing Tab.</li>123 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2114">#2114</a>] Added124 a workaround for an IE6 bug which causes floating dialogs to appear blank after125 opening it for the first time.</li>126 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2136">#2136</a>] Fixed127 JavaScript error in IE when opening the bullet list properties dialog.</li>128 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1633">#1633</a>] External129 styles should no longer interfere with the appearance of the editor and floating130 panels now.</li>131 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2113">#2113</a>] Fixed132 unneeded <span class="Apple-style-span"> created after inserting133 special characters.</li>134 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2170">#2170</a>] Fixed135 Ctrl-Insert hotkey for copying.</li>136 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2125">#2125</a>] Fixed137 the issue that FCK.InsertHtml() doesn't insert contents at the caret position when138 dialogs are opened in IE. </li>139 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1764">#1764</a>] FCKeditor140 will no longer catch focus in IE on load when StartupFocus is false and the initial141 content is empty.</li>142 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2126">#2126</a>] Opening143 and closing floating dialogs will no longer cause toolbar button states to become144 frozen.</li>145 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2159">#2159</a>] Selection146 are now correctly restored when undoing changes made by the Replace dialog.</li>147 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2160">#2160</a>] "Match148 whole word" in the Find and Replace dialog will now find words next to punctuation149 marks as well.</li>150 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2162">#2162</a>] If the151 configuration is set to work including the <head> (FullPage), references to152 stylesheets added by Firefox extensions won't be added to the output.</li>153 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2168">#2168</a>] Comments154 won't generate new paragraphs in the output.</li>155 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2184">#2184</a>] Fixed156 several validation errors in the File Browser.</li>157 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1383">#1383</a>] Fixed158 an IE issue where pressing backspace may merge a hyperlink on the previous line159 with the text on the current line.</li>160 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1691">#1691</a>] Creation161 of links in Safari failed if there was no selection.</li>162 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2188">#2188</a>] PreserveSessionOnFileBrowser163 is now removed as it was made obsolete with 2.6.</li>164 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/898">#898</a>] The styles165 for the editing area are applied in the image preview dialog.</li>166 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2056">#2056</a>] Fixed167 several validation errors in the dialogs.</li>168 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2063">#2063</a>] Fixed169 some problems in asp related to the use of network paths for the location of the170 uploaded files.</li>171 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1593">#1593</a>] The "Sample172 Posted Data" page will now properly wrap the text.</li>173 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2239">#2239</a>] The PHP174 code in sampleposteddata.php has been changed from "<?=" to "<? echo".</li>175 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2241">#2241</a>] Fixed176 404 error in floating panels when FCKeditor is installed to a different domain.</li>177 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2066">#2066</a>] Added178 a workaround for a Mac Safari 3.1 browser bug which caused the Fit Window button179 to give a blank screen.</li>180 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2218">#2218</a>] Improved181 Gecko based browser detection to accept Epiphany/Gecko as well.</li>182 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2193">#2193</a>] Fixed183 the issue where the caret cannot reach the last character of a paragraph in Opera184 9.50.</li>185 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2264">#2264</a>] Fixed186 empty spaces that appear at the top of the editor in Opera 9.50.</li>187 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2238">#2238</a>] The <object>188 placeholder was not being properly displayed in the compressed distribution version189 and nightly builds.</li>190 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2115">#2115</a>] Fixed191 JavaScript (permission denied) error in Firefox when file has been uploaded.</li>192 </ul>193 <p>194 83 <a href="_whatsnew_history.html">See previous versions history</a></p> 195 84 </body> -
FCKeditor/trunk/_whatsnew_history.html
r2061 r2112 33 33 <h1> 34 34 FCKeditor ChangeLog - What's New?</h1> 35 <h3> 36 Version 2.6.1</h3> 37 <p> 38 New Features and Improvements:</p> 39 <ul> 40 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2150">#2150</a>] The searching 41 speed of the Find/Replace dialog has been vastly improved.</li> 42 <li>New language file for <strong>Gujarati</strong> (by Nilam Doctor).</li> 43 <li>A new TabIndex property has been added to the JavaScript integration files.</li> 44 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2215">#2215</a>] Following 45 the above new feature, the ReplaceTextarea method will now copy the textarea.tabIndex 46 value if available.</li> 47 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2163">#2163</a>] If the 48 FCKConfig.DocType setting points to a HTML DocType then the output won't generate 49 self-closing tags (it will output <img > instead of <img />).</li> 50 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2173">#2173</a>] A throbber 51 will be shown in the Quick Uploads.</li> 52 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2142">#2142</a>] HTML 53 samples will now use sampleposteddata.php in action parameter inside a form.</li> 54 </ul> 55 <p> 56 Fixed Bugs:</p> 57 <ul> 58 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/768">#768</a>] It is no 59 longer possible for an image to have its width and height defined with both HTML 60 attributes and inline CSS styles in IE.</li> 61 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1426">#1426</a>] Fixed 62 the error loading fckstyles.xml in servers which cannot return the correct content 63 type header for .xml files.</li> 64 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2102">#2102</a>] Fixed 65 FCKConfig.DocType which stopped working in FCKeditor 2.6.</li> 66 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2039">#2039</a>] Fixed 67 the locking up issue in the Find/Replace dialog.</li> 68 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2124">#2124</a>] PHP File 69 Browser: fixed issue with resolving paths on Windows servers with PHP 5.2.4/5.2.5.</li> 70 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2059">#2059</a>] Fixed 71 the error in the toolbar name in fckeditor.py.</li> 72 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2065">#2065</a>] Floating 73 dialogs will now block the user from re-selecting the editing area by pressing Tab.</li> 74 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2114">#2114</a>] Added 75 a workaround for an IE6 bug which causes floating dialogs to appear blank after 76 opening it for the first time.</li> 77 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2136">#2136</a>] Fixed 78 JavaScript error in IE when opening the bullet list properties dialog.</li> 79 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1633">#1633</a>] External 80 styles should no longer interfere with the appearance of the editor and floating 81 panels now.</li> 82 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2113">#2113</a>] Fixed 83 unneeded <span class="Apple-style-span"> created after inserting 84 special characters.</li> 85 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2170">#2170</a>] Fixed 86 Ctrl-Insert hotkey for copying.</li> 87 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2125">#2125</a>] Fixed 88 the issue that FCK.InsertHtml() doesn't insert contents at the caret position when 89 dialogs are opened in IE. </li> 90 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1764">#1764</a>] FCKeditor 91 will no longer catch focus in IE on load when StartupFocus is false and the initial 92 content is empty.</li> 93 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2126">#2126</a>] Opening 94 and closing floating dialogs will no longer cause toolbar button states to become 95 frozen.</li> 96 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2159">#2159</a>] Selection 97 are now correctly restored when undoing changes made by the Replace dialog.</li> 98 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2160">#2160</a>] "Match 99 whole word" in the Find and Replace dialog will now find words next to punctuation 100 marks as well.</li> 101 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2162">#2162</a>] If the 102 configuration is set to work including the <head> (FullPage), references to 103 stylesheets added by Firefox extensions won't be added to the output.</li> 104 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2168">#2168</a>] Comments 105 won't generate new paragraphs in the output.</li> 106 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2184">#2184</a>] Fixed 107 several validation errors in the File Browser.</li> 108 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1383">#1383</a>] Fixed 109 an IE issue where pressing backspace may merge a hyperlink on the previous line 110 with the text on the current line.</li> 111 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1691">#1691</a>] Creation 112 of links in Safari failed if there was no selection.</li> 113 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2188">#2188</a>] PreserveSessionOnFileBrowser 114 is now removed as it was made obsolete with 2.6.</li> 115 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/898">#898</a>] The styles 116 for the editing area are applied in the image preview dialog.</li> 117 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2056">#2056</a>] Fixed 118 several validation errors in the dialogs.</li> 119 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2063">#2063</a>] Fixed 120 some problems in asp related to the use of network paths for the location of the 121 uploaded files.</li> 122 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1593">#1593</a>] The "Sample 123 Posted Data" page will now properly wrap the text.</li> 124 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2239">#2239</a>] The PHP 125 code in sampleposteddata.php has been changed from "<?=" to "<? echo".</li> 126 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2241">#2241</a>] Fixed 127 404 error in floating panels when FCKeditor is installed to a different domain.</li> 128 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2066">#2066</a>] Added 129 a workaround for a Mac Safari 3.1 browser bug which caused the Fit Window button 130 to give a blank screen.</li> 131 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2218">#2218</a>] Improved 132 Gecko based browser detection to accept Epiphany/Gecko as well.</li> 133 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2193">#2193</a>] Fixed 134 the issue where the caret cannot reach the last character of a paragraph in Opera 135 9.50.</li> 136 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2264">#2264</a>] Fixed 137 empty spaces that appear at the top of the editor in Opera 9.50.</li> 138 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2238">#2238</a>] The <object> 139 placeholder was not being properly displayed in the compressed distribution version 140 and nightly builds.</li> 141 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2115">#2115</a>] Fixed 142 JavaScript (permission denied) error in Firefox when file has been uploaded.</li> 143 </ul> 35 144 <h3> 36 145 Version 2.6</h3>
Note: See TracChangeset
for help on using the changeset viewer.
