帳號登錄
帳號:
密碼:
記住我 | 忘記密碼 | 帳號註冊
網站導覽

 作者 bonnie 於 2012年03月27日 14:41:59 (7242 次閱讀)

div.itemInfo{display:none;} strong{color:#2A75C5;} 雖然 XOOPS 2.5 Basic Module Pack 已進行製作中,但我們還是希望能得到您的測試回應。

開發日誌:

XOOPS基本模組(XOOPS Basic Module Pack)建立在"Blue Move",以更新XOOPS各種的使用模組。



我們這麼做是有意義的,將模組建立一個標準的圖形使用介面,利用相同的圖標,顯示類似的行為與目標,一旦你知道如何使用一個XOOPS模組,那麼其它的XOOPS模組你也可以輕鬆上手。

原本我們是從TDM團隊得到圖形使用介面的主意,但當我們製作中時,Mage想出用ModuleAdmin產生整個基本獨立的圖形管理介面,選單定義在/admin/menu.php,數據資料在xoops version.php,以下為簡易架構圖:


目前XOOPS Basic Module Pack中有以下這些模組:
Contact extCal extGallery fmContent Marquee MyLinks News Tag XoopsFaq XoopsPartners XoopsPoll PM Profile Protector Mastop Go2 最終的版本可能會與清單有所不同。

重要訊息:此為測試版,因此請勿將它安裝於您已正式運作的網站中。

請注意,XOOPS Basic Module Pack只適用於XOOPS 2.5.x,並且需要PHP5.2+以上的版本。

安裝步驟:
只要將所有檔案複製至您的XOOPS的主目錄中。這些檔案主要位於/class、/Frameworks和/modules的目錄中。完成檔案的複製後,您就可以從網站的管理者介面,選擇您所需要的模組進行安裝。

測試注意事項:請專注於以下兩個方面
使用上出現的錯誤(bugs) 使用的經驗分享(新的圖形介面對於使用者是否友善?我們該如何加強改善它?)
未來的計畫:
當我們得到您的使用意見後,我們將完成XOOPS Basic Module Pack,並將重點放在其它模組上,更新我們其它的模組:
Community Pack Internet Pack Company Pack Commerce Pack 所以我們需要您的幫助。

此外,我要特別對以下幾位表達我的感謝:
Mage Voltan Zyspec 這幾位是XOOPS Basic Module Pack主要的創建者,當然還要感謝其它許多人幫忙測試並提供寶貴的意見。在此,向大家說聲謝謝。

檔案下載:XOOPS 2.5 Basic Module Pack - Beta 1


作者 admin 於 2011年11月20日 19:40:59 (38674 次閱讀)
XOOPS

The XOOPS Development Team is pleased to announce the release of XOOPS 2.5.4 Final.



In addition to bug fixes, this release is updating several libraries:

- phpMailer 5.1
- TinyMCE 3.4.6
- jQuery 1.7.0
- jQueryUI 1.8.16

We have also updated all Core modules (PM, Profile, Protector) to Mage's ModuleAdmin GUI, so all of them have a consistent "look & feel":



And we have fixed few bugs. See the Changelog for more details.

Please post and discuss all issues related to this release in this forum

We also need help with Translations

System requirements
-----------------------------------

PHP:
Any PHP version >= 5.2 (PHP 5.3+ is strongly recommended)

MySQL:
MySQL server 5.0+

Web server:
Any server supporting the required PHP version (Apache highly recommended)

Downloading XOOPS
-----------------------------------

Your can get this release package from the Sourceforge repository.
There are .zip and .gz archives provided.

Installing XOOPS (new installation)
-----------------------------------

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, and change the folder names.
4. Make the directory xoops data/ writable; Create (if not already present) and make the directories 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

You can also check out the detailed Installation Guide and the Operations Guide


Installing Protector in XOOPS
-----------------------------------
We also highly recommend the installation of the PROTECTOR module which will bring additional security protection and logging capabilities to your site.


Upgrading from a previous version
-----------------------------------


Upgrading from 2.5.x to 2.5.4:

1. Get the right update package from the sourceforge file repository
2. Overwrite files in XOOPS directory on your server with the content of /htdocs
* make sure that you copy the content of /xoops lib to whatever directory you keep it on the server now (it should be your current XOOPS TRUST PATH directory), then delete the /xoops lib directory. There can NOT be two directories with the content of /xoops lib
3. Update the "System" module from the modules administration interface, as well as "Profile", "PM", and "Protector", as they have new GUI.
4. Clear caches, using the Admin's Maintenance function

Upgrading from previous versions older than 2.5.0:

0. Verify the system requirements, in particular the version of PHP. Backup your XOOPS database and site directory. (There are several ways to do these actions, which are discussed elsewhere.) Turning your site off is optional.
Change the permissions on mainfile.php and /include/license.php to be writable, for example:
File Normal For upgrade
mainfile.php 400 700
/include/license.php 444 777
Get the correct update package from the SourceForge file repository.
1. In the upgrade package folder, move the "upgrade" folder inside the "htdocs" folder, if it's not already there. Remove the install folder from the "htdocs" folder, if it's there. Remove the mainfile.php file from the "htdocs" folder, if it's there.
If you've moved the xoops data and xoops lib folders outside your site's root directory, move these folders out of the "htdocs" folder in the upgrade package folder.
2. Delete the /modules/system directory on your current XOOPS site (to get rid of any old unnecessary files).
3. Overwrite the files in the XOOPS directory on your current XOOPS site with the content of "htdocs" folder of the upgrade package. (There are several ways to do this action, which are discussed elsewhere.)
As noted above, if relocated, overwrite the files in your current xoops data and xoops lib with the content of those in the upgrade package.
4. If you have Protector previously installed, open the "mainfile.php" file , and remove the Pre-check and Post-check lines (if they exist):
include XOOPS TRUST PATH.'/modules/protector/include/precheck.inc.php' ;
include XOOPS TRUST PATH.'/modules/protector/include/postcheck.inc.php' ;
5. At your site's address (URL), login as administrator. Access /upgrade/ with a browser, and follow the instructions (and any for updating your XOOPS database). After all updates have been applied (green checkmarks), note the link in the Updater to update the "system" module, and do so.
6. Delete the "upgrade" folder from your site's "htdocs" directory.
7. Update (reload) other modules, especially "Profile", "PM", and "Protector," if necessary.
8. Change permissions on the files noted above back to their normal state.
9. Turn your site back on, if you turned it off earlier.


Debug information display level
-----------------------------------

Since XOOPS 2.3.1 debug information display level is enabled as a temporary solution for 2.3* to show debug information to different level of users: to all users, to members or to admins only.
The configuration can be set in /xoops data/configs/xoopsconfig.php
As a default, the display level is set for 2 (Admin only).

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
-----------------------------------

This release contains only the "system-related modules". You are invited to browse the XOOPS modules repository to if you need additional functionality. Note: as a new repository is being built, the current repository is not up-to-date, PLEASE VISIT INDIVIDUAL DEVELOPERS' WEBSITES TO MAKE SURE YOU ARE USING LATEST VERSION OF MODULES.


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: https://lists.sourceforge.net/lists/listinfo/xoops-announcement

We would like to thank all developers who contributed fixes to this release (ForMuss, Trabis, Mamba, DCrussader, Casag), and our users who helped us with testing, especially Sabahan.

XOOPS Development Team
November 20, 2011


================
Change Log
================

Bugfixes:
- quoteConv causing problems with large number of quotes (Roby73/trabis)
- Cache bug. The key's not generated correctly (andrey3761/trabis)
- ID: 3425970 Unknown: Function split() (cesag/trabis)
- ID: 3424295 Undefined index: tplset (cesag/trabis)
- Preferences not using description field correctly, tooltip showing title and description without space (trabis)
- Extra height in admin page when warnings are not displayed (timgno/trabis)
- Files loaded with browse.php (*.js, *.css, etc) are not cached by the browser (trabis)
- ID: 3421180 CBB 4.05 and Xoops 2.5.4 error with Framework (cesag/trabis)
- Remove a call of non existing css file in admin menu
- ID: 3419812 Drag and drop Xoops 2.5.3 bug (cesag/trabis)
- Calendar form element does not work properly (trabis)
- Make sure xoops data/data is writable during install (trabis)
- ID: 3419332 Logout bug (cesag/trabis)
- ID: 3430112 Java problem in xoops editor (voltan/mamba/trabis)
- dhtml smilie is always inserted in the end (mamba/trabis)
- tinymce using body background color (trabis)
- jquery ui css no loaded correctly on admin side (trabis)
- ID: 3432017 HTML tags not closed (kris fr/mamba)

Profile:
- umode has wrong fieldtype, should be a string (trabis)
- Search page gives blank page for anonymous (trabis)
- Search page navigation does not work correctly (trabis)
- changed Edit/Delete text links to icons (mamba)

Protector:
- database patch check ok if XOOPS VERSION > 2.4.x (trabis)
- changed Database::getInstance() to XoopsDatabaseFactory::getDatabaseConnection();
- added check with StopForumSpam against spammers (trabis)
- converted to ModuleAdmin GUI (mamba)

PM:
- Fixed bug: Admin can read private messages from other users (Roby73/trabis)

Updated:
- Update tinymce to version 3.4.6
- Update PhpMailer to version 5.1
- Update jQuery o version 1.7.0
- Update jQuery o version 1.8.16
- Update Core modules (PM, Profile, Protector) to ModuleAdmin GUI (mamba)

Improved:
- Replacing deprecated Database::getInstance(); calls with XoopsDatabaseFactory::getDatabaseConnection(); (trabis)
- Logging deprecated methods and files that will be removed on XOOPS 2.6.0 (trabis)

Languages:
See lang diff.txt in /docs


作者 admin 於 2011年04月22日 10:50:38 (8813 次閱讀)
XOOPS

Upon community demands, the XOOPS 2.5.1a is released as a quick fix for 2.5.1 release. There are two fixes included: module name and order updates, missing "block type" for adding custom blocks. A separate quick fix was released on April 12th, there is no new fix added to the 2.5.1a release. As stated in the quick fix, there are bugs and security weakness introduced into XOOPS 2.5.0. In XOOPS 2.5.1 all known security weaknesses have been fixed and the development team will be continuously improving it.
Some experimental features and APIs were also added to 2.5 and module developers are moderately suggested to keep their modules as it is and don't implement the 2.5-only features in a hurry to avoid potential compatibility issues. Meanwhile developers can check Xoops Engine progress athttp://www.xoopsengine.org to prepare for their next version of modules and themes for forward compatibility.
Download XOOPS 2.5.1a from Sourceforge repository.
http://xoops.org/modules/news/article.php?storyid=5903

閱讀全文... | 1338字符 (含本文)

作者 admin 於 2011年04月08日 11:00:00 (17368 次閱讀)

XOOPS 2.5.1 Final Release

The XOOPS Development Team is pleased to announce the release of XOOPS 2.5.1 Final. Several bugs have been fixed as well as security enhancement based on Aung Khant's report.
Please be aware that the bugfix is not complete and 2.5 series will be following small but frequent release rule so that users can take advantage of quick fixes.

This 2.5 series builds on the XOOPS 2.4.x series with objectives of usability improvements instead of architecture or API changes. The system module is updated with a major redesign with jQuery based AJAX, done mainly by ForMusS, kraven 30, Mage with contributions from trabis, voltan, Kris fr, onokazu etc.
Besides usability, some proof-of-concept experiments have also been proven for module and theme development. Unavoidably there are bugs and incompatibility introduced.
Developers are encouraged to improve the new functions and APIs but not advised to use them immediately in their modules since the they are designed with new architecture in XOOPS 3 (or Xoops Engine).
Developers can check Xoops Engine details at http://www.xoopsengine.org to prepare for their next version of modules and themes.

Download XOOPS 2.5.1 from Sourceforge repository.

閱讀全文... | 10727字符 (含本文)

作者 elie 於 2010年10月07日 20:40:00 (7633 次閱讀)
XOOPS 2.016 UTF8 SMS HACK 提供下載

下載位置 http://www.xoops.org.tw/modules/wfdownloads/singlefile.php?cid=1&lid=6

閱讀全文... | 331字符 (含本文)


The XOOPS organisation ("XOOPS") is committed to protecting the privacy of users of the XOOPS.org sites.
The website used Ver.2.4.5 POWERED BY XOOPS PROJECT.