ページへ戻る

− Links

 印刷 

Ver 4.02.18 (添付ファイルの検索機能、その他機能リクエストに対応など) :: XOOPS マニア

xpwiki:xpWiki開発日記/2009-06-26


2009 6月 26 (金)
 
ページ内コンテンツ
  • Ver 4.02.18 (添付ファイルの検索機能、その他機能リクエストに対応など)
    • 概要
    • CVS 更新内容
    • 一行コメント

Ver 4.02.18 (添付ファイルの検索機能、その他機能リクエストに対応など) anchor.png[4] Edit [5]

Tag: JavaScript[6] IE8[7] 高速化[8] ファイル添付[9] Bugfix[10] プラグイン[11]

Page Top

概要 anchor.png[12] Edit [13]

  • svg 表示のためのJavaScriptライブラリ SIE を Ver.050 にバージョンアップ
  • HTML の id, name に "tags" を使っているモジュールで、JavaScript エラーになることがある問題を修正。
  • IE8 での速度アップのため "document.querySelector" を使うようにした。
  • code プラグインでの D言語用マークアップ定義 keyword[16].d.php を更新した。(thx SHOO)
  • InterWikiName[17] での有効スキームを設定する root->interwikinameRegex を pukiwiki[18].ini.php に追加し、skype: を追加した。(thx taked2[19])
  • 添付ファイルの検索機能を追加した。
    • 添付ファイルのアップロードフォームから検索できます。
  • PHP の設定で max_execution_time = 0 の環境で、データベースシンクロが実行できない問題を修正した。(thx 黄龍)
  • googlemaps2 プラグインで、SoftBank の高解像度端末向けに画像を縦横2倍で表示するようにした。
  • svg ファイルを表示するページでは、IE8 を互換モードに切り替えるようにした。
  • comment プラグインを表中に記述しても、正しく動作するようにした。
  • navi プラグインで、目次ページの指定を省略できるようにした。(thx SHOO)
    #navi([目次ページ][,reverse][,level][,nolevel])
    • 目次ページを省略した場合、同一階層のページをナビゲーションします。下層ページがある場合は、下層に降りるリンクが表示されます。(level モード)
    • 従来と同様に多階層をフラットにナビゲーションしたい場合は、目次ページを指定するか nolevel オプションを記述してください。
    • 参考スレッド: [要望]tirenavi.ini.phpの導入の提案です。 - XOOPSマニア[21]
Page Top

CVS 更新内容 anchor.png[22] Edit [23]

+  今回の更新分
  • 2009-06-26 18:17 nao-pon[24]
    • * plugin[25]/aws.inc.php (1.9):
      • Remove debug code.
  • 2009-06-26 09:40 nao-pon[24]
    • * version.php (1.91):
      • Version 4.02.18
  • 2009-06-26 09:40 nao-pon[24]
    • * plugin[25]/navi.inc.php (1.12):
      • The specification of the contents page is not indispensable. (see (xoops[26].hypweb.net)
  • 2009-06-26 09:33 nao-pon[24]
    • * plugin[25]/comment.inc.php (1.11):
      • Allow in table.
  • 2009-06-26 09:33 nao-pon[24]
    • * plugin[25]/ref.inc.php (1.46):
      • In the page in which "svg" is displayed, IE8 is changed to an interchangeable mode.
  • 2009-06-26 09:29 nao-pon[24]
    • * plugin[25]/include.inc.php (1.8):
      • Fixed Notice error.
  • 2009-06-26 09:28 nao-pon[24]
    • * plugin[25]/googlemaps2.inc.php (1.10):
      • Correspondence of SoftBank to high resolution device.
  • 2009-06-26 09:26 nao-pon[24]
    • * plugin[25]/dbsync.inc.php (1.38):
      • Coorection for "max_execution_time = 0". ( see (xoops[26].hypweb.net) )
  • 2009-06-26 09:24 nao-pon[24]
    • * plugin[25]/aws.inc.php (1.8):
      • Added "$this->options_default" in plugin_aws_init().
  • 2009-06-26 09:23 nao-pon[24]
    • * class/attach.php (1.22), language/xpwiki[27]/de/lng.php (1.16), language/xpwiki[27]/de_utf8/lng.php (1.16), language/xpwiki[27]/en/lng.php (1.21), language/xpwiki[27]/ja/lng.php (1.21), language/xpwiki[27]/ja_utf8/lng.php (1.22), skin/image/png/find.png (1.1), skin/image/png/folder_go.png (1.1), skin/image/png/page_attach.png (1.1):
      • Supported search of attach files.
  • 2009-06-26 09:20 nao-pon[24]
    • * language/xpwiki[27]/: ja/default.js (1.3), ja_utf8/default.js (1.3):
      • Edited "wikihelper_msg_attach".
  • 2009-06-26 09:19 nao-pon[24]
    • * class/make_link.php (1.41), class/func/pukiwiki_func.php (1.208), ini/pukiwiki[18].ini.php (1.96):
      • Added root var "interwikinameRegex" and added "skype:".
  • 2009-06-26 09:17 nao-pon[24]
  • 2009-06-26 09:12 nao-pon[24]
    • * skin/keitai.skin.php (1.30):
      • Correction for K-tai renderer Ver >= 20090611.
  • 2009-06-26 09:11 nao-pon[24]
    • * skin/js/: ajaxtree.js (1.6), lightbox.js (1.17), xpwiki[27].js (1.47):
      • Use "document.querySelector" on IE8.
  • 2009-06-26 09:09 nao-pon[24]
    • * skin/js/: main.js (1.64), calendar9.js (1.11):
      • Simplify.
  • 2009-06-26 09:07 nao-pon[24]
    • * skin/js/xpath.js (1.2):
      • Fixed typo.
      • Correction for element id "tags".�@( see (xoops[26].hypweb.net) )
  • 2009-06-26 09:01 nao-pon[24]
    • * skin/js/sie-mini.js (1.3):
      • VerUP to 0.50.
  • 2009-06-26 08:48 nao-pon[24]
    • * ini/keitai.ini.php (1.24):
      • Correction for K-tai renderer Ver >= 20090611.
Page Top

一行コメント anchor.png[28] Edit [29]




Last-modified: 2009-06-28 (日) 00:20:03 (JST) (6187d) by nao-pon