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

TOP » xpwiki » xpWiki開発日記 » 2009-05-25

2009 5月 25 (月)
 

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

Tag: 絵文字 プラグイン Bugfix

Page Top

概要 anchor.png Edit

  • attach.inc.php に 新しい設定 $this->cont['ATTACH_DISABLED_OWNER_CHECK'] = FALSE; を追加。
  • WizMobile の絵文字表記に対応するための調整
  • 絵文字パッド対応のための調整
  • WhatsNew モジュール用プラグインで、更新時間が未来日付のページをリストアップしないようにした。
  • piCal 用プラグイン用インクルードファイルを用意した。
    • piCal 用 新プラグイン
      • filexpWiki_piCal_plugin.zip
      • 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)
  • データベースシンクロを max_execution_time = 0 環境のための調整 (thx 黄龍)
  • recent プラグインで、ベースページを指定する場合、末尾に "/" を付けることで、子ページをリストアップしないようにした。
  • ページ内容を置換する replacer プラグインで、ページ数が多く複数回に渡る場合、同じページを二度処理しないようにした。
  • showrss プラグインで、詳細を表示するスイッチの第5引数に 'html' を指定することで、フィード中の HTML を有効にして表示するようにした。(thx 黄龍)
Page Top

CVS 更新内容 anchor.png Edit

+  今回の更新分
  • 2009-05-25 17:56 nao-pon
    • * version.php (1.89):
      • Version 4.02.16
  • 2009-05-25 17:55 nao-pon
    • * plugin/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
    • * 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
    • * class/func/xpwiki_func.php (1.212):
      • Added a function "is_editable_admin_only ($page)".
  • 2009-05-25 16:30 nao-pon
    • * plugin/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
    • * plugin/sitemap.inc.php (1.1):
      • Outpot Google sitemap.
  • 2009-05-25 13:52 nao-pon
    • * plugin/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
    • * plugin/recent.inc.php (1.17):
      • No listing children pages, if prefix ends by "/".
  • 2009-05-25 13:46 nao-pon
    • * plugin/newpage.inc.php (1.10):
      • Bugfix about listing of base pages.
  • 2009-05-25 13:45 nao-pon
    • * plugin/menu.inc.php (1.12):
      • Changed menu.
  • 2009-05-25 13:44 nao-pon
    • * plugin/edit.inc.php (1.69):
      • Supported WizMobile emoji style. ([emj:\d+:(im|ez|sb)]).
  • 2009-05-25 13:44 nao-pon
  • 2009-05-25 13:43 nao-pon
    • * plugin/dbsync.inc.php (1.37):
      • Correction for "max_execution_time = 0".
  • 2009-05-25 13:43 nao-pon
    • * plugin/calendar9.inc.php (1.15):
      • Bugfix about reading "DayOff" page.
  • 2009-05-25 13:41 nao-pon
    • * plugin/aws.inc.php (1.7):
      • Supported the "Product Advertising API".
  • 2009-05-25 13:38 nao-pon
    • * skin/keitai.skin.php (1.29):
      • Fine-tuning.
  • 2009-05-25 13:37 nao-pon
    • * ini/keitai.ini.php (1.23):
      • Correction for "i-mode browser 2.0".
  • 2009-05-25 13:36 nao-pon
    • * ini/default.ini.php (1.12):
      • Disabled "html_wordwrap" (root->word_break_limit = 0).
  • 2009-05-25 13:30 nao-pon
    • * include/piCal.php (1.1):
  • 2009-05-25 13:30 nao-pon
    • * class/extension/whatsnew.php (1.15):
      • The item at the date of the future is not displayed.
  • 2009-05-25 13:29 nao-pon
    • * class/make_link.php (1.40):
      • Supported WizMobile emoji style. ([emj:\d+:(im|ez|sb)]).
  • 2009-05-25 13:28 nao-pon
    • * class/attach.php (1.21), plugin/attach.inc.php (1.52):
      • Added a config "$this->cont['ATTACH_DISABLED_OWNER_CHECK'] = FALSE;".
  • 2009-05-25 13:27 nao-pon
    • * 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
    • * language/xpwiki/en/lng.php (1.20), language/xpwiki/ja/lng.php (1.20), language/xpwiki/ja_utf8/lng.php (1.21), skin/js/winie.js (1.15), skin/js/xpwiki.js (1.46), plugin/article.inc.php (1.10), plugin/comment.inc.php (1.10), plugin/pcomment.inc.php (1.20), plugin/tracker.inc.php (1.21), class/plugin.php (1.19), class/func/xpwiki_func.php (1.211):
      • Supported the "Emoji pad".
  • 2009-05-25 13:16 nao-pon
    • * ways/x2w.php (1.17):
      • " " was added to smiley at the head of line.
Page Top

一行コメント anchor.png Edit




トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード印刷に適した表示   ページ新規作成 全ページ一覧 単語検索 最新ページの一覧   ヘルプ   最新ページのRSS 1.0 最新ページのRSS 2.0 最新ページのRSS Atom Powered by xpWiki
Counter: 529, today: 1, yesterday: 1
初版日時: 2009-05-26 (火) 23:35:18
最終更新: 2010-05-22 (土) 13:59:02 (JST) (5088d) by nao-pon
このページのTopへ
メインメニュー
ログイン

ユーザー名:


パスワード:





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

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

もっと...
サイト情報