XOOPS: XOOPS 2.3.0 Alpha 2 版本发布

发布者: phppp 于 2008/3/30 9:10:00 16927次阅读
XOOPS 开发团队很高兴宣布发布 XOOPS 2.3.0 Alpha 2

XOOPS 2.3版本的目的是合并现有的2.0和2.2分支,并为我们的下一代XOOPS:即版本3.0搭建桥梁。

使用XOOPS 2.3版本,用户将能够了解一些将在XOOPS 3.0中提供的全新功能,而开发者可以更好地了解XOOPS的开发方向,设计师可以了解未来将支持哪些功能。

将尽可能保证前后兼容性。为2.0.*和2.2.*编写的模块将在2.3中使用;为2.3开发的程序将自动与版本3.0兼容。

鼓励开发者在XOOPS 2.3上编写他们的新应用程序模块,以便他们将一些新功能纳入其中,并确保轻松迁移到版本3.0

Download: XOOPS Sourceforge Repository What's New for Developers ----------------------------------- 1) Improved XOOPS ORM by enabling extensible persistable object handler: - The improved persistable object handler supports almost all common methods for database access and data treatment, so that developers do not need to write their own classes or methods; - Custom handler is supported. Developers can add their own handler if they want more functionality or to replace XOOPS native handlers. 2) Improved text sanitizer: - Custom extension is supported. Developers can add new filters or methods to sanitizer based on their specific needs. - Built-in extensions, which can be disabled or enabled (e.g. for flash, youtube, image, wiki, syntax highlight, text filter, etc.) - Combined with improved persistable object handler (see above), text input from users will be filtered automatically for security considerations. 3) Custom Frameworks support: - Module developers can add their own library or frameworks (located in XOOPS_ROOT_PATH/Frameworks) which can be shared by other modules. - PEAR, Geshi have been provided as custom libraries in Frameworks. - Once the code insided Frameworks is proven stable and valuable, they will be adopted by XOOPS core and moved into XOOPS core package. This way we can build a standard, efficient channel for third-party developers to contribute. 4) XOOPS editor packages are now supported officially: - A XoopsEditor handler is built to accept third-party editors. - Three editors, including Textarea, Dhtmltextarea, Extended Dhtmltextarea are provied in XOOPS core. FCKeditor, TinyMCE, Koivi are now provided as third-party add-ons. 5) XOOPS CAPTCHA is built into XOOPS core: - CAPTCHA has been added to registration and comment forms. - Module developers can add CAPTCHA very easily to their applications. 6) XOOPS file and folder engine is added, based on CakePHP. 7) XOOPS Cache engine is built based on CakePHP. 8) Some other improvements and new resources: - XoopsLocal for localization; - XoopsLoad emulating SPL autoload in PHP5; - XoopsUtility as a collection for miscellaneous methods used by XOOPS; - Enabled character set and collation support for MySQL 4.1+; - Upgraded Smarty to 2.6.19; - Upgraded phpmailer to 2.0.0; - Added XOOPS datafile and library folders for forward compatibility with XOOPS 3.0; - Added XOOPS_TRUST_PATH for compatibility with some modules, e.g. protector 9) For more changes, please check changelog.txt What's New for Theme/Template developers ----------------------------------- 1 Rel attribute for anchors is now supported. Developers/designers are encouraged to use (X)HTML compliant "rel" attribute instead of "target". What's New for Users ----------------------------------- So far the 2.3.0 Alpha does not give user many new features although it has great potential of adding new features very easily. Some of the new features that might interest users: - Enabled "auto login" or remember me; - Implemented new installer with improved user experience - Added upgrader from 2.0.18.1 to 2.3.0 Alpha 2 System requirements ----------------------------------- * PHP: Any PHP version >= 4.3 (PHP 4.2.x may work but is not officially supported) * MySQL: MySQL server 3.23+ * Web server: Any server supporting the required PHP version (Apache highly recommended) Installing XOOPS 2.3 Alpha 2 ----------------------------------- 1. Copy the content of the htdocs/ folder where it can be accessed by your server 2. Ensure mainfile.php, and the directories: /cache, /templates_c, /XOOPS-data, and /uploads are writable by the webserver 3. Access the folder where you installed the htdocs/ files using your web browser to launch the installation wizard Upgrading from a previous version ----------------------------------- Upgrading from XOOPS 2.0.* above 2.0.14 (using the full package) 1. Move the "upgrade" folder inside the "htdocs" folder (it's been kept out as it's not needed for full installs) on your local machine 2. Delete htdocs/mainfile.php, htdocs/install/, htdocs/cache/, htdocs/extras/, htdocs/template_c/, htdocs/themes/ and htdocs/uploads/ from the "htdocs" folder on your LOCAL machine 3. Upload the content of the htdocs folder on your LOCAL machine over your existing files on your server 4. Access/upgrade/ 使用浏览器,并按照以下步骤操作:5. 按照说明更新您的数据库 6. 从您的服务器上删除升级文件夹 升级XOOPS的任何从2.0.7到2.0.13.2版本(使用完整包):1. 将“升级”文件夹移动到您的本地机器上的“htdocs”文件夹内部(由于它对于完整安装不需要,所以已排除在外)2. 从您的本地机器上的“htdocs”文件夹中删除 htdocs/mainfile.php, htdocs/install/, htdocs/cache/, htdocs/extras/, htdocs/template_c/, htdocs/themes/ 和 htdocs/uploads/3. 将您的本地机器上的 htdocs 文件夹的内容上传到您的服务器上现有的文件4. 从您的服务器上删除以下文件夹和文件(它们属于旧版本):* class/smarty/core * class/smarty/plugins/resource.db.php 5. 清空 templates_c 文件夹(除了 index.html)6. 确保服务器可以写入 mainfile.php 7. 访问 ...使用浏览器访问/upgrade/,并按照第8步操作。再次对mainfile.php进行写保护。第9步,从你的服务器上删除升级文件夹。第10步,从模块管理界面更新"系统"模块。从XOOPS 2.2.*升级(使用完整包)将在下一个版本中可用。 文件完整性检查 ----------------------------------- 全部XOOPS包附带一个脚本,该脚本可以检查是否所有系统文件都已正确上传到服务器。要使用它,请按照以下说明操作:1. 将位于XOOPS包根目录中的checksum.php和checksum.md5文件上传到你的XOOPS服务器文件夹(将它们放在mainfile.php旁边)。2. 使用浏览器运行checksum.php。3. 如果需要,重新上传缺失或损坏的系统文件。4. 从你的服务器上移除checksum.php和checksum.md5。 显示空白页面回溯日志 ----------------------------------- 当遇到阻止XOOPS运行的致命错误时,XOOPS会显示一个基本错误页面。为了帮助您诊断错误的成因,这个页面包含一些默认隐藏的附加信息。要显示它们,请使用浏览器中“全选”功能(对于大多数浏览器,您可以使用“Ctrl+A”)。 模块 ----------------------------------- 这些包除了系统模块外,不包含任何模块。欢迎您浏览XOOPS模块库以获取更多模块。注意:由于正在构建新的存储库,当前存储库可能不是最新的,请访问开发者网站以确保您使用的是模块的最新版本。我们还强烈建议安装Protector模块,该模块将为您的网站提供额外的保护和日志功能。 如何贡献 ----------------------------------- 错误报告:http://sourceforge.net/tracker/?group_id=41586&atid=430840 补丁和增强:http://sourceforge.net/tracker/?group_id=41586&atid=430842 功能设计:http://sourceforge.net/tracker/?group_id=41586&atid=430843 发布公告:https://lists.sourceforge.net/lists/listinfo/xoops-announcement XOOPS开发团队 2008年3月30日