|
現: 2009-10-22 (木) 22:55:20 nao-pon  |
| | + | #navi(../) |
| | | | |
| | + | #boxdate |
| | + | * Ver 4.02.22 (Amazon関連プラグインの修正、機能についてのリクエスト対応など) [#x647b926] |
| | + | |
| | + | &tag(Bugfix,Amazon,プラグイン,ini設定,環境設定); |
| | + | |
| | + | ** 概要 [#ob05e5dc] |
| | + | - ブラケットリンクで mailto: を使用した場合のメールリンクを調整して、mailto: を使わないメールリンクと同等とした。 |
| | + | - siteimage プラグインで、初回取得時データのキャッシュ生存時間の減算が行われないことがある問題を修正した。 |
| | + | - ページ表示ブロックで存在しないページを指定した場合に、ブロックに編集フォームが表示され本体の編集フォームが正しく機能しない問題を修正した。(ブロックでは編集フォームを表示せず編集リンクとする) |
| | + | -- 参考スレッド: [[バグ?報告 - xpWiki - フォーラム - XOOPSマニア:http://xoops.hypweb.net/modules/forum/index.php?topic_id=2782]] (thx. mp) |
| | + | - Amazon 関連のプラグイン (amazon, aws, isbn) で使用する設定値 (アソシエイトID, アクセスキーID, 秘密キー) を環境設定の画面で設定できるようにした。 |
| | + | -- plugin_xxx_init() が変更になっていますので、一旦 html側 の plugin ファイルを削除してください。また、他の設定値の変更が必要であれば再度作成する必要があります。 |
| | + | -- 参考スレッド: [[Amazon関係のプラグインが機能しません - xpWiki - フォーラム - XOOPSマニア:http://xoops.hypweb.net/modules/forum/index.php?topic_id=2784]] |
| | + | - ゲストが匿名でページを作成した場合、cookie に名前が保存されている場合にページオーナーに名前が載ってしまう問題を修正した。 |
| | + | -- 参考スレッド: [[【要望】ページ作成者を特定できないように - xpWiki - フォーラム - XOOPSマニア:http://xoops.hypweb.net/modules/forum/index.php?topic_id=2640]] ( thx. SHOO ) |
| | + | - 携帯でのページ更新時に管理者宛通知メールに携帯UIDのMD5ハッシュ値を通知するようにした。 |
| | + | -- 参考スレッド: [[携帯電話から投稿時の個体識別情報取得について - xpWiki - フォーラム - XOOPSマニア:http://xoops.hypweb.net/modules/forum/index.php?topic_id=2777]] |
| | + | - ページ別名に root->page_case_insensitive の設定値が反映されない問題を修正した。 |
| | + | - ページを削除した場合にページ情報DBのタイトル情報を初期化するようにした。 |
| | + | |
| | + | ** CVS 更新内容 [#kcf2e963] |
| | + | #region(今回の更新分){{ |
| | + | -2009-10-22 18:06 nao-pon |
| | + | --* version.php (1.95): |
| | + | ---Version 4.02.22 |
| | + | -2009-10-22 18:05 nao-pon |
| | + | --* class/func/xpwiki_func.php (1.218): |
| | + | --- Bugfix, Problem that setting of page_case_insensitive is not |
| | + | effective in page alias. |
| | + | --- When the page was deleted, title |
| | + | information on DB was initialized. |
| | + | --- The group authority was |
| | + | checked in the function "is_editable_only_admin()". |
| | + | -2009-10-22 18:02 nao-pon |
| | + | --* class/include/init.php (1.67): |
| | + | ---Bugfix, Problem that setting of page_case_insensitive is not |
| | + | effective in page alias. |
| | + | -2009-10-22 18:01 nao-pon |
| | + | --* class/func/xoops_wrapper.php (1.56): |
| | + | --Added a function "check_admin_group($gid)". |
| | + | -2009-10-22 18:00 nao-pon |
| | + | --* class/func/pukiwiki_func.php (1.212): |
| | + | --- Bugfix, Page making by anonymous. ( thx. SHOO ) |
| | + | --- K-TAI UID |
| | + | Notification. |
| | + | --- Bugfix, Problem that setting of |
| | + | page_case_insensitive is not effective in page alias. |
| | + | -2009-10-22 17:51 nao-pon |
| | + | --* include/compat.php (1.8): |
| | + | ---Added a function "array_change_key_case". |
| | + | -2009-10-22 17:50 nao-pon |
| | + | --* ini/pukiwiki.ini.php (1.98), |
| | + | language/xpwiki/de/plugin/amazon.lng.php (1.1), |
| | + | language/xpwiki/de/plugin/conf.lng.php (1.10), |
| | + | language/xpwiki/de_utf8/plugin/amazon.lng.php (1.1), |
| | + | language/xpwiki/de_utf8/plugin/conf.lng.php (1.10), |
| | + | language/xpwiki/en/plugin/amazon.lng.php (1.1), |
| | + | language/xpwiki/en/plugin/conf.lng.php (1.14), |
| | + | language/xpwiki/ja/plugin/amazon.lng.php (1.1), |
| | + | language/xpwiki/ja/plugin/conf.lng.php (1.14), |
| | + | language/xpwiki/ja_utf8/plugin/amazon.lng.php (1.1), |
| | + | language/xpwiki/ja_utf8/plugin/conf.lng.php (1.14), |
| | + | plugin/amazon.inc.php (1.10), plugin/aws.inc.php (1.11), |
| | + | plugin/conf.inc.php (1.17), plugin/isbn.inc.php (1.12): |
| | + | ---Added config about Amazon plugins in admin panel (Preference) & |
| | + | Error handling. |
| | + | -2009-10-22 17:43 nao-pon |
| | + | --* plugin/edit.inc.php (1.70): |
| | + | ---Fixed notice error. |
| | + | -2009-10-22 17:43 nao-pon |
| | + | --* plugin/read.inc.php (1.10): |
| | + | ---Edit form do not show on block mode. ( thx. mp ) |
| | + | -2009-10-22 17:41 nao-pon |
| | + | --* plugin/siteimage.inc.php (1.6): |
| | + | ---Bugfix of cache TTL set at first time. |
| | + | -2009-10-22 10:26 nao-pon |
| | + | --* class/make_link.php (1.42): |
| | + | ---Correction of "mailto:" link. |
| | + | }} |
| | + | |
| | + | ** 一行コメント [#r1c0c08a] |
| | + | #comment |
| | + | |
| | + | #navi(../) |