ページへ戻る

− Links

 印刷 

Ver 4.02.16 (絵文字パッド対応、各種プラグインの調整・機能追加など) :: XOOPS マニア

xpwiki:xpWiki開発日記/2009-05-25


2009 5月 25 (月)
 
ページ内コンテンツ
  • Ver 4.02.16 (絵文字パッド対応、各種プラグインの調整・機能追加など)
    • 概要
    • CVS 更新内容
    • 一行コメント

Ver 4.02.16 (絵文字パッド対応、各種プラグインの調整・機能追加など) anchor.png[4] Edit [5]

Tag: 絵文字[6] プラグイン[7] Bugfix[8]

Page Top

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

  • attach.inc.php に 新しい設定 $this->cont['ATTACH_DISABLED_OWNER_CHECK'] = FALSE; を追加。
  • WizMobile の絵文字表記に対応するための調整
  • 絵文字パッド対応のための調整
  • WhatsNew モジュール用プラグインで、更新時間が未来日付のページをリストアップしないようにした。
  • piCal 用プラグイン用インクルードファイルを用意した。
    • piCal 用 新プラグイン
      • filexpWiki_piCal_plugin.zip[12]
      • piCal のプラグイン管理でオプションが設定できます。オプションには対象となるベースページを指定できます。また以下の追加オプションをカンマ区切りで入力(カンマを含む場合は二重引用符 「"」で囲む)できます。
        nochild
        子ページをリストアップしない
        include
        include:[対象とするページ名] (MySQLのクエリとしてそのまま評価される (`name` LIKE [語句]) ので注意して記入してください)
        exclude
        exclude:[対象としないページ名] (MySQLのクエリとしてそのまま評価される (`name` NOT LIKE [語句]) ので注意して記入してください)
        • オプションの設定例
          a
          a 以下のページを対象とする
          a,include:a/b%
          a/bcd, a/bef など a/b* なページ
          a,exclude:a/b%
          a 以下のページから a/bcd, a/bef など a/b* なページを除く
  • i-mode browser 2.0 のための調整
  • calendar9 の休日設定読み込みのバグ修正 (thx kazdon[13])
  • データベースシンクロを max_execution_time = 0 環境のための調整 (thx 黄龍)
  • recent プラグインで、ベースページを指定する場合、末尾に "/" を付けることで、子ページをリストアップしないようにした。
  • ページ内容を置換する replacer プラグインで、ページ数が多く複数回に渡る場合、同じページを二度処理しないようにした。
  • showrss プラグインで、詳細を表示するスイッチの第5引数に 'html' を指定することで、フィード中の HTML を有効にして表示するようにした。(thx 黄龍)
Page Top

CVS 更新内容 anchor.png[17] Edit [18]

+  今回の更新分
  • 2009-05-25 17:56 nao-pon[19]
    • * version.php (1.89):
      • Version 4.02.16
  • 2009-05-25 17:55 nao-pon[19]
    • * plugin[20]/showrss.inc.php (1.13):
      • HTML feed is permitted on the page to be able to edit only admin.
  • 2009-05-25 17:44 nao-pon[19]
    • * class/func/xpwiki_func.php (1.213):
      • Rename function from "is_editable_admin_only" to "is_editable_only_admin".
  • 2009-05-25 17:41 nao-pon[19]
    • * class/func/xpwiki_func.php (1.212):
      • Added a function "is_editable_admin_only ($page)".
  • 2009-05-25 16:30 nao-pon[19]
    • * plugin[20]/showrss.inc.php (1.12):
      • The permission of html feed is added. URL permitted to $this->conf 'allow_html_urls' is set, and "html" is specified for the 5th argument.
  • 2009-05-25 13:53 nao-pon[19]
    • * plugin[20]/sitemap.inc.php (1.1):
      • Outpot Google sitemap.
  • 2009-05-25 13:52 nao-pon[19]
    • * plugin[20]/replacer.inc.php (1.4):
      • When processing it two or more times, the same page is not processed twice.
  • 2009-05-25 13:51 nao-pon[19]
    • * plugin[20]/recent.inc.php (1.17):
      • No listing children pages, if prefix ends by "/".
  • 2009-05-25 13:46 nao-pon[19]
    • * plugin[20]/newpage.inc.php (1.10):
      • Bugfix about listing of base pages.
  • 2009-05-25 13:45 nao-pon[19]
  • 2009-05-25 13:44 nao-pon[19]
    • * plugin[20]/edit.inc.php (1.69):
      • Supported WizMobile emoji style. ([emj:\d+:(im|ez|sb)]).
  • 2009-05-25 13:44 nao-pon[19]
  • 2009-05-25 13:43 nao-pon[19]
    • * plugin[20]/dbsync.inc.php (1.37):
      • Correction for "max_execution_time = 0".
  • 2009-05-25 13:43 nao-pon[19]
    • * plugin[20]/calendar9.inc.php (1.15):
      • Bugfix about reading "DayOff" page.
  • 2009-05-25 13:41 nao-pon[19]
    • * plugin[20]/aws.inc.php (1.7):
      • Supported the "Product Advertising API".
  • 2009-05-25 13:38 nao-pon[19]
    • * skin/keitai.skin.php (1.29):
      • Fine-tuning.
  • 2009-05-25 13:37 nao-pon[19]
    • * ini/keitai.ini.php (1.23):
      • Correction for "i-mode browser 2.0".
  • 2009-05-25 13:36 nao-pon[19]
    • * ini/default.ini.php (1.12):
      • Disabled "html_wordwrap" (root->word_break_limit = 0).
  • 2009-05-25 13:30 nao-pon[19]
  • 2009-05-25 13:30 nao-pon[19]
    • * class/extension/whatsnew.php (1.15):
      • The item at the date of the future is not displayed.
  • 2009-05-25 13:29 nao-pon[19]
    • * class/make_link.php (1.40):
      • Supported WizMobile emoji style. ([emj:\d+:(im|ez|sb)]).
  • 2009-05-25 13:28 nao-pon[19]
    • * class/attach.php (1.21), plugin[20]/attach.inc.php (1.52):
      • Added a config "$this->cont['ATTACH_DISABLED_OWNER_CHECK'] = FALSE;".
  • 2009-05-25 13:27 nao-pon[19]
    • * class/func/pukiwiki_func.php (1.206):
      • Supported the "Emoji pad".
      • It corresponds to the date of the future on get_passage().
  • 2009-05-25 13:21 nao-pon[19]
  • 2009-05-25 13:16 nao-pon[19]
    • * ways/x2w.php (1.17):
      • " " was added to smiley at the head of line.
Page Top

一行コメント anchor.png[22] Edit [23]




Last-modified: 2010-05-22 (土) 13:59:02 (JST) (5088d) by nao-pon