<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>肚破惊天 &#187; UTW</title>
	<atom:link href="http://dupola.com/tag/utw/feed" rel="self" type="application/rss+xml" />
	<link>http://dupola.com</link>
	<description>真理和美女都是赤裸裸的。</description>
	<lastBuildDate>Fri, 16 Dec 2011 07:52:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress 2.2 RC1发布</title>
		<link>http://dupola.com/post/142</link>
		<comments>http://dupola.com/post/142#comments</comments>
		<pubDate>Wed, 09 May 2007 21:26:55 +0000</pubDate>
		<dc:creator>dupola</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[UTW]]></category>
		<category><![CDATA[傻逼妹]]></category>

		<guid isPermaLink="false">http://dupola.com/post/142</guid>
		<description><![CDATA[Update:2.2 RC2也已经发布了.我装的那个测试blog也更新到2.2 RC2了。目前UTW的URL问题还没有解决，看来此次升级要谨慎些了。不像以前那样，“好好玩”。 还有一点，2.2 开始，wp-config.php里默认指定了Mysql的编码为utf8的。之前大部分人都是latin1_swedish_ci编码的，升级的时候编码转换是个大问题，一定要备份数据库，否则搞一堆乱码就麻烦了。如果你不想从latin1_swedish_ci转到utf8，担心出什么问题，就不要使用2.2里的wp-config-sample.php，使用你以前版本中的wp-config.php，或者如果使用了2.2里的wp-config-sample.php，要把其中的define(&#8216;DB_CHARSET&#8217;, &#8216;utf8&#8242;);去掉，或者将utf8改成latin1_swedish_ci。 在之前预定的发布日期4月23日的几天后，终于发布了2.2 RC1。在官方公告延时发布的时候不少人理直气壮的怒斥这个免费软件。在前段时间准备在2.2中取消Tag功能的时候，也有不少人怒斥之。不过现在已经增加了Tag功能(via 1,2)，UTW插件也可以运行，但我发现只能使用 默认的连接格式,而不能使用/tag/xxx类的，否则会出现404错误，好奇怪。 我安装了一个，在安装的时候就出现了问题，不像以前的RC版本安装那么顺利。我在wp-config-sample.php里填好数据库信息并将之改名上传后才可以继续安装。另外这个文件中已经设定utf-8为Mysql编码，免去手动修改的麻烦。不过我有一个疑问，从2.1.x升级到2.2的时候，Mysql编码会自动转换吗？ 2.2仿佛速度有所提升，不过今天DreamHost的速度快得令人不敢相信。有待继续考证。Nicky的Blog里总结了2.2中的几个小细节： 在 “Manage –&#62; Post” 文章编辑页，取消了以前的 Post Preview 功能，在编辑器右上角增加一个 “View »” 按钮，点击后弹出新窗口预览。 在 “Manage –&#62; Import”，把 Old Blogger 换成新版的 Blogger 导入工具。 在 “Comments –&#62; Comments” 评论管理页，把 View Post 用文章名称替换掉。 在 “Plugins” 插件管理页，新增 Deactivate All Plugins 按钮，可以一次禁用所有插件。 2.2里集成了Automattic 的 Sidebar Widgets，而傻逼妹(Sidebar Modules)和widgets不能同时启用，2.2里的widgets又不像插件那样能禁用。所以就导致2.2(至少目前的2.2 RC 1是这样的)不能使用傻逼妹，而widgets的功能跟傻逼妹相比又差得太远。WordPress 的这个举措实在是太恶心。还好已经有人出了插件来干掉这个讨厌的东西，只需上传激活，你就可以使用傻逼妹了。 [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-9616737115243457";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2006-12-15: dupola.com
google_ad_channel = "1970191960";
google_color_border = "EAF4F9";
google_color_bg = "EAF4F9";
google_color_link = "006699";
google_color_text = "425E6A";
google_color_url = "425E6A";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></-> <p><strong>Update</strong>:2.2 RC2也已经<a href="http://wordpress.org/wordpress-2.2-RC2.zip" title="wordpress 2.2 RC2 " target="_blank">发布了</a>.我装的那个<a href="http://wpbeta.dupola.com" target="_blank">测试blog</a>也更新到2.2 RC2了。目前UTW的URL问题还没有解决，看来此次升级要谨慎些了。不像以前那样，“好好玩”。<br />
还有一点，2.2 开始，wp-config.php里默认指定了Mysql的编码为utf8的。之前大部分人都是latin1_swedish_ci编码的，升级的时候编码转换是个大问题，一定要备份数据库，否则搞一堆乱码就麻烦了。如果你不想从latin1_swedish_ci转到utf8，担心出什么问题，就不要使用2.2里的wp-config-sample.php，使用你以前版本中的wp-config.php，或者如果使用了2.2里的wp-config-sample.php，要把其中的define(&#8216;DB_CHARSET&#8217;, &#8216;utf8&#8242;);去掉，或者将utf8改成latin1_swedish_ci。</p>
<p>在之前预定的发布日期4月23日的几天后，终于发布了<a href="http://wordpress.org/wordpress-2.2-RC1.zip" title="wordpress 2.2 RC1 " target="_blank">2.2 RC1</a>。在官方公告延时发布的时候不少人理直气壮的怒斥这个免费软件。在前段时间准备在2.2中取消Tag功能的时候，也有不少人怒斥之。不过现在已经增加了Tag功能(via <a href="http://www.longren.org/2007/04/02/wordpress-22-adds-tags/" title="wordpress 2.2 add tags " target="_blank">1</a>,<a href="http://just-thinkin.net/blogging/wordpress-22-has-tagging-support-poor-utw/" title="wordpress 2.2 add tags" target="_blank">2</a>)，UTW插件也可以运行，但我发现只能使用	<a href="http://wpbeta.dupola.com/index.php?tag=wordpress" title="UTW in WordPress 2.2" target="_blank">默认</a>的连接格式,而不能使用/tag/xxx类的，否则会出现404错误，好奇怪。</p>
<p>我安装了<a href="http://wpbeta.dupola.com" title="wordpress beta" target="_blank">一个</a>，在安装的时候就出现了<a href="http://tinyurl.com/ywarbb" title="wordpress 2.2 RC1 安装" target="_blank">问题</a>，不像以前的RC版本安装那么顺利。我在wp-config-sample.php里填好数据库信息并将之改名上传后才可以继续安装。另外这个文件中已经设定utf-8为Mysql编码，免去手动修改的麻烦。不过我有一个疑问，从2.1.x升级到2.2的时候，Mysql编码会自动转换吗？</p>
<p>2.2仿佛速度有所提升，不过今天<a href="http://dupola.com/dreamhost" title="DreamHost" target="_blank">DreamHost</a>的速度快得令人不敢相信。有待继续考证。Nicky的<a href="http://www.osxcn.com/wordpress/wordpress-22-several-details.html" title="wordpress 2.2 几个小细节" target="_blank">Blog里</a>总结了2.2中的几个小细节：</p>
<ol>
<li>在 “Manage –&gt; Post” 文章编辑页，取消了以前的 Post Preview 功能，在编辑器右上角增加一个 “View »” 按钮，点击后弹出新窗口预览。</li>
<li>在 “Manage –&gt; Import”，把 Old Blogger 换成新版的 Blogger 导入工具。</li>
<li>在 “Comments –&gt; Comments” 评论管理页，把 View Post 用文章名称替换掉。</li>
<li>在 “Plugins” 插件管理页，新增 Deactivate All Plugins 按钮，可以一次禁用所有插件。</li>
</ol>
<p>2.2里集成了Automattic 的 <a href="http://automattic.com/code/widgets/" title="sidebar wigets" target="_blank">Sidebar Widgets</a>，而<a href="http://dupola.com/post/65" title="傻逼妹" target="_blank">傻逼妹</a>(<a href="http://nybblelabs.org.uk/projects/sidebar-modules/" title="Sidebar Modules" target="_blank">Sidebar Modules</a>)和widgets不能同时启用，2.2里的widgets又不像插件那样能禁用。所以就导致2.2(至少目前的2.2 RC 1是这样的)不能使用傻逼妹，而widgets的功能跟傻逼妹相比又差得太远。WordPress 的这个举措实在是太恶心。还好已经有人出了<a href="http://code.google.com/p/kaytwo/issues/detail?id=284" title="kill wigets" target="_blank">插件</a>来干掉这个讨厌的东西，只需上传激活，你就可以使用傻逼妹了。</p>
<p>目前为止我还没有发现什么令我兴奋的功能，我在2.1.3下<a href="http://dupola.com/pages/wordpress/plugins-used" title="plugins used" target="_blank">使用的插件</a>也都可以在2.2下使用。待高手们研究完代码看看怎么说……</p>
<p>本文将要结尾时收到WP测试组的邮件，有位用户也遇见了我安装时的那个问题：</p>
<p>Tried to install 2.2 RC1 from scratch (I mean without wp-config.php),<br />
then I got an error:<br />
Fatal error: Call to undefined function did_action() in<br />
/home/XXXX/wordpress/wp-includes/functions.php on line 1340<br />
It happens on dreamhost (PHP 5.2.1, MySQL 5.0.24a) and local (PHP5.1.6, MySQL 5.0.19).<br />
When I manually create the wp-config.php file, no problem to install.<br />
Could you check it, please?</p>
<p><strong>Update:</strong>据我这几天收到的WP测试组的消息来看，RC 1还是有很多问题的。最典型的就是上面这个了。不知道正式版什么时候发。另外，本站目前使用的仍然是2.1.3。</p>
	<p style="line-height:22px;"><br/><br/>
	评论数量(10) | <a href="http://dupola.com/post/142#commentform" target="_blank">你来评论</a><br/>
	原文标题：<a href="http://dupola.com/post/142" title="WordPress 2.2 RC1发布"  target="_blank">WordPress 2.2 RC1发布</a><br/>
	原文地址：<a href="http://dupola.com/post/142" title="WordPress 2.2 RC1发布"  target="_blank">http://dupola.com/post/142</a><br/><br/>
	&copy; <strong>版权声明：</strong> 除非特别声明，<a href="http://dupola.com">肚破惊天</a> 所有文章均为 <a href="http://dupola.com" target="_blank" title="dupola">dupola</a> 原创。默认自由转摘且遵守 <a href="http://creativecommons.org/licenses/by-nc-sa/2.5/deed.zh" title="CC" target="_blank">CC 版权协议</a>(署名-保持一致-非商业)。转摘请注明出处，并以超连接形式标明文章原始出处和作者信息。
<img src="http://c32.statcounter.com/3846473/0/c7b6894b/0/" border="0"><img src="http://img.tongji.linezing.com/5222/tongji.gif" border="0"><br/><br/>
    @dupola 在各微博平台：<a href="https://twitter.com/dupola" target="_blank">推特 Twitter（墙站）</a>、<a href="http://t.sina.com.cn/dupola"  target="_blank">新浪微博</a>、<a href="http://t.qq.com/dupola"  target="_blank">腾讯微博</a>、<a href="http://t.163.com/dupola"  target="_blank">网易微博</a><br/><br/>
</p><h3  class="related_post_title">相关日志</h3><ul class="related_post"><li><a href="http://dupola.com/post/181" title="升级至WordPress 2.3">升级至WordPress 2.3</a></li><li><a href="http://dupola.com/post/154" title="WordPress 2.2与傻逼妹">WordPress 2.2与傻逼妹</a></li><li><a href="http://dupola.com/post/134" title="Wordpress Theme Generator:WordPress主题生成器">Wordpress Theme Generator:WordPress主题生成器</a></li><li><a href="http://dupola.com/post/85" title="WordPress Theme:Keso Blog">WordPress Theme:Keso Blog</a></li><li><a href="http://dupola.com/post/65" title="WordPress Plugin:傻逼妹侧边栏插件">WordPress Plugin:傻逼妹侧边栏插件</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://dupola.com/post/142/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

