欢迎来到XOOPS China
用户名 密码 记住我 还未注册?
现在最新的稳定版本是 2.3.3
本站新闻 :: XOOPS

XOOPS 2.3.0 RC 发布


The XOOPS Development Team is pleased to announce the release of XOOPS 2.3.0 RC.
The objective of XOOPS 2.3 releases is to merge the two existent branches of 2.0 and 2.2 and to build a bridge towards our next generation of system XOOPS 3.0.
With XOOPS 2.3 releases, users will be able to learn some of new features that will be available in XOOPS 3.0, while developers can understand better the direction of XOOPS development, and designers can learn what features will be supported in the future.
Both backward and forward compatibility will be guaranteed as much as possible. Modules written for 2.0.* and 2.2.* will work with 2.3; applications developed for 2.3 will be compatible with XOOPS 3.0 automatically.
Developers are encouraged to write their application modules on XOOPS 2.3 so they can incorporate some of the new features and ensure easy migration to XOOPS 3.0.
The RC release is freezing the key features for this release with some minor improvements introduced in the specific release.

Download from 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, images, 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 inside 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, and Extended Dhtmltextarea are provided 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 Control Panel GUI is introduced:
- Old administration interface has been kept as legacy
- A new interface is designed, although very rough at this stage
- Custom interfaces are allowed, ThAdmin by MusS and Kris is the first one introduced
7 XOOPS file and folder engine is added, based on CakePHP.
8 XOOPS Cache engine is built based on CakePHP.
9 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;
- Block clone feature is activated to save module developers' efforts;
- Enabled character set and collation support for MySQL 4.1+;
- Upgraded Smarty to 2.6.19;
- Upgraded phpmailer to 2.0.0;
- Added XOOPS data and library folders for forward compatibility with XOOPS 3.0;
- Added XOOPS_TRUST_PATH for compatibility with some modules, e.g. protector
10 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".
2 Control Panel GUI handler is introduced thus designers now get the power to make beautiful backend interfaces.


What's New for Users
-----------------------------------
Some of the new features that might interest users:
- Default character set encoding has been changed to UTF-8;
- Enabled "auto login" or "remember me";
- CAPTCHA is enabled for registration and comment system;
- Block clone enabled so that webmasters have more flexibility;
- XOOPS editor package is provided and most visual editors are avilable, e.g. FCKeditor, TinyMCE, etc.;
- Side-wide editor;
- Mask is added for start page;
- Implemented new installer with user experience improvement experiments;
- Permissions for access to user profile page is configurable.


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)


Downloading XOOPS 2.3 RC
-----------------------------------

Your can get this release package from the sourceforge.net file repository.
Both .zip and .gz archives are provided.


Installing XOOPS 2.3 Beta
-----------------------------------

1. Copy the content of the htdocs/ folder where it can be accessed by your server
2. Ensure mainfile.php and uploads/ are writable by the web server
3. For security considerations, you are encouraged to move directories xoops_lib (for XOOPS libraries) and xoops_data (for XOOPS data) out of document root, or even change the folder names.
4. Make the directory of xoops_data/ writable; Create and make the directories of xoops_data/caches/, xoops_data/caches/xoops_cache/, xoops_data/caches/smarty_cache/ and xoops_data/caches/smarty_compile/ writable.
5. 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 and 2.2.* (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. For security considerations, you are encouraged to move directories xoops_lib (for XOOPS libraries) and xoops_data (for XOOPS data) out of document root, or even change the folder names.
5. Make the directory of xoops_data/ writable; Create and make the directories of xoops_data/caches/, xoops_data/caches/xoops_cache/, xoops_data/caches/smarty_cache/ and xoops_data/caches/smarty_compile/ writable.
6. Access /upgrade/ with a browser, and follow the instructions
7. Follow the instructions to update your database
8. Delete the upgrade folder from your server

Upgrading from any XOOPS ranging from 2.0.7 to 2.0.13.2 (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. Delete the following folders and files from your server (they belong to an old version):
* class/smarty/core
* class/smarty/plugins/resource.db.php
5. Ensure the server can write to mainfile.php
6. For security considerations, you are encouraged to move directories xoops_lib (for XOOPS libraries) and xoops_data (for XOOPS data) out of document root, or even change the folder names.
7. Make the directory of xoops_data/ writable; Create and make the directories of xoops_data/caches/, xoops_data/caches/xoops_cache/, xoops_data/caches/smarty_cache/ and xoops_data/caches/smarty_compile/ writable.
8. Access /upgrade/ with a browser, and follow the instructions
9. Write-protect mainfile.php again
10. Delete the upgrade folder from your server
11. Update the "system" module from the modules administration interface



Files integrity check
-----------------------------------

The full XOOPS package is released with a script able to check if all the system files have been correctly uploaded to the server. To use it, follow these instructions:

1. Upload the checksum.php and checksum.md5 files located in the XOOPS package root to your XOOPS server folder (putting them next to mainfile.php).
2. Execute checksum.php with your browser
3. If necessary, re-upload the missing or corrupted system files
4. Remove checksum.php and checksum.md5 from your server


Modules
-----------------------------------

The packages do not contain any module apart from the system one. You are invited to browse the XOOPS modules repository to get some. Note: as a new repository is being built, the current repository is not up-to-date, PLEASE VISIT DEVELOPERS' WEBSITES TO MAKE SURE YOU ARE USING LATEST VERSION OF MODULES.
We also highly recommend the installation of the Protector module which will bring additional protection and logging capabilities to your site.


How to contribute
-----------------------------------
Bug report: http://sourceforge.net/tracker/?group_id=41586&atid=430840
Patch and enhancement: http://sourceforge.net/tracker/?group_id=41586&atid=430842
Feature design: http://sourceforge.net/tracker/?group_id=41586&atid=430843
Release announcement: http://lists.sourceforge.net/lists/listinfo/xoops-announcement

XOOPS Development Team

部分中文(感谢oread555):

(关键部分的中文翻译,但现在的安装包还没有中文语言包,先看看介绍吧--oread555)

主题和模板设计的新特点
-----------------------------------

1 现在支持 Rel. 开发设计者可用符合 (X)HTML 规范 的 "rel" 取代 "target".
2 控制面板 GUI , 设计者可以美化后台.


使用的新特点
-----------------------------------

举若干为例:

- 预设编码现在是 UTF-8;
- 能够设置 "自动登录" 或者 "记住我的信息";
- CAPTCHA 在评论和注册时可用;
- 模块克隆;
- 提供FCKeditor, TinyMCE, 等可视编辑器;
- Side-wide editor (啥意思?);
- 开始页可用遮罩;
- 新的安装方式,方便用户;
- 可以设置用户信息的阅读权.


系统要求
-----------------------------------

PHP
PHP版本 >= 4.3 (PHP 4.2.x 也可能用,但官方不支持)
MySQL
MySQL server 3.23+
服务器
任何支持 PHP版本的服务器 (Apache 推荐)


下载 XOOPS 2.3 RC
-----------------------------------

从 sourceforge.net 下载.
.zip 和.gz 都有.


安装 XOOPS 2.3 RC
-----------------------------------

1. 把 htdocs/ 上传到服务器
2. 确认 mainfile.php 和 uploads/ 可写
3. 为安全考虑, 最好把 xoops_lib (for XOOPS libraries) 和 xoops_data (for XOOPS data) 挪出文件根目录,或者最好改动文件夹名称
4. 保证xoops_data/ 文件夹可写; 建立以下文件夹(要可写): xoops_data/caches/, xoops_data/caches/xoops_cache/, xoops_data/caches/smarty_cache/ and xoops_data/caches/smarty_compile/.
5. 用浏览器打开 htdocs/ 文件夹来进行安装


从老版本升级
-----------------------------------

从 XOOPS 2.0.14 以上 和 2.2.*升级 (用完整安装包)

1. 把完整安装包下载到您的本地计算机,解压后把"upgrade" 文件夹复制到 "htdocs" 文件夹内(为了方便全新安装者,这个文件夹在下载的时候放在htdocs外面了)
2. 删除您的计算机上新下载的 "htdocs" 文件夹内的 htdocs/mainfile.php, htdocs/install/, htdocs/cache/, htdocs/extras/, htdocs/template_c/, htdocs/themes/ 和 htdocs/uploads/
3. 把在本地计算机修改好的htdocs文件夹 上传到您的服务器覆盖原来的文件
4. 出于安全考虑, 请把 xoops_lib (for XOOPS libraries)和 xoops_data (for XOOPS data) 移出文件根目录,最好改名 .
5. 保证文件夹 xoops_data/ 可写; 新建以下文件夹: xoops_data/caches/, xoops_data/caches/xoops_cache/, xoops_data/caches/smarty_cache/ 和 xoops_data/caches/smarty_compile/ ,都要设置成可写.
6. 用浏览器导航到 <您的.网站.url>/upgrade/ 更新您的网站系统
7. 根据说明更新数据库
8. 把更新文件包从服务器删除 (别忘了)

从XOOPS 2.0.7 到 2.0.13.2 升级(用完整安装包)(谁有需要再译吧):
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. Delete the following folders and files from your server (they belong to an old version):
* class/smarty/core
* class/smarty/plugins/resource.db.php
5. Ensure the server can write to mainfile.php
6. For security considerations, you are encouraged to move directories xoops_lib (for XOOPS libraries) and xoops_data (for XOOPS data) out of document root, or even change the folder names.
7. Make the directory of xoops_data/ writable; Create and make the directories of xoops_data/caches/, xoops_data/caches/xoops_cache/, xoops_data/caches/smarty_cache/ and xoops_data/caches/smarty_compile/ writable.
8. Access <your.site.url>/upgrade/ with a browser, and follow the instructions
9. Write-protect mainfile.php again
10. Delete the upgrade folder from your server
11. Update the "system" module from the modules administration interface



文件完整检查
-----------------------------------


1. 将软件包中的 checksum.php 和 checksum.md5 上传到您的 XOOPS 服务器根目录(也就是说跟 mainfile.php在一起的目录中).
2. 在浏览器中运行checksum.php
3. 如果需要,重新上传漏传或者损坏的系统文件
4. 删除 checksum.php 和 checksum.md5


模块
-----------------------------------

除了系统模块以外,这个发布包不包括其他模块,请到下载栏目查找需要的模块。因为各个模块都在不断开发中,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
发布公告: http://lists.sourceforge.net/lists/listinfo/xoops-announcement

<< 齐齐哈尔办证13112250122QQ714131225 日本Vital株式会社招聘XOOPS人才 >>
跟踪网址
  • 文章地址: http://xoops.org.cn/modules/news/view.article.php/c1/1162
  • 跟踪地址: http://xoops.org.cn/modules/news/trackback.php/1162
API: 工具箱 Email PDF 书签 打印 讨论 | RSS | RDF | ATOM
Copyright© insraq & XOOPS CHINA
网友个人意见,不代表本站立场。对于发言内容,由发表者自负责任。
发表者 树状展开
WOC
发表日期: 08月02日 08:09  更新: 08月02日 08:09
高级会员
注册日期: 08月23日
来自:
发表总数: 143
 评论: XOOPS 2.3.0 RC 发布
下载试试。中文语言档出个官方的嘛,省了大家自己做了。
WOC
发表日期: 08月02日 09:10  更新: 08月02日 09:10
高级会员
注册日期: 08月23日
来自:
发表总数: 143
 评论: XOOPS 2.3.0 RC 发布
====================================

(关键部分的中文翻译,但现在的安装包还没有中文语言包,先看看介绍吧--oread555)

主题和模板设计的新特点
-----------------------------------

1 现在支持 Rel. 开发设计者可用符合 (X)HTML 规范 的 "rel" 取代 "target".
2 控制面板 GUI , 设计者可以美化后台.


使用的新特点
-----------------------------------

举若干为例:

- 预设编码现在是 UTF-8;
- 能够设置 "自动登录" 或者 "记住我的信息";
- CAPTCHA 在评论和注册时可用;
- 模块克隆;
- 提供FCKeditor, TinyMCE, 等可视编辑器;
- Side-wide editor (啥意思?);
- 开始页可用遮罩;
- 新的安装方式,方便用户;
- 可以设置用户信息的阅读权.


系统要求
-----------------------------------

PHP
PHP版本 >= 4.3 (PHP 4.2.x 也可能用,但官方不支持)
MySQL
MySQL server 3.23+
服务器
任何支持 PHP版本的服务器 (Apache 推荐)


下载 XOOPS 2.3 RC
-----------------------------------

从 sourceforge.net 下载.
.zip 和.gz 都有.


安装 XOOPS 2.3 RC
-----------------------------------

1. 把 htdocs/ 上传到服务器
2. 确认 mainfile.php 和 uploads/ 可写
3. 为安全考虑, 最好把 xoops_lib (for XOOPS libraries) 和 xoops_data (for XOOPS data) 挪出文件根目录,或者最好改动文件夹名称
4. 保证xoops_data/ 文件夹可写; 建立以下文件夹(要可写): xoops_data/caches/, xoops_data/caches/xoops_cache/, xoops_data/caches/smarty_cache/ and xoops_data/caches/smarty_compile/.
5. 用浏览器打开 htdocs/ 文件夹来进行安装


从老版本升级
-----------------------------------

从 XOOPS 2.0.14 以上 和 2.2.*升级 (用完整安装包)

1. 把完整安装包下载到您的本地计算机,解压后把"upgrade" 文件夹复制到 "htdocs" 文件夹内(为了方便全新安装者,这个文件夹在下载的时候放在htdocs外面了)
2. 删除您的计算机上新下载的 "htdocs" 文件夹内的 htdocs/mainfile.php, htdocs/install/, htdocs/cache/, htdocs/extras/, htdocs/template_c/, htdocs/themes/ 和 htdocs/uploads/
3. 把在本地计算机修改好的htdocs文件夹 上传到您的服务器覆盖原来的文件
4. 出于安全考虑, 请把 xoops_lib (for XOOPS libraries)和 xoops_data (for XOOPS data) 移出文件根目录,最好改名 .
5. 保证文件夹 xoops_data/ 可写; 新建以下文件夹: xoops_data/caches/, xoops_data/caches/xoops_cache/, xoops_data/caches/smarty_cache/ 和 xoops_data/caches/smarty_compile/ ,都要设置成可写.
6. 用浏览器导航到 <您的.网站.url>/upgrade/ 更新您的网站系统
7. 根据说明更新数据库
8. 把更新文件包从服务器删除 (别忘了)

从XOOPS 2.0.7 到 2.0.13.2 升级(用完整安装包)(谁有需要再译吧):
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. Delete the following folders and files from your server (they belong to an old version):
* class/smarty/core
* class/smarty/plugins/resource.db.php
5. Ensure the server can write to mainfile.php
6. For security considerations, you are encouraged to move directories xoops_lib (for XOOPS libraries) and xoops_data (for XOOPS data) out of document root, or even change the folder names.
7. Make the directory of xoops_data/ writable; Create and make the directories of xoops_data/caches/, xoops_data/caches/xoops_cache/, xoops_data/caches/smarty_cache/ and xoops_data/caches/smarty_compile/ writable.
8. Access <your.site.url>/upgrade/ with a browser, and follow the instructions
9. Write-protect mainfile.php again
10. Delete the upgrade folder from your server
11. Update the "system" module from the modules administration interface



文件完整检查
-----------------------------------


1. 将软件包中的 checksum.php 和 checksum.md5 上传到您的 XOOPS 服务器根目录(也就是说跟 mainfile.php在一起的目录中).
2. 在浏览器中运行checksum.php
3. 如果需要,重新上传漏传或者损坏的系统文件
4. 删除 checksum.php 和 checksum.md5


模块
-----------------------------------

除了系统模块以外,这个发布包不包括其他模块,请到下载栏目查找需要的模块。因为各个模块都在不断开发中,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
发布公告: http://lists.sourceforge.net/lists/listinfo/xoops-announcement




XOOPS 开发团队
sinoer
发表日期: 08月02日 10:22  更新: 08月02日 10:22
资深会员
注册日期: 12月26日
来自: 济南
发表总数: 612
 评论: XOOPS 2.3.0 RC 发布
继续使用XOOPS 2.3.0 Beta 1的中文语言包就行。
东至
发表日期: 08月20日 12:14  更新: 08月20日 12:14
Support Team
注册日期: 06月21日
来自:
发表总数: 313
 评论: XOOPS 2.3.0 RC 发布
有没有2.3版本下的模块可以作为开发的例子?
ssxlzx18
发表日期: 08月23日 22:58  更新: 08月23日 22:58
中级会员
注册日期: 06月13日
来自:
发表总数: 52
 评论: XOOPS 2.3.0 RC 发布
从2.0.18.1升级到2.3RC后首页白屏,什么原因 ?
ddr1000
发表日期: 08月26日 02:28  更新: 08月26日 02:28
高级会员
注册日期: 06月20日
来自:
发表总数: 118
 评论: XOOPS 2.3.0 RC 发布
我也在測式摸索中!


有要玩測試的歡迎跟我要空間我提供給人測試!

http://xoopstest.17398.tw/xoops2.3rc

我是自架在自己電腦上的!

我也只是菜鳥請多多指教!
快点报名参加XOOPS China佳站展示吧!
只要你的网站是用XOOPS建立的,便可以报名参加XOOPS China佳站展示。你只需写一篇建站经验或者技巧分享的文章,连同你的网站一同提交,便可以在XOOPS China首页的佳站展示中展览不少于一个周。为你的网站增加知名度,带来更大流量,同时也和其他XOOPSer一起分享经验,共同进步。
点击这里报名参加!