⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 _whatsnew_history.html.svn-base

📁 通用ERP 表格审批系统
💻 SVN-BASE
📖 第 1 页 / 共 5 页
字号:
	<ul>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/624">#624</a>] [<a
			target="_blank" href="http://dev.fckeditor.net/ticket/634">#634</a>] [<a target="_blank"
				href="http://dev.fckeditor.net/ticket/1300">#1300</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/1301">#1301</a>]
			Official compatibility support with <strong>Opera 9.50</strong> and <strong>Safari 3</strong>
			(WebKit based browsers actually). These browsers are still in Beta, but we are confident
			that we'll have amazing results as soon as they get stable. We are continuously
			collaborating with Opera Software and Apple to bring a wonderful FCKeditor experience
			over their browser platforms.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/494">#494</a>] Introduced
			the <strong>new Style System</strong>. We are not anymore relaying on browser features
			to apply and remove styles, which guarantees that the editor will <strong>behave in
				the same way in all browsers</strong>. It is an incredibly flexible system,
			which aims to fit all developer's needs, from Flash content or HTML4 to XHTML 1.0
			Strict or XHTML 1.1:
			<ul>
				<li>All basic formatting features, like Bold and Italic, can be precisely controlled
					by using the configuration file (<b>CoreStyles</b> setting). It means that now,
					the Bold button, for example, can produce &lt;b&gt;, &lt;strong&gt;, &lt;span class...&gt;,
					&lt;span style...&gt; or anything the developer prefers.</li>
				<li>Again with the <b>CoreStyles</b> setting, each block format, font, size, and even
					the color pickers can precisely reflect end developer's needs.</li>
				<li>Because of the above changes, font sizes are much more flexible. <b>Any kind of
					font unit</b> can be used, including a mix of units.</li>
				<li>All styles, including toolbar bottom styles, are precisely controlled when being
					applied to the document. FCKeditor uses an element table derived from the <b>W3C XHTML
						DTDs</b> to precisely create the elements, guarantee standards compliant code.</li>
				<li><b>No more &lt;font&gt; tags</b>... well... actually, the system is so flexible
					that it is up to you to use them or not.</li>
				<li>It is possible to configure FCKeditor to produce a truly <b>semantic aware </b>and<b>
					XHTML 1.1 compliant </b>code. Check out sample14.html.</li>
				<li>It's also possible to precisely control which inline elements must be removed with
					the &quot;Remove All&quot; button, by using the &quot;<b>RemoveFormatTags</b>&quot;
					setting.</li>
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1231">#1231</a>] [<a
					target="_blank" href="http://dev.fckeditor.net/ticket/160">#160</a>] Paragraph <b>indentation</b>
					and <b>justification</b> now uses style attributes and don't create unnecessary
					elements, and &lt;blockquote&gt; is not anymore used for it. Now, even CSS classes
					can be used to indent or align text.</li>
				<li>All paragraph formatting features work well when EnterMode=br.</li>
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/172">#172</a>] All paragraph
					formatting features work well when list items too.</li>
			</ul>
		</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1197">#1197</a>] [<a
			target="_blank" href="http://dev.fckeditor.net/ticket/132">#132</a>] The toolbar
			now presents a <strong>new button for Blockquote</strong>. The indentation button
			will not anymore be used for that.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/125">#125</a>] Table's
			<strong>columns size can now be changed by dragging on cell borders</strong>, with
			the "dragresizetable" plugin. </li>
		<li>The EditorAreaCSS config option can now also be set to a string of paths separated
			by commas.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/212">#212</a>] New "<strong>Show
			Blocks</strong>" command button in toolbar to show block details in the editing
			area. </li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/915">#915</a>] The <strong>
			undo/redo system has been revamped</strong> to work the same across Internet Explorer
			and Gecko-based browsers (e.g. Firefox). A number of critical bugs in the undo/redo
			system are also fixed. </li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/194">#194</a>] The editor
			now uses the <strong>Data Processor</strong> technology, which makes it possible
			to handle different input formats. A sample of it may be found at "editor/plugins/bbcode/_sample",
			that shows some simple BBCode support. </li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/145">#145</a>] The "htaccess.txt"
			file has been renamed to ".htaccess" as it doesn't bring security concerns, being
			active out of the box.</li>
		<li>File Browser and Quick Upload changes:
			<ul>
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/163">#163</a>] <span
					style="color: #ff0000"><strong>Attention:</strong></span> The default connector
					in fckconfig.js has been changed from ASP to PHP. If you are using ASP remember
					to change the _FileBrowserLanguage and _QuickUploadLanguage settings in your fckconfig.js.
					[<a target="_blank" href="http://dev.fckeditor.net/ticket/454">#454</a>] The file
					browser and upload connectors have been unified so they can reuse the same configuration
					settings.</li>
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/865">#865</a>] The ASP
					and PHP connectors have been improved so it's easy to select the location of the
					destination folder for each file type, and it's no longer necessary to use the "file",
					"image", "flash" subfolders<br />
					<span style="color: #ff0000"><strong>Attention:</strong></span> The location of
					all the connectors have been changed in the fckconfig.js file. Please check your
					settings to match the current ones. Also review carefully the config file for your
					server language. </li>
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/688">#688</a>] Now the
					Perl quick upload is available. </li>
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/575">#575</a>] The Python
					connector has been rewritten as a WSGI app to be fully compatible with the latest
					python frameworks and servers. The QuickUpload feature has been added as well as
					all the features available in the PHP connector. Thanks to Mariano Reingart.</li>
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/561">#561</a>] The ASP
					connector provides an AbsolutePath setting so it's possible to set the url to a
					full domain or a relative path and specify that way the physical folder where the
					files are stored..</li>
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/333">#333</a>] The Quick
					Upload now can use the same ServerPath parameter as the full connector.</li>
				<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/199">#199</a>] The AllowedCommands
					configuration setting is available in the asp and php connectors so it's possible
					to disallow the upload of files (although the "select file" button will still be
					available in the file browser).</li>
			</ul>
		</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/100">#100</a>] A new configuration
			directive "FCKConfig.EditorAreaStyles" has been implemented to allow setting editing
			area styles from JavaScript. </li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/102">#102</a>] HTML code
			generated by the "Paste As Plain Text" feature now obeys the EnterMode setting.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1266">#1266</a>] Introducing
			the HtmlEncodeOutput setting to instruct the editor to HTML-encode some characters
			(&amp;, &lt; and &gt;) in the posted data.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/357">#357</a>] Added a
			"Remove Anchor" option in the context menu for anchors. </li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1060">#1060</a>] Compatibility
			checks with Firefox 3.0 Alpha. </li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/817">#817</a>] [<a
			target="_blank" href="http://dev.fckeditor.net/ticket/1077">#1077</a>] New "Merge
			Down/Right" commands for merging tables cells in non-Gecko browsers.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1288">#1288</a>] The "More
			Colors..." button in color selector popup has been made optional and configurable
			by the <strong>EnableMoreFontColors</strong> option. </li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/356">#356</a>] The <strong>
			Find and Replace</strong> dialogs are now unified into a single dialog with tabs.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/549">#549</a>] Added a
			'None' option to the FCKConfig.ToolbarLocation option to allow for hidden toolbars.
		</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1313">#1313</a>] An XHTML
			1.1 target editor sample has been created as sample14.html. </li>
		<li>The ASP, ColdFusion and PHP integration have been aligned to our standards.</li>
	</ul>
	<p>
		Fixed Bugs:</p>
	<ul>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/71">#71</a>] [<a target="_blank"
			href="http://dev.fckeditor.net/ticket/243">#243</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/267">#267</a>]
			The editor now takes care to not create invalid nested block elements, like creating
			&lt;form&gt; or &lt;hr&gt; inside &lt;p&gt;. &nbsp;</li>
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1511298&group_id=75348&atid=543655">SF
			Patch 1511298</a>] The CF Component failed on CFMX 6.0</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/639">#639</a>] If the
			FCKConfig.DefaultLinkTarget setting was missing in fckconfig.js the links has target="undefined".</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/497">#497</a>] Fixed EMBED
			attributes handling in IE.</li>
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1315722&group_id=75348&atid=543655">SF
			Patch 1315722</a>] Avoid getting a cached version of the folder contents after uploading
			a file</li>
		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&aid=1386086&group_id=75348&atid=543655">SF
			Patch 1386086</a>] The php connector has been protected so mkdir doesn't fail if
			there are double slashes.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/943">#943</a>] The PHP
			connector now specifies that the included files are relative to the current path.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/560">#560</a>] The PHP
			connector will work better if the connector or the userfiles folder is a symlink.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/784">#784</a>] Fixed a
			non initialized $php_errormsg in the PHP connector.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/802">#802</a>] The replace
			dialog will now advance its searching position correctly and is able to search for
			strings spanning across multiple inline tags.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/944">#944</a>] The _samples
			didn't work directly from the Mac filesystem.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/946">#946</a>] Toolbar
			images didn't show in non-IE browsers if the path contained a space.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/291">#291</a>] [<a
			target="_blank" href="http://dev.fckeditor.net/ticket/395">#395</a>] [<a target="_blank"
				href="http://dev.fckeditor.net/ticket/932">#932</a>] Clicking outside the editor
			it was possible to paste or apply formatting to the rest of the page in IE.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/137">#137</a>] Fixed FCKConfig.TabSpaces
			being ignored, and weird behaviors when pressing tab in edit source mode.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/268">#268</a>] Fixed special
			XHTML characters present in event attribute values being converted inappropriately
			when switching to source view.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/272">#272</a>] The toolbar
			was cut sometimes in IE to just one row if there are multiple instances of the editor.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/515">#515</a>] Tables
			in Firefox didn't inherit font styles properly in Standards mode.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/321">#321</a>] If FCKeditor
			is initially hidden in Firefox it will no longer be necessary to call the oEditor.MakeEditable()
			function.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/299">#299</a>] The 'Browse
			Server' button in the Image and Flash dialogs was a little too high.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/931">#931</a>] The BodyId
			and BodyClass configuration settings weren't applied in the preview window.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/583">#583</a>] The "noWrap"
			attribute for table cells was getting an empty value in Firefox. Thanks to geirhelge.</li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/141">#141</a>] Fixed incorrect
			startup focus in Internet Explorer after page reloads. </li>
		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/143">#143</a>] Fixed browser

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -