Download List

Projeto Descrição

Pluggとはウェブアプリケーションプラットフォームです。管理画面よりプラグインと呼ばれる各種アプリケーションをインストールしていくことで様々な機能を追加することが可能です。Pluggでは簡単なJavascriptライブラリからフォーラムのような比較的大きめのアプリケーションまで、全てがプラグインとして構築されています。

System Requirements

System requirement is not defined

Liberado: 2009-05-31 22:44
Plugg for XOOPS Cube Legacy 1.02 (2 files Esconder)

Release Notes

Plugg for XOOPS Cube Legacy 1.02 released. This release includes a number of bug fixes found in 1.01. This version is still considered beta and not recommended to be installed on a production website.

Plugins that are not required to run Plugg for XOOPS Cube Legacy are no longer included in the package. Those plugins can be found in a plugin bundle package or can be downloaded individually from the Plugg website.

Plugg for XOOPS Cube Legacy 1.02リリースです。1.01からいくつかのバグ修正が行われています。本バージョンはベータ版としての位置づけです。

なお、本バージョンより、PluggをXOOPS Cube Legacy上で動作させるのに特に必要ではないプラグインはパッケージに含まれていません。これらのプラグインを利用するには、別途プラグインを集めたパッケージをダウンロードするか、個別にプラグインをダウンロードしてください。

Changelog

- Fatal errors now displayed to super user only
- Added chainability to some classes
- Fixed notice error when no locale file
- Changed rand() calls to use mt_rand()
- Fixed fatal error when hash() is not available
- Fixed bug where HTMLPurifier encoding not configured
- Confirmation mail can be resent for each user queue
- Fixed auto user registration not working
- Fixed user registration confirmation by admin not working
- Fixed fatal error when trying to add a friend
- Added Pear.php/Pear5.php required on some systems
- Refactoring
- CSS improvement
- Modified some locale files
- Fixed typos

- 管理者のみにエラー表示するように変更
- 一部クラスにChainability追加
- 翻訳ファイルがない場合にNoticeエラーを修正
- rand()関数をmd_rand()へと変更
- hash()関数が有効でない場合に対応
- HTMLPurifierのエンコーディング指定漏れを修正
- キューの再送信機能の実装
- ユーザ登録の自動承認が未完成だったのを修正
- ユーザ登録を管理者が承認する機能が未完成だったのを修正
- マイフレンドを追加しようとするとエラーになるのを修正
- Pear.php/Pear5.phpの追加
- 各種コードのリファクタリング
- CSS調整
- 言語フレーズの追加および修正
- Typo修正