ページへ戻る

− Links

 印刷 

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

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


2010 5月 3 (月)
 
ページ内コンテンツ
  • Ver 4.03.1 (dumpプラグインの拡張など)
    • 概要
    • CVS 更新内容
    • 一行コメント

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

Tag: バックアップ[6] リストア[7] 引越し[8] RSS[9] d3forum[10] コメント統合[11] CSS[12] Bugfix[13] タグ[14]

Page Top

概要 anchor.png[15] Edit [16]

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

  • d3forum コメント統合用の xpWikiD3commentContent.class.php に "canPost()" と "canReply()" メソッドを追加し対応した。
  • main.css の strong.word[0-9] の背景色を変更した。
  • データーベーステーブルにいくつかのインデックスを設定した。
  • user_pref プラグインで、twitteroauth が利用できない環境での動作を調整した。
  • tag プラグインで大文字・小文字違いのタグ名の集計が正常にできない問題を修正した。
  • lsx 利用時 rtag=[タグ名] とすることで拡張記号 "-", "^" を含むタグ名も一覧表示できるようにした。
  • tag プラグインのキャッシュ保存先を cache -> cache/plugin[19] に変更した。
  • 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[21] Edit [22]

+  今回の更新分

2010-05-04 14:59 nao-pon[23]

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

2010-05-03 14:10 nao-pon[23]

	* version.php (1.101):
	Version 4.03.1

2010-05-03 14:06 nao-pon[23]

	* language/xpwiki[24]/de/plugin[19]/dump.lng.php (1.2),
	language/xpwiki[24]/de_utf8/plugin[19]/dump.lng.php (1.2),
	language/xpwiki[24]/en/plugin[19]/dbsync.lng.php (1.4),
	language/xpwiki[24]/en/plugin[19]/dump.lng.php (1.2),
	language/xpwiki[24]/ja/plugin[19]/dump.lng.php (1.2),
	language/xpwiki[24]/ja_utf8/plugin[19]/dump.lng.php (1.2),
	plugin[19]/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[23]

	* include/check.func.php (1.18), plugin[19]/counter.inc.php (1.7),
	plugin[19]/dbsync.inc.php (1.41), plugin[19]/deldel.inc.php (1.13),
	plugin[19]/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[23]

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

2010-05-03 09:26 nao-pon[23]

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

2010-05-03 09:26 nao-pon[23]

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

2010-05-03 09:10 nao-pon[23]

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

2010-05-03 09:09 nao-pon[23]

	* plugin[19]/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[23]

	* plugin[19]/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[19]".

2010-05-03 08:55 nao-pon[23]

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

2010-05-03 08:41 nao-pon[23]

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

2010-05-03 08:39 nao-pon[23]

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

2010-04-30 11:35 nao-pon[23]

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

一行コメント anchor.png[26] Edit [27]




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