ページへ戻る

+ Links

 印刷 

Ver 4.03.1 (dumpプラグインの拡張など) :: XOOPS マニア

xpwiki:xpWiki開発日記/2010-05-03


2010 5月 3 (月)
 

Ver 4.03.1 (dumpプラグインの拡張など) anchor.png Edit

Tag: バックアップ リストア 引越し RSS d3forum コメント統合 CSS Bugfix タグ

Page Top

概要 anchor.png Edit

今回のバージョンアップでは、XOOPSのモジュール管理より、モジュールアップデートが必須です。忘れずに実行するようにしてください。

  • d3forum コメント統合用の xpWikiD3commentContent.class.php に "canPost()" と "canReply()" メソッドを追加し対応した。
  • main.css の strong.word[0-9] の背景色を変更した。
  • データーベーステーブルにいくつかのインデックスを設定した。
  • user_pref プラグインで、twitteroauth が利用できない環境での動作を調整した。
  • tag プラグインで大文字・小文字違いのタグ名の集計が正常にできない問題を修正した。
  • lsx 利用時 rtag=[タグ名] とすることで拡張記号 "-", "^" を含むタグ名も一覧表示できるようにした。
  • tag プラグインのキャッシュ保存先を cache -> cache/plugin に変更した。
  • rss プラグインで、u=[uid] を指定することにより、ユーザー別 RSS を出力できるようにした。
  • xpwiki_func.php に バイト数を KB, MB, TB に変換する関数 "bytes2KMT($bytes, $decimal = 1, $threshold = 921)" を追加した。
  • カウンターデータをデータベースとファイルシステムへの両保存から、データベースのみに保存するように変更した。
    • ページ表示のたびに無駄な処理が行われていて、前々から気になっていたのですが、過負荷時にカウンターファイルが壊れることがあり、思い切って簡素化しました。
    • ファイルシステムとしてカウンターデータが必要な場合は、dump プラグインで生成できます。
  • dump プラグインを拡張し、データーベースデータもバックアップ可能とした。また、EUC-JP -> UTF-8 など、文字エンコーディングキャラクタセットが違う環境へリストアできるようになりました。
Page Top

CVS 更新内容 anchor.png Edit

+  今回の更新分

2010-05-04 14:59 nao-pon

	* plugin/dump.inc.php (1.12):
	Saving dump file to cache directory as same name with downloading.

2010-05-03 14:10 nao-pon

	* version.php (1.101):
	Version 4.03.1

2010-05-03 14:06 nao-pon

	* language/xpwiki/de/plugin/dump.lng.php (1.2),
	language/xpwiki/de_utf8/plugin/dump.lng.php (1.2),
	language/xpwiki/en/plugin/dbsync.lng.php (1.4),
	language/xpwiki/en/plugin/dump.lng.php (1.2),
	language/xpwiki/ja/plugin/dump.lng.php (1.2),
	language/xpwiki/ja_utf8/plugin/dump.lng.php (1.2),
	plugin/dump.inc.php (1.11):
	To do a complete restoration, the data base table and the character
	set encoding were included.

2010-05-03 09:32 nao-pon

	* include/check.func.php (1.18), plugin/counter.inc.php (1.7),
	plugin/dbsync.inc.php (1.41), plugin/deldel.inc.php (1.13),
	plugin/rename.inc.php (1.16):
	Made the save place of the counter data only a data base (table:
	count).

2010-05-03 09:27 nao-pon

	* class/func/pukiwiki_func.php (1.215):
	Use "HypCommonFunc::flock_put_contents()".

2010-05-03 09:26 nao-pon

	* class/attach.php (1.25):
	Use "func->bytes2KMT()".

2010-05-03 09:26 nao-pon

	* class/func/xpwiki_func.php (1.223):
	Added a function "bytes2KMT($bytes, $decimal = 1, $threshold =
	921)".

2010-05-03 09:10 nao-pon

	* plugin/rss.inc.php (1.33):
	The each user's RSS output was enabled. (u=[uid])

2010-05-03 09:09 nao-pon

	* plugin/lsx.inc.php (1.13):
	Query "rtag" that doesn't process the enhancing key word of tag is
	added.

2010-05-03 09:08 nao-pon

	* plugin/tag.inc.php (1.14):
	- Bug fix of processing of case insensitive of tag.  - Query "rtag"
	that doesn't process the enhancing key word of tag is added.  -
	Changed the save directory of data from "cache" to "cache/plugin".

2010-05-03 08:55 nao-pon

	* plugin/user_pref.inc.php (1.2):
	Correction for environment for which "twitteroauth" cannot be used.

2010-05-03 08:41 nao-pon

	* onupdate.php (1.11), sql/mysql.sql (1.6):
	Gave some DB indexes.

2010-05-03 08:39 nao-pon

	* skin/css/main.css (1.37):
	Changed color of "strong.word".

2010-04-30 11:35 nao-pon

	* class/xpWikiD3commentContent.class.php (1.10):
	"canPost()" & "canReply()" were supported.
Page Top

一行コメント anchor.png Edit




Last-modified: 2010-05-04 (火) 23:01:33 (JST) (5875d) by nao-pon