5 Comments August 8th, 2007 by Xu Yiyang
感谢这位朋友的提醒,我对所有主题可能存在的 XSS 安全问题进行了修正。
这次更新实际上在8月4号就已经完成,涉及 Unnamed,Unnamed Special Edition,Blue Memories 和 Spring。
由于之前已经针对 functions.php 做了一次大面积的修正,所以 Unnamed 1.2 及以上版本只涉及两处改动,使用者可以用新版本的 theloop.php 和 livesearch.js.php 替换原有文件即可。或者如果你愿意手动修改代码,可以将 theloop.php 中的
printf(__(‘Search Results for \’%s\”,’unnamed’), $s);
替换为:
printf(__(‘Search Results for \’%s\”,’unnamed’), attribute_escape(stripslashes(get_query_var(’s’))));
并使用下面的代码替换 livesearch.js.php 的最后一行:
FastInit.addOnLoad( function() { new Livesearch(’searchform’, ‘<?php bloginfo(‘template_url’); ?>/livesearch.php’, ’searchquery=’, ‘<?php echo attribute_escape(__(‘Type and Wait to Search’,’unnamed’)); ?>’); } );
类似的,Blue Memories 需要替换原有的 theloop.php,而 Spring 需要替换原有的 theloop.php 和 [...]
2 Comments June 22nd, 2007 by Xu Yiyang
Blue Memories 和 Spring 更新至 1.5,两者都增加了对 WordPress 2.3 内生 Tag 的支持,另外进行了小幅的 Bug 修正和代码清理。
Blue Memories 1.5 and Spring 1.5:
Add support for WordPress 2.3 tagging system.
Some bug fixes and code cleaning.
Download Blue Memories 1.5
Download Spring 1.5
Update on 08-04-2007:
对可能存在的 XSS 安全问题进行修正。
Fix XSS vulnerabilities in Blue Memories and Spring.
4 Comments January 29th, 2007 by Xu Yiyang
对本站所有WordPress主题(包括Unnamed、Spring 和 Blue Memories )进行了一次统一的更新,主要修正了这些主题在IE 5.5下的兼容性问题,请去各自项目页面下载最新版本。
另外,Unnamed 1.002和0.5SE将被视为1.0和0.5系列的最终版本而不再更新,1.1会成为今后一段时间的主要版本。
I’ve fixed compatibility problems in IE 5.5 for Unnamed, Spring and Blue Memories. You can get the latest versions on their project pages.
1 Comment September 16th, 2006 by Xu Yiyang
Blue Memories 1.1.1 and Spring 1.1.2:
改进CSS,使这两款主题的跨浏览器表现更为优秀。
修改了Blue Memories的评论部分样式。
增加了Sping中page部分的侧边栏。
Add a comment August 2nd, 2006 by Xu Yiyang
我重新设计了我的第一个WordPress 主题,并将其更名为Blue Memories,因为它承载了我很多难舍的回忆,仅此而已。
新版本的代码基本来自于Spring,因此它的特性与Spring基本相同。