ページへ戻る

− Links

 印刷 

Ver 4.02.5 (他ディレクトリプラグインの呼出機能とFCKeditor関連の修正など) :: XOOPS マニア

xpwiki:xpWiki開発日記/2009-02-22


2009 2月 22 (日)
 
ページ内コンテンツ
  • Ver 4.02.5 (他ディレクトリプラグインの呼出機能とFCKeditor関連の修正など)
    • 概要
    • CVS 更新内容
    • 一行コメント

Ver 4.02.5 (他ディレクトリプラグインの呼出機能とFCKeditor関連の修正など) anchor.png[4] Edit [5]

Tag: FCKeditor[6] Wikiヘルパー[7] JavaScript[8] fckxpwiki[9] プラグイン[10] 基本設計[11] ini設定[12]

今回、FCKeditor(to Ver.2.6.4) と fckxpwiki も更新されています。

アーカイブに含まれている、html側の common/fckeditor_2.6, common/fckxpwiki も更新をお忘れなく。 :-)

Page Top

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

  • ページのリストアップや添付ファイル参照などを、サイト内の他の xpWiki[15] で相互利用できるようにするために、プラグイン呼び出しを拡張した。
    • 基本的にページ名を指定する箇所で "DirName:ページ名" と指定すればOKです。
    • ref プラグインの例
    • 使用できるプラグインは、リッチエディタの「プラグイン挿入」の usage に [<ディレクトリ名>:] が付いている箇所で指定できます。
    • 基本的にページ名を指定して、何かを表示するようなプラグインは、ほとんど対応したつもりです。何かに抜けがありましたら、簡単に対応できますのでご連絡ください。
    • 編集時のファイルブラウザでも、他のxpWiki[15] を参照できるようにした。
  • PHP 4 環境で、ページ内容によって、Fatal error になることがある問題を修正
  • ページ編集画面の「詳細な入力項目を表示」の初期状態を設定できるようにし、さらに cookie に状態を保存するようにした。
    • 参考スレッド: エラーの原因判明と編集画面についてのお願い - XOOPSマニア[20] (thx kazdon[21])
    • ini設定
      • default.ini.php
        1
        2
        3
        
        /////////////////////////////////////////////////
        // 編集フォームの詳細オプションを折りたたむ
        $root->hide_extra_option_editform = 1;
      • keitai.ini.php
        1
        2
        3
        
        /////////////////////////////////////////////////
        // 編集フォームの詳細オプションを折りたたむ
        $root->hide_extra_option_editform = 0;
  • Wikiヘルパーの表示コントロールをちょっとだけインテリジェンスにしてみた
  • テーブルで空白の見出しセルが指定できない問題の修正
  • FCKeditor のリッチエディタでの不具合を修正
    • ref プラグインで、引数が " " で挟まれていると、表示が異常となる問題を修正
    • テーブルの編集時に、colspan, rowspan が設定されたセルを見出しセルに指定すると、表が崩れる問題を修正
    • セルの分割が正常にできない問題を修正
    • スキンを変更している場合、編集エリアにそのスキンのCSSを適用するようにした。(tDiary テーマにも対応)
    • FCKeditor 2.6.4 を使用した場合に、リッチエディタから通常エディタに戻った後に行った編集内容が失われる問題を修正
    • その他諸々
Page Top

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

+  今回の更新分 [ trust側 ]
  • 2009-02-22 11:02 nao-pon[16]
    • * version.php (1.78):
      • Version 4.02.5.
  • 2009-02-22 11:01 nao-pon[16]
  • 2009-02-22 11:00 nao-pon[16]
    • * skin/js/: basic.js (1.5), main.js (1.57), winie.js (1.12):
      • Smart control of WikiHelper.
  • 2009-02-22 10:58 nao-pon[16]
    • * skin/js/xpwiki[15].js (1.37):
      • Correction for FCKeditor 2.6.4.
      • Supported Skin CSS on editing area of FCKeditor.
  • 2009-02-22 10:54 nao-pon[16]
    • * loader.php (1.57):
      • The CSS reading is regularized.
  • 2009-02-22 10:52 nao-pon[16]
    • * ways/x2w.php (1.14):
      • The number of columns of tables is regularized.
  • 2009-02-22 10:51 nao-pon[16]
    • * ways/w2x.php (1.13):
  • 2009-02-22 10:45 nao-pon[16]
    • * skin/js/fck.config.js (1.6):
      • Edited the Toolbar format.
  • 2009-02-22 10:43 nao-pon[16]
    • * skin/css/main.css (1.30):
      • Edited a class "img_margin".
  • 2009-02-22 10:42 nao-pon[16]
    • * skin/css/base.css (1.8):
      • Remove "$class".
  • 2009-02-22 10:41 nao-pon[16]
    • * plugin[24]/ucomedit.inc.php (1.2):
      • Simplify calls "do_plugin_inline()".
  • 2009-02-22 10:38 nao-pon[16]
    • * class/func/xoops_wrapper.php (1.50):
      • Added consts $this->cont['MODULE_PATH'] & $this->cont['MODULE_URL'] .
  • 2009-02-22 10:38 nao-pon[16]
    • * class/func/pukiwiki_func.php (1.198), ini/default.ini.php (1.10), ini/keitai.ini.php (1.20):
      • Added a config "$root->hide_extra_option_editform".
  • 2009-02-22 10:31 nao-pon[16]
    • * class/convert_html.php (1.40):
      • Bug fixed of Fatal error on PHP4.
      • Allow "~ " in the Table Cell.
  • 2009-02-22 10:29 nao-pon[16]
Page Top

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




Last-modified: 2009-02-22 (日) 16:11:32 (JST) (6332d) by nao-pon