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

TOP » xpwiki » calendar xpWiki開発日記/2009.06
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
<< 2009.6 >>
[xpWiki開発日記]
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 27
29 30        
 

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

Tag: JavaScript IE8 高速化 ファイル添付 Bugfix プラグイン

Page Top

概要 anchor.png Edit

  • svg 表示のためのJavaScriptライブラリ SIE を Ver.050 にバージョンアップ
  • HTML の id, name に "tags" を使っているモジュールで、JavaScript エラーになることがある問題を修正。
  • IE8 での速度アップのため "document.querySelector" を使うようにした。
  • code プラグインでの D言語用マークアップ定義 keyword.d.php を更新した。(thx SHOO)
  • InterWikiName での有効スキームを設定する root->interwikinameRegex を pukiwiki.ini.php に追加し、skype: を追加した。(thx taked2)
  • 添付ファイルの検索機能を追加した。
    • 添付ファイルのアップロードフォームから検索できます。
  • 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マニア
Page Top

CVS 更新内容 anchor.png Edit

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

一行コメント anchor.png Edit



 

Ver 4.02.18 (再パッケージング) anchor.png Edit

Tag: fckxpwiki

Page Top

概要 anchor.png Edit

  • 一昨日の Ver 4.02.18 ですが、fckxpwiki を更新していたのを忘れてパッケージングしてしまっていたので、fckxpwikiを最新版(Ver 20090628)にして再パッケージングしました。 :hammer:
  • fckxpwiki 以外の変更点はありません。
  • html側/common/fckxpwiki を上書きアップロードしてください。
Page Top

一行コメント anchor.png Edit

  • v.4.02.18導入後、携帯から試しのアクセス試しましたら、エラーが吐き出され、
    XOOPS_TRUST_PATH/modules/xpwiki/ini/keitai.ini.php &br;
    の169行目(だったかな)、と表示されたので、みてみましたら、
    if (HypCommonFunc::get_version() >= '20090611') {
    となっていたので、もしかして20090628かな、と思い修正したら動くようになりましたので、ご報告まで :shy: 。
    -- matchee編集 2009-06-30 (火) 21:20:35
  • matchee さん、ありがとうございます。携帯対応レンダラーを有効にしていない環境でエラーになっていました。
    XOOPS_TRUST_PATH/modules/xpwiki/ini/keitai.ini.php
    162
    163
    164
    
    if (HypCommonFunc::get_version() >= '20090611') {
        HypCommonFunc::loadClass('HypKTaiRender');
        $ktairender =& HypKTaiRender::getSingleton();
    このように修正します。 :-) -- nao-pon 2009-07-01 (水) 08:23:35
  • VerUpお疲れ様です。動いたこと確認しました :D 。でも、携帯対応レンダラーなど、当方まだ知らないことあるようで、、、HDディストリビューションではなく、一度、最初から入れた方がいいかも、勉強の為に。 -- matchee編集 2009-07-02 (木) 08:51:24



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

ユーザー名:


パスワード:





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

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

もっと...
サイト情報