LifeType 1.0.2
27. 十二月. 2005本文译自官方网站发佈文章:LifeType 1.0.2,由 lss 翻译,若有疏漏,请指正,谢谢!
由开发团队给我们忠实的使用者的圣诞节礼物, LifeType 1.0.2 已经释出,并且已经可以在 SourceForge.net 下载了。请继续阅读以下的安装重点。
LifeType 1.0.2 是一个维护版本,她修復了绝大部份(如果没有全部的话)在 LifeType 1.0 和 1.0.1 发现的所有问题,甚至包括大部份并非严重错误的问题。(请参考下面的列表,看看是否有任何特别的问题影响到你目前的版本。)我们建议所有的使用者昇级至这个版本。
现在可以从 SF.net 下载到 .zip 和 .tar.gz 格式的安装包。另外,也因为应许多使用者的要求,第一次释出 1.0.1 版专用的昇级包。这些昇级包只包含从 1.0.1 到 1.0.2 所更新和新增的档案,所以你可以使用昇级包取代完整的安装包。但是请记住,这些昇级包不适用于从 1.0 版昇级至 1.0.2 版。
LifeType 1.0.2 (ZIP)
LifeType 1.0.2 (TAR.GZ)
LifeType 1.0.1-upgrade-1.0.2 (ZIP)
LifeType 1.0.1-upgrade-1.0.2 (TAR.GZ)
要从 1.0 或 1.0.1 版昇级,不必再一次重新执行 winzard.php 安装程序,只要把 1.0.2 安装包里所有的档案上传并覆盖旧版的档案。对于第一次安装 LifeType 的人,请依照 wiki 里的安装文件进行安装程序,至于从 0.3.2 版昇级的人,则请依照 wiki 里的昇级文件指引进行昇级程序。
LifeType 1.0.2 另外包括了两项新功能: 可以设定 blog 略过管理面版并直接进入"发表新文章"界面;另外可以在註册程序里启用 CAPTCHA 影像(译註)。这些功能在 LifeType 1.0.2 版里面是隐藏选项,他们不能透过管理界面被启用,而是必需自行增加额外的资料列到资料库的 plog_config 表格中。这么做的原因是因为这两项功能是从 LifeType 1.1 版(目前仍在开发中)移植回来的,而整个 LifeType 的软体开发週期里,我们已经冻结语系统的变更,所以我们不要再新增翻译语句到语系档里,包括小改版。
要跳过管理面板,使用下面的 SQL 语法来新增一个设定值:
INSERT INTO plog_config(config_key,config_value,value_type)
VALUES ('skip_dashboard','1',1);
要启用註册时的 CAPTCHA 机制,执行下面的 SQL 语法:
INSERT INTO plog_config(config_key,config_value,value_type)
VALUES ('use_captcha_auth','1',1);
最后,下面是一个详细列表,列出了所有在 LifeType 1.0.2 里面修正的错误,并有连结连到我们的臭虫追踪系统:
- 548: Error reporting messages on userSettings validation.
- 541: time difference problem in daily archives ,monthly archives and calendar.
- 522: Dates don't evaluate time offset
- 556: Size of session data after a call to adminupdateblogaction > 65535 characters > 72kb
- 559: A blog can appear twice if a user is the admin of a blog and at the same time, a normal user of the blog.
- 551: New regular expresion for HttpUrlValidator
- 581: Malicious javascript code could be inserted in the "name" field in comments
- 568: Deleted blogs still appear in the dashboard.
- 580: Per-blog quota limit not working fine.
- 458: User Settings Password Update Problem
- 602: HTTP caching doesn't follow template_cache_lifetime!
- 570: Excessive long fields break layout in admin.php?op=editLinks
- 589: 2 or more blogs with the same name cause ERRORS with personalized urls
- 496: Regenerate Preview doesn't seem to work.
- 606: RSS feed in the summary for "new blogs" and "most active blogs"
- 658: Textfilter will remove some of the CSS style in the post
- 666: Large resources will crash due to PHP memory limit
- 671: pager in summary page does not work properly
- 668: LifeType errors with PHP5
- 678: RSS 2.0 feed cannot be validated by the feed validator
- 661: allow users to skip the dashboard
- 663: use a "CAPTCHA" image for the registration
- 692: xmlrpc.php not escaping category names in metaWeblog.getCategories
- 116: some pictures with EXIF data cannot be shown
- 667: Headlines are not entitized
- 484: Safari 1.3 and 2.0 cannot show the post preview anymore
- 693: can't set album visibility on addalbum, can only edit status afterwards
- 695: Wrong generation of thumbnails due to order of parameters in file galleryresources
- 702: posts with titles with " character do not load correctly in Edit Post screen
- 706: "welcome!" posts in blogs created via summary.php do not use the language that was selected during the registration process
- 705: site admin setting only works for the first user
- 650: resource center doesn't support wmv files
- 205: The smallest font size for Simplified Chinese should be 12px
- 773: Make clear that a trackback excerpt is an excerpt
- 757: URL not correct after posting a comment
- 721: Different amount of posts for certain rss categories
- 740: log_## directories created with wrong permissions
- 738: Timestamps saved incorrectly on "new post" if your server offset is non-zero
- 733: pLog non-visual editor does not insert link properly
- 719: Typo in modrewriterequestgenerator causing Error
- 750: Add * after "Confirm password" on summary/registerstep1.template
- 747: Updating user settings doesn't reset cache
- 729: Update post action loses date in the form after a update error
- 722: The date for RSS-Feeds needs to be RFC822-compilant, which isn't easy with plog
关于 CAPTCHA 的说明:
这是一个由 authimage 移植到註册程序的功能,在註册程序里面加入验证码,以避免註册机器人的自动註册。
Trackback: 测试引用