hypweb.net
XOOPSマニア  最新情報のRSS(サイト全体)
[ 自宅サーバーWebRing |ID=54 前後5表示乱移動サイト一覧 ]

TOP » xpwiki » calendar xpWiki開発日記/2010.05
Archives
2006
1 2 3 4 5 6 7 8 9 10 11 12
2007
1 2 3 4 5 6 7 8 9 10 11 12
2008
1 2 3 4 5 6 7 8 9 10 11 12
2009
1 2 3 4 5 6 7 8 9 10 11 12
2010
1 2 3 4 5 6 7 8 9 10 11 12
2011
1 2 3 4 5 6 7 8 9 10 11 12
2012
1 2 3 4 5 6 7 8 9 10 11 12
2013
1 2 3 4 5 6 7 8 9 10 11 12
2014
1 2 3 4 5 6 7 8 9 10 11 12
2017
1 2 3 4 5 6 7 8 9 10 11 12
<< 2010.5 >>
[xpWiki開発日記]
            1
2 4 5 6 7 8
9 11 13 14 15
16 17 18 19 21
23 24 25 26 27 28 29
30 31          
 

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



 

Ver 4.03.2 (dumpプラグインに分割バックアップ機能を追加) anchor.png Edit

Tag: dump プラグイン バックアップ リストア 引越し

Page Top

概要 anchor.png Edit

  • dump プラグインでバックアップする場合に、合計ファイルサイズが大きくなる場合に、分割してバックアップする機能を付け加えました。
  • ファイルサイズの判定は、バックアップ対象ファイルのファイルサイズを合計していき、設定した値に達したら、そこでファイル分割されます。
  • 分割サイズの初期値は、(PHP が使用できるメモリ量 - 現在の使用メモリ量 * 1.1) と 20MB の小さい方となっていますが、実行時に任意の値を設定できます。
  • 分割サイズは圧縮前のサイズなので、実際に出来るバックアップファイルは、設定した値よりかなり小さくなる場合もあります。
  • リストア時には、分割されたファイルすべてを必ず適用するようにしてください。
Page Top

CVS 更新内容 anchor.png Edit

+  今回の更新分
  • 2010-05-10 20:43 nao-pon
    • * plugin/dump.inc.php (1.14)
      • Check "memory_get_usage". (Includes Ver 4.03.2)
  • 2010-05-10 11:32 nao-pon
    • * version.php (1.102):
      • Version 4.03.2.
  • 2010-05-10 11:31 nao-pon
    • * gate.php (1.8), language/xpwiki/de/plugin/dump.lng.php (1.3), language/xpwiki/de_utf8/plugin/dump.lng.php (1.3), language/xpwiki/en/plugin/dump.lng.php (1.3), language/xpwiki/ja/plugin/dump.lng.php (1.3), language/xpwiki/ja_utf8/plugin/dump.lng.php (1.3), plugin/dump.inc.php (1.13), skin/css/dump.css (1.1), skin/image/gif/loading16.gif (1.1), skin/image/png/package_delete.png (1.1), skin/image/png/package_go.png (1.1), ways/dump.php (1.1):
      • The division backup was enabled (dump.inc.php).
  • 2010-05-10 11:26 nao-pon
    • * class/func/xpwiki_func.php (1.224):
      • Tuning of HTTP time-out value.
Page Top

一行コメント anchor.png Edit



 

Ver 4.03.3 (dumpプラグインのブラッシュアップとAutoLinkの "IgnoreList", "ForceIgnoreList" 処理の修正) anchor.png Edit

Tag: dump プラグイン Bugfix オートリンク

Page Top

概要 anchor.png Edit

  • dump プラグインでの private/cache の バックアップファイル一覧のソートが上手くなかったのを修正。
  • dump プラグインでバックアップできなかったファイル一覧のファイル名をデコードして付記するようにした。
  • dump プラグインの CSS を調整。
  • :config​/AutoLink で設定する "IgnoreList" と "ForceIgnoreList" がいつの頃からか正常に機能しなくなっていたのを発見したので、修正。
  • ページ新規作成時にページ作成に先立ってファイル添付を行った場合に、ページ所有者が "System" になってしまう問題を修正。
Page Top

CVS 更新内容 anchor.png Edit

+  今回の更新分
  • 2010-05-12 14:39 nao-pon
    • * version.php (1.103):
      • Version 4.03.3.
  • 2010-05-12 10:29 nao-pon
    • * plugin/attach.inc.php (1.54):
      • Bug-fix, problem that make a new page as "System".
  • 2010-05-11 23:42 nao-pon
    • * plugin/dump.inc.php (1.17), skin/css/dump.css (1.3):
      • Show decoded name with error files in restor results.
      • Back-up name with "tar_de_" on decode name mode.
  • 2010-05-11 18:10 nao-pon
    • * class/: ext_autolink.php (1.31), func/pukiwiki_func.php (1.216):
  • 2010-05-11 18:00 nao-pon
    • * skin/css/dump.css (1.2):
      • Add img CSS..
  • 2010-05-11 17:59 nao-pon
    • * plugin/dump.inc.php (1.16):
      • Sort updated files list. (re-edit)
  • 2010-05-11 17:54 nao-pon
    • * plugin/dump.inc.php (1.15):
      • Sort updated files list.
Page Top

一行コメント anchor.png Edit



 

Ver 4.03.5 ( X-Sendfile ヘッダ対応など) anchor.png Edit

Tag: X-Sendfile mod_xsendfile オートリンク 高速化 負荷対策 ini設定

Page Top

概要 anchor.png Edit

  • HypCommonFunc Ver.20100520 以降が必須となりました。
  • X-Sendfile ヘッダに対応
  • googlemaps2 プラグインで、住所表示の県名の前に "' " が付く問題を修正
  • 管理画面の環境設定で yahoo プラグインで使用する "Application ID" を設定できるようにした。
  • オートリンク処理のパフォーマンスチューニング。
  • ページ基本情報DB のデーターベースシンクロを行うとページの初版日時がずれてしまう問題を修正。
    • このバージョン以降で、ページ基本情報DB のデーターベースシンクロ を行うことで可能な限り初版日時データーを復旧します。
  • デフォルトスキンで、初版日時を表示するようにした。
  • ページ新規作成時にページをまだ保存していない状態で、ファイル添付を行った場合にページが実際に保存されるまで、該当ページを一覧表示させないようにした。
  • ページ別名の指定で、同じ階層で別名を付ける場合、相対指定の ../ を使えるようにした。
  • Ver 4.03.4 にて新たに作ってしまったバグを数カ所修正した。(thx nonn50)
Page Top

CVS 更新内容 anchor.png Edit

+  今回の更新分
  • 2010-05-20 20:48 nao-pon
    • class/attach.php (1.28)
      • (include Ver 4.03.5)
  • 2010-05-20 20:46 nao-pon
    • class/attach.php (1.27)
      • Bug fix of problem that cannot be moved to page of multi byte page name at pop up.
  • 2010-05-20 20:43 nao-pon
    • skin/js/xpwiki.js (1.49)
      • typo. (include Ver 4.03.5)
  • 2010-05-20 19:44 nao-pon
    • version.php (1.105)
      • Version 4.03.5
  • 2010-05-20 19:43 nao-pon
    • class/func/pukiwiki_func.php (1.219)
      • typo. ( fix for "$this->root-mydirname" to "$this->root->mydirname" )
  • 2010-05-20 16:59 nao-pon
    • xoops_version.php (1.360)
      • © 2006-2010. thx nonn50. ( include 4.03.4 )
  • 2010-05-20 14:40 nao-pon
    • version.php (1.104)
      • Version 4.03.4.
  • 2010-05-20 14:39 nao-pon
    • main.php (1.29)
      • Requires HypCommonFunc >= 20100520.
  • 2010-05-20 09:47 nao-pon
    • class/func/pukiwiki_func.php (1.218)
    • class/func/xpwiki_func.php (1.226)
      • Supported relative path of page name aliases. ( Only "../" )
  • 2010-05-19 20:49 nao-pon
    • class/func/pukiwiki_func.php (1.217)
      • - Performance tuning of auto-link.
      • - Maintenance to display "Princeps date".
      • - Even if the file attachment is done while making the page, it doesn't put it on the list.
  • 2010-05-19 20:48 nao-pon
    • plugin/attach.inc.php (1.55)
      • Even if the file attachment is done while making the page, it doesn't put it on the list.
  • 2010-05-19 20:44 nao-pon
    • class/func/xpwiki_func.php (1.225)
    • language/xpwiki/de/lng.php (1.20)
    • language/xpwiki/de_utf8/lng.php (1.20)
    • language/xpwiki/en/lng.php (1.25)
    • language/xpwiki/ja/lng.php (1.25)
    • language/xpwiki/ja_utf8/lng.php (1.25)
    • skin/pukiwiki.skin.php (1.47)
      • Maintenance to display "Princeps date".
  • 2010-05-19 20:41 nao-pon
    • class/ext_autolink.php (1.32)
      • Performance tuning of auto-link.
  • 2010-05-19 20:38 nao-pon
    • plugin/dbsync.inc.php (1.42)
    • ini/pukiwiki.ini.php (1.102)
    • plugin/conf.inc.php (1.21)
      • A new config "root->yahoo_application_id".
  • 2010-05-19 20:36 nao-pon
    • plugin/googlemaps2_insertmarker.inc.php (1.9)
      • Bug fix of problem that "' " adheres to address display.
  • 2010-05-19 20:33 nao-pon
    • plugin/sitemap.inc.php (1.2)
      • Removed debugging code.
  • 2010-05-19 20:27 nao-pon
    • include/compat.php (1.9)
      • "array_combine()" added.
  • 2010-05-19 20:25 nao-pon
    • class/attach.php (1.26)
    • plugin/dump.inc.php (1.18)
    • plugin/moblog.inc.php (1.12)
    • plugin/ref.inc.php (1.50)
    • plugin/yahoo.inc.php (1.6)
    • ways/jobstack.php (1.9)
      • Supported header "X-Sendfile".
  • 2010-05-19 20:23 nao-pon
    • include.php (1.14)
      • Set "error_reporting(E_ALL & ~E_DEPRECATED)" for PHP >= 5.3.
  • 2010-05-19 20:22 nao-pon
    • loader.php (1.64)
      • Supported header "X-Sendfile".
  • 2010-05-18 20:51 nao-pon
    • fckxpwiki/FckXpwikiPlugin.php (1.2)
    • fckxpwiki/plugins/bb_basic.php (1.2)
      • Removed test code.
Page Top

一行コメント anchor.png Edit



 

Ver 4.03.6 (Ver 4.03.4, 4.03.5 固有のバグ修正) anchor.png Edit

Tag: Bugfix

Page Top

概要 anchor.png Edit

Page Top

CVS 更新内容 anchor.png Edit

+  今回の更新分
  • 2010-05-22 22:15 nao-pon
    • version.php (1.106)
      • Version 4.03.6
  • 2010-05-22 22:14 nao-pon
    • class/func/xpwiki_func.php (1.227)
      • Typo of Ver. 4.03.4.
  • 2010-05-22 22:14 nao-pon
    • class/func/pukiwiki_func.php (1.220)
      • Bugfix, Problem of autolink. (problem only Ver.4.03.4 )
Page Top

一行コメント anchor.png Edit




トップ 印刷に適した表示   ページ新規作成 全ページ一覧 単語検索 最新ページの一覧   ヘルプ   最新ページのRSS 1.0 最新ページのRSS 2.0 最新ページのRSS Atom Powered by xpWiki
このページのTopへ
メインメニュー
ログイン

ユーザー名:


パスワード:





パスワード紛失  |新規登録
オンライン状況
712 人のユーザが現在オンラインです。 (15 人のユーザが xpwiki を参照しています。)

登録ユーザ: 0
ゲスト: 712

もっと...
サイト情報