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

TOP » xpwiki » xpWiki開発日記 » 2014-10-24 のバックアップ差分(No.1)
1: 2014-10-24 (金) 22:05:39 nao-pon ソース バックアップ No.1 を復元して編集
Line 1: Line 1:
 +#navi(../)
 +#boxdate
 +* xpWiki 5.02.14 リリース [#r20cb8c5]
 +
 +&ref(xpWiki開発日記/module_icon.png,left);
 +&tag(新規プラグイン,snsref,Bugfix,d3pipes,グローバルサーチ,PHP5.4,mysqli,gmap,aws,isbn,dump);
 +#clear(left)
 +
 +ふと、気付いたのですが xpWiki の開発日記を書くのを忘れていました。 :hammer:
 +
 +前回からの更新分をまとめて書きます。(*ノω・*)テヘ
 +
 +** 概要 (5.02.04 〜 5.02.14 での更新分) [#h2fe2197]
 +
 +-[[d4da4da:https://github.com/nao-pon/xpWiki/commit/d4da4da1cef301d4bc47a19ec9f4c7a9ff3b1143]]: add search icon into result of XOOPS global search
 +--XOOPS のグローバルサーチの検索結果のアイコン画像を追加し、指定した。
 +~ref. http://xoops.hypweb.net/modules/forum/index.php?topic_id=3343
 +-[[f14b0f4:https://github.com/nao-pon/xpWiki/commit/f14b0f4962c37571d20e91db78667f6b124ef38d]]: correction of htmlspecialchars() for PHP 5.4 on non UTF-8
 +--
 +-[[dfc60dd:https://github.com/nao-pon/xpWiki/commit/dfc60dd9c28527d6fbf4ed9e725a2aec0c6b0723]]: [core:xpwiki] give keyword "public static" to "static function"
 +--
 +-[[9c6855e:https://github.com/nao-pon/xpWiki/commit/9c6855e89d102152dec5b9072215be8452d385be]]: [language] fix typo (except Japanese)
 +--
 +-[[aaeb78b0:https://github.com/nao-pon/xpWiki/commit/aaeb78b0850472592b20a71627fce92285ddd164]]: [plugin] change mysql_* function to  DB object method
 +--
 +-[[cde059d:https://github.com/nao-pon/xpWiki/commit/cde059d2f27c137d2f0ec874319045346cf1e265]]: [xoops integration] switch MySQL API from mysql to mysqli
 +--
 +-[[9618c36:https://github.com/nao-pon/xpWiki/commit/9618c3655c6869a8488cbf54c920a9b7480fae6d]]: [plugin:dump] support mysqli (XCL future function)
 +--
 +-[[bc5a453:https://github.com/nao-pon/xpWiki/commit/bc5a4538d337867820b167a6700c0f8ceb5df10d]]: xpWiki version 5.02.4
 +--
 +-[[b1d9513:https://github.com/nao-pon/xpWiki/commit/b1d95133af55f1f65e2d8d157856a17c325ba61c]]: [integration:xoops] correction for MySQLi Connection (mysqli API)
 +--
 +-[[a3eff0d:https://github.com/nao-pon/xpWiki/commit/a3eff0dfa56dd861ba110337f9ef374b33061c35]]: [d3pipes.plugin] bugfix about multi byte values of base page
 +--d3pipes の内部情報取得用パイプのプラグインで base page に、英字以外の値を設定できない問題の修正。
 +-[[3c3c548:https://github.com/nao-pon/xpWiki/commit/3c3c548c54f973d8633b48a7711a20977767389b]]: [plugin:update_entities] get DTD by func->http_request()
 +--
 +-[[e2b36c8:https://github.com/nao-pon/xpWiki/commit/e2b36c87b6015bf031f833696fb430ecb69b5376]]: [plugin:aws,isbn] cache control with "root->rtf['use_cache_always']"
 +--検索時などで、検索対象になったページの内容取得時に、できるだけページキャッシュを利用するようになっているのですが、
 +ページキャッシュがなく、Amazon のデータもキャッシュ期限が切れていると、それらのページの amazon データを取得していました。
 +結果、検索結果の表示までにかなり時間が掛かることがあるので、検索時の本文取得は、キャッシュがある限り期限切れでもそれを利用するようにしました。
 +-[[1399e15:https://github.com/nao-pon/xpWiki/commit/1399e151a55b01775186523e5b6a32e57d153752]]: [plugin:gmap] fix popup of google search bar
 +--
 +-[[3b7c471:https://github.com/nao-pon/xpWiki/commit/3b7c471d7628db6aa1518a945b8191a4bf3fc154]]: [plugin:aws] fix htmlspecialchars_decode (add: ENT_QUOTES)
 +--
 +-[[367e587:https://github.com/nao-pon/xpWiki/commit/367e5872fa0bb1bcee15c2c7163b1d0f3ae4f8a0]]: [plugin:clear] add inline-plugin (&clear([right|left]);)
 +--
 +-[[500bcb8:https://github.com/nao-pon/xpWiki/commit/500bcb8c0504342fcc30c7c5c0c13bb6504ccf70]]: [core:loader] support PHP configuration `zlib.output_compression=on`
 +--
 +-[[1993610:https://github.com/nao-pon/xpWiki/commit/1993610760553d6b13f15baf1af3963b65e81946]]: xpWiki version 5.02.5
 +--
 +-[[c30b0cb:https://github.com/nao-pon/xpWiki/commit/c30b0cbdd3de65efc4ee596e580b779101bcdf72]]: [core:func] correction for PHP < 5.3.2 (htmlspecialchars)
 +--PHP 5.3.2 未満の環境で、Wiki ページが正常に表示されなくなっていた問題の修正。
 +-[[e076e40:https://github.com/nao-pon/xpWiki/commit/e076e409a9e8cd0b6fff7191da91a4753b9fec57]]: xpWiki version 5.02.6
 +--
 +-[[7ea2aa8:https://github.com/nao-pon/xpWiki/commit/7ea2aa8695248033eb577a39f0f62a061c3a772a]]: [plugin:replacer] support str_rules replacement
 +--ページ保存時に str_rules によるユーザー定義置換を行うようにした。
 +-[[63c8d12:https://github.com/nao-pon/xpWiki/commit/63c8d1288a5cad815f3bb6a5cbd2e637718d8013]]: [plugin:gsearch] fix link url problem
 +--URL に  "%" が含まれるなどの場合に正しくリンクされない問題の修正。
 +~ref. http://xoops.hypweb.net/modules/forum/index.php?post_id=13424
 +-[[b99f1a7:https://github.com/nao-pon/xpWiki/commit/b99f1a7bc21c9fa99ff91006b31e9de4330c6cdc]]: [core:func] change for TwitterOAuth
 +--
 +-[[99acb79:https://github.com/nao-pon/xpWiki/commit/99acb7978d3782696c31027fe9b8e3077036ba71]]: xpWiki version 5.02.7
 +--
 +-[[8b5258a:https://github.com/nao-pon/xpWiki/commit/8b5258ab4caa778e70d6cf8237f1c5c54642da55]]: [FCKEditor] fix Uncaugh security Error on Chrome
 +--
 +-[[f67dd4b:https://github.com/nao-pon/xpWiki/commit/f67dd4b259697ecdd3febe7b0974b9db59280bcb]]: [plugin:dump] fix Warning error
 +--
 +-[[0a91255:https://github.com/nao-pon/xpWiki/commit/0a9125556b53ec9a9b18a7d04bb887d72aeb8185]]: [core:func] fix Warning error
 +--
 +-[[f20ad4b:https://github.com/nao-pon/xpWiki/commit/f20ad4b88f90a0e6ef898b7e120315a38774fe57]]: [rich_editor] fix problem of <h> tag anchor string
 +--
 +-[[b25ab06:https://github.com/nao-pon/xpWiki/commit/b25ab069fe7018cbab47b2d74520889bdc2330b8]]: clean up ( xoops_wrapper.php )
 +--
 +-[[a72484b:https://github.com/nao-pon/xpWiki/commit/a72484b2918ccd8c32bf1878d26e5cf9aae5deea]]: [core:init] check is supported 'eucJP-win' on PHP
 +--
 +-[[0b42279:https://github.com/nao-pon/xpWiki/commit/0b422794404f54a47d2a596805dcb2d242a760b1]]: [plugin:dbsync] tune up
 +--
 +-[[a295038:https://github.com/nao-pon/xpWiki/commit/a295038953ffeb6e3c5a7e37b47191588b728c10]]: [plugin:code] change error reporting level ... orz ...
 +--
 +-[[230379c:https://github.com/nao-pon/xpWiki/commit/230379ca5ab0bec479af750f4235bd326042e70c]]: [core:root] fix root->NotePattern regex
 +--
 +-[[3692ba4:https://github.com/nao-pon/xpWiki/commit/3692ba4542bb04d66c968b75148694ccf43dee73]]: [plugin:attach] fix problem of pagecss by "style.css" upload
 +--"style.css" をアプロードすることにより、ページ専用 CSS を適用できる機能が正常に働かなくなっていた問題の修正。
 +~ref. http://xoops.hypweb.net/modules/forum/index.php?post_id=13551
 +~:仕様変更|
 +~ 以前は、style.css をアップロードした場合は、ページへの添付ファイルとしては扱われず、ページ専用 CSS の設定のみ行われていましたが、今回より style.css として、ページの添付ファイルとしても保存されるようになりました。
 +~ ただし、ページ専用 CSS とページにファイルとして添付された style.css は全く別のものになりますので、ページの添付ファイルである style.css を削除しても、ページ専用 CSS には影響ありません。
 +~ 目的としては、ページ専用 CSS にどのような内容が設定されるかを知ることができるように、添付ファイルとしても残すようにしました。
 +~ また、以前は CSS 中での外部サイト画像の参照部分を一律、除外していましたが、今回より管理者以外の者がアップロードした場合のみ、外部URL等を除外するようにしました。
 +-[[75922ec:https://github.com/nao-pon/xpWiki/commit/75922ec641dec74b290b9da9964e1ee36927de7f]]: xpWiki version 5.02.8
 +--
 +-[[0fd3ac1:https://github.com/nao-pon/xpWiki/commit/0fd3ac132663ed47ebaf5b831aea8554a4cfaa59]]: [plugin:ajaxtree] change fwrite() to file_put_contents()
 +--
 +-[[3e2607b:https://github.com/nao-pon/xpWiki/commit/3e2607b463f96bed6623c24d54baaa036f3b06a8]]: [core:loader] do urlencode for URI of X-Sendfile's param
 +--
 +-[[5b41909:https://github.com/nao-pon/xpWiki/commit/5b41909284a3872147cc08125977b8a8e083bf9a]]: xpWiki version 5.02.9
 +--
 +-[[56934e3:https://github.com/nao-pon/xpWiki/commit/56934e3bf8b4d802a9bd134bc80038eaf9c03b20]]: fix for IE11 problem
 +--ELEMENT.uniqueID でのエレメントID取得を IE 以外のブラウザで対応させるための部分で、IE 11 の判定ができてなくて、JavaScript のスタックエラーになり、他の JavaScript が正常に動作しないことがある問題の修正。
 +-[[36ee2da:https://github.com/nao-pon/xpWiki/commit/36ee2da5af70e39c23d7a4b763d6c6aba014e1ba]]: xpWiki version 5.02.10
 +--
 +-[[492ec77:https://github.com/nao-pon/xpWiki/commit/492ec779102555bf6a0610516656ff8ed40b0941]]: [plugin:ref] support X-elFinder with Coll-URI on XCL 2.2
 +--
 +-[[9ccb7b9:https://github.com/nao-pon/xpWiki/commit/9ccb7b9af51458fb2ae508b60c16cc76db452525]]: xpWiki version 5.02.11
 +--
 +-[[9eec0b4:https://github.com/nao-pon/xpWiki/commit/9eec0b40e1a4264f06c5926ff8ea99231c7ff592]]: [plugin:ref] fix typo in HTML5 `<video>`
 +--
 +-[[ecc547a:https://github.com/nao-pon/xpWiki/commit/ecc547aeaa00456e995bee8a62b16fa4f0e0e89a]]: [plugin:showrss] add conf (array) $this->conf['ng_sites']
 +--A config that exclude URL from results.
 +-[[cfeda39:https://github.com/nao-pon/xpWiki/commit/cfeda3902bf054d50644ea87cc886db154bbe0ef]]: xpWiki version 5.02.12
 +--
 +-[[3f8532e:https://github.com/nao-pon/xpWiki/commit/3f8532e1edfc6238e4156eb03d44be0ed776fbcf]]: set GoogleMapsAPI version to "3" for fix of ctrl elements problem
 +--
 +-[[04d2caf:https://github.com/nao-pon/xpWiki/commit/04d2cafb9daa784ab80a32ce99c58dcf1aac501b]]: xpWiki version 5.02.13
 +--
 +-[[df65d76:https://github.com/nao-pon/xpWiki/commit/df65d7646ded365eeabc1450df06686a305b441b]]: new plugin which embeds the contribution of SNS
 +--Supported Facebook, Google+, Instagram, Twitter and Vine.
 +~#snsref(SNS Post URL[,width:(Digit)][,media:(1|0)][,thread:(1|0)][,caption:(1|0)][,audio:(0|1)][,related:(1:0)][,simple])
 +:::width | Width(px) for Facebook, Instagram, Twitter and Vine. Google+ is not effective.
 +:::media | for Twitter
 +:::thread | for Twitter
 +:::caption | for Instagram
 +:::audio | for Vine
 +:::related | for Vine
 +:::simple | for Vine
 +-[[59eb770:https://github.com/nao-pon/xpWiki/commit/59eb770f3c23e9d980a59514ccef25b447653860]]: xpWiki version 5.02.14
 +--
 +
 +** snsref [#e8d36548]
 +
 + #snsref(https://www.facebook.com/naopon.s/posts/718505694898672)
 +
 +#snsref(https://www.facebook.com/naopon.s/posts/718505694898672)
 +
 +** ダウンロード [#m8aaf874]
 +
 +-- [[xpWiki開発日記 - ダウンロード>../#pa6659db]]
 +
 +** [[github:https://github.com/nao-pon/xpWiki]] 更新内容 [#b9274da4]
 +
 +- [[Commit History · nao-pon/xpWiki:https://github.com/nao-pon/xpWiki/commits/master/]]
 +
 +** 一行コメント [#e4a60212]
 +#comment
 +
 +#navi(../)


トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード印刷に適した表示   ページ新規作成 全ページ一覧 単語検索 最新ページの一覧   ヘルプ   最新ページのRSS 1.0 最新ページのRSS 2.0 最新ページのRSS Atom Powered by xpWiki
Counter: 630, today: 1, yesterday: 0
このページのTopへ
メインメニュー
ログイン

ユーザー名:


パスワード:





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

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

もっと...
サイト情報