ページへ戻る

− Links

 印刷 

Ver 3.71.84 (続:画面変遷なしのファイル添付とファイル名挿入) :: XOOPS マニア

xpwiki:xpWiki開発日記/2008-10-11


2008 10月 11 (土)
 
ページ内コンテンツ
  • Ver 3.71.84 (続:画面変遷なしのファイル添付とファイル名挿入)
    • 概要
    • CVS 更新内容
    • 一行コメント

Ver 3.71.84 (続:画面変遷なしのファイル添付とファイル名挿入) anchor.png[4] Edit [5]

Tag: ファイル添付[6] プラグイン[7] UI[8]

Page Top

概要 anchor.png[9] Edit [10]

  • 添付ファイル一覧で cols を指定したとき最後の行が離れてしまう問題を修正。
  • プラグインの基底クラス xpwiki_plugin に "get_domid ($name, $withDirname = false)" メソッドを追加
    • ページ中で一意の DOM ID を得たい場合や、<input> フィールドにてファイル添付ポップアップを有効にしたい場合に使用します。
  • comment, pcomment プラグインの <input>フィールドで、ファイル添付ポップアップを有効にした。
  • loader.php の Typo 修正
    • Wikiレンダラーで、ファイル添付ポップアップが有効にならないケースがありました。
  • 添付ファイルリンク挿入時のサムネイルサイズ指定で全角数字入力でも受け付けるようにした。
Page Top

CVS 更新内容 anchor.png[11] Edit [12]

+  今回の更新分
  • 2008-10-11 09:55 nao-pon[13]
    • * version.php (1.44):
      • Version 3.71.84
  • 2008-10-11 09:54 nao-pon[13]
    • * plugin[14]/: comment.inc.php (1.7), pcomment.inc.php (1.14):
      • Enabled pop up file inserting.
  • 2008-10-11 09:54 nao-pon[13]
    • * loader.php (1.51):
      • Typo.
  • 2008-10-11 09:53 nao-pon[13]
    • * skin/js/: basic.js (1.3), winie.js (1.10), xpwiki[15].js (1.24):
      • Enabled pop up file inserting in "input" too.
      • Enabled input of the image size specification by "ZENKAKU".
  • 2008-10-11 09:46 nao-pon[13]
    • * class/plugin[14].php (1.15):
      • Added a function "get_domid ($name, $withDirname = false)".
  • 2008-10-11 09:38 nao-pon[13]
    • * class/attach.php (1.7):
      • Corrected the table crumble when "cols" was specified.
Page Top

一行コメント anchor.png[16] Edit [17]




Last-modified: 2008-10-11 (土) 13:55:38 (JST) (6538d) by nao-pon