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

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

Ver 4.02.25 (編集要約記録、短縮URLなどの追加とプラグイン拡張など諸々) anchor.png Edit

Tag: Bugfix 新規プラグイン 環境設定 初期ページ 基本設計 プラグイン

Page Top

概要 anchor.png Edit

  • CSS, JavaScript ファイルのキャッシュを作成時に unlink してから再作成するようにした。
    • ファイルオーナーがユーザーになるサーバー(XREAなど)で touch できないことがある問題の対策。
  • リッチエディタでインラインイメージが表示されなくなっていた問題の修正
  • bitly を利用した短縮URL機能の追加
    • 環境設定: bitly のユーザーID, パスワードの設定追加。(短縮URL機能を使う場合、設定必須)
    • 環境設定: URL を記述した場合のクリッカブルリンクを短縮URLにする設定の追加。
    • bitly プラグインの追加
  • 編集時の要約(その編集のポイント)を記録できるようにした。
    • 履歴表示で確認できます。
    • 各プラグインの編集要約対応
  • amazon, isbn プラグインで NOIMAGE が表示されないことがある問題を修正。
  • aws プラグインをバッチリクエスト対応とした。
  • ls2 プラグインで "notemplate" オプションが効かないバグを修正した。
  • pcommentプラグインの拡張
    • 特定のページで特定のユーザーの投稿を Twitter に投稿するオプションを追加
    • 複数行引数に Wikiテキストを記述するとコメントのインクルード時に先立ってレンダリングされるようにした。
    • ページが新規作成される時、auto_template の設定が効くようにした。
  • popular プラグインで "total" オプションが効かない問題を修正した。
  • ref プラグインの拡張
    • 第二引数以降に "set" を指定することで、指定した他のオプションをその後の ref の既定値とすることができるようにした。
  • #freeze が複数記述されることがある問題を修正した。
  • twitter プラグインを新規追加
  • プラグインマニュアルページの更新
    • モジュールアップデートをすると該当ページが更新されます。(更新履歴も残ります)
Page Top

CVS 更新内容 anchor.png Edit

+  今回の更新分
  • 2009-11-17 18:30 nao-pon
    • * version.php (1.98):
      • Version 4.02.25
  • 2009-11-17 18:29 nao-pon
    • * ID/ja/wiki/.timestamp (1.6):
      • Update.
  • 2009-11-17 18:29 nao-pon
    • *ID/ja/wiki/50756B6957696B692F312E342F4D616E75616C2F506C7567696E2F4F2D52.txt (1.2):
      • Edited "popular", "pcomment" & "ref".
  • 2009-11-17 18:23 nao-pon
    • * plugin/twitter.inc.php (1.1):
      • Plug-in linked with Twitter.
  • 2009-11-17 18:23 nao-pon
    • * plugin/exif.inc.php (1.1):
      • Plug-in that displays EXIF information.
  • 2009-11-17 18:22 nao-pon
    • * include/check.func.php (1.17):
      • Bug-fix about problem of frozen page.
  • 2009-11-17 18:20 nao-pon
    • * plugin/: fusen.inc.php (1.29), attach.inc.php (1.53):
      • Correction for Edit Summary.
  • 2009-11-17 18:20 nao-pon
    • * plugin/ref.inc.php (1.48):
      • Added a new option 'set'.
  • 2009-11-17 18:19 nao-pon
    • * plugin/read.inc.php (1.11):
      • Use function func->is_alias().
  • 2009-11-17 18:18 nao-pon
    • * plugin/popular.inc.php (1.12):
      • Bug-fix about option 'total'.
  • 2009-11-17 18:18 nao-pon
    • * plugin/pcomment.inc.php (1.21):
      • Added Twiter function.
      • Supported auto template.
      • Supported multiline argument.
  • 2009-11-17 18:16 nao-pon
    • * plugin/moblog.inc.php (1.10):
      • Use func->pkwk_touch_file().
  • 2009-11-17 18:15 nao-pon
    • * plugin/ls2.inc.php (1.17):
      • Bug-fix about option 'notemplate'.
  • 2009-11-17 18:14 nao-pon
    • * plugin/deldel.inc.php (1.11):
      • Do touch() before copy().
  • 2009-11-17 18:13 nao-pon
    • * plugin/backup.inc.php (1.19):
      • Correction for Edit Summary.
  • 2009-11-17 18:13 nao-pon
    • * plugin/aws.inc.php (1.13):
      • Supported batch request.
  • 2009-11-17 18:12 nao-pon
    • * plugin/: amazon.inc.php (1.12), isbn.inc.php (1.14):
      • Bug-fix about NOIMAGE.
  • 2009-11-17 18:11 nao-pon
    • * language/xpwiki/: de/lng.php (1.18), de_utf8/lng.php (1.18), en/lng.php (1.23), ja/lng.php (1.23), ja_utf8/lng.php (1.24):
      • Added an item for Edit Summary.
  • 2009-11-17 18:09 nao-pon
    • * class/attach.php (1.23), ini/pukiwiki.ini.php (1.99):
      • Correction for Edit Summary.
  • 2009-11-17 18:09 nao-pon
    • * class/func/: pukiwiki_func.php (1.213), xpwiki_func.php (1.220):
      • Supported Shoten URL (bitly).
      • Added Edit Summary log.
  • 2009-11-17 18:03 nao-pon
    • * class/make_link.php (1.43), language/xpwiki/de/plugin/conf.lng.php (1.11), language/xpwiki/en/plugin/conf.lng.php (1.15), language/xpwiki/ja/plugin/conf.lng.php (1.15), language/xpwiki/ja_utf8/plugin/conf.lng.php (1.15), plugin/bitly.inc.php (1.1), plugin/conf.inc.php (1.18), language/xpwiki/de_utf8/plugin/conf.lng.php (1.11):
      • Supported Shoten URL (bitly).
  • 2009-11-17 15:11 nao-pon
    • * skin/css/: compare_diff.css (1.2), main.css (1.35), tagcloud.css (1.4):
      • Adjustment of CSS.
  • 2009-11-17 15:09 nao-pon
    • * ways/jobstack.php (1.8):
      • Use func->pkwk_touch_file().
  • 2009-11-17 15:09 nao-pon
    • * ways/w2x.php (1.19):
      • Correction of problem of inline image display.
  • 2009-11-17 15:07 nao-pon
    • * loader.php (1.63):
      • Do unlink() before remake a cache file.
Page Top

一行コメント anchor.png Edit




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

ユーザー名:


パスワード:





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

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

もっと...
サイト情報