|
現: 2011-09-17 (土) 17:35:22 nao-pon  |
| | + | #navi(../) |
| | | | |
| | + | #boxdate |
| | + | * Ver. 4.03.19 (meta description 出力、外部リクエスト時のUAとスマホ対応など) [#ac0e6e55] |
| | + | |
| | + | &tag(SmartPhone,スマートフォン,JavaScript); |
| | + | |
| | + | ** 概要 [#fea41319] |
| | + | - XOOPS の テーマファイルに記述された <{$xoops_meta_description}> にページ内容から抽出した概要を出力するようにしました。 |
| | + | -- pukiwiki.ini.php で、概要抽出時に加味しないプラグインを設定できるようにしました。 |
| | + | #code(php,277-){{ |
| | + | ///////////////////////////////////////////////// |
| | + | // Description Auto Discovery |
| | + | |
| | + | // ignore inline plugin (split with ',') |
| | + | $root->description_discovery_ignores_inline = 'areaedit,calendar2,subnote,edit,tag'; |
| | + | |
| | + | // ignore block plugin (split with ',') |
| | + | $root->description_discovery_ignores_block = 'back,calendar,calendar2,calendar9,chat,code,footnotes,navi,tag'; |
| | + | }} |
| | + | - cmd=dump で行うバックアップで、対象のデータが多い場合も正常にバックアップが行えるようにしました。(まだ完全ではない。現在進行形) |
| | + | -- 参考スレッド: [[質問:#pginfo()のゴミ - xpWiki - フォーラム - XOOPSマニア]:http://xoops.hypweb.net/modules/forum/index.php?topic_id=3050]] |
| | + | - Language "pt", "pt_utf8" の更新 |
| | + | -- thx leco. |
| | + | - スマートフォンでも Wikiヘルパー 及び 絵文字パッドを使えるようにしてみた。 |
| | + | - その他諸々。 |
| | + | |
| | + | 出かける時間なので、とりあえずこんなところで。帰ったらまた追記するかも。 :-) |
| | + | |
| | + | ** CVS 更新内容 [#y5fb3390] |
| | + | #region(今回の更新分){{ |
| | + | - 2011-09-17 16:52 nao-pon |
| | + | -- version.php (1.119) |
| | + | --- Version 4.03.19. |
| | + | - 2011-09-17 16:51 nao-pon |
| | + | -- class/convert_html.php (1.46) |
| | + | -- class/root.php (1.21) |
| | + | -- class/func/pukiwiki_func.php (1.228) |
| | + | -- class/func/xpwiki_func.php (1.238) |
| | + | --- Out put "meta description" for XOOPS. |
| | + | --- Set User Agent "User-Agent: Mozilla/5.0 (xpWiki fetcher/1.0 ; PlugIn-[PluginName]; [xpWiki's URL])" in "http_request()". |
| | + | - 2011-09-17 16:45 nao-pon |
| | + | -- class/include/init.php (1.75) |
| | + | -- ini/pukiwiki.ini.php (1.110) |
| | + | --- Added configs "$root->description_discovery_ignores_inline" & "$root->description_discovery_ignores_block". |
| | + | - 2011-09-17 16:44 nao-pon |
| | + | -- include/compat.php (1.12) |
| | + | --- Added a compatible function "htmlspecialchars_decode()". |
| | + | - 2011-09-17 16:42 nao-pon |
| | + | -- plugin/aws.inc.php (1.21) |
| | + | --- Bug-fix, page name of a new page. |
| | + | - 2011-09-17 16:38 nao-pon |
| | + | -- plugin/calendar2.inc.php (1.15) |
| | + | --- "call_user_func_array()" changed to "do_plugin_convert()". |
| | + | - 2011-09-17 16:35 nao-pon |
| | + | -- plugin/deldel.inc.php (1.14) |
| | + | --- "set_time_limit()" added for heavy processing. |
| | + | - 2011-09-17 16:32 nao-pon |
| | + | -- plugin/page_aliases.inc.php (1.4) |
| | + | --- Added inline mode, that is any page's aliases list. |
| | + | - 2011-09-17 16:30 nao-pon |
| | + | -- plugin/showrss.inc.php (1.15) |
| | + | --- Bug-fix, that does not enable cache problem. |
| | + | - 2011-09-17 16:21 nao-pon |
| | + | -- plugin/yahoo.inc.php (1.9) |
| | + | --- Remove "appid". |
| | + | - 2011-09-17 16:20 nao-pon |
| | + | -- skin/js/xpwiki.js (1.53) |
| | + | --- Set "wikihelper_elem" on hypEmojiPadSet(), if it was undefined. |
| | + | - 2011-09-17 16:17 nao-pon |
| | + | -- skin/js/suggest.js (1.4) |
| | + | --- Set candidateList.style.zIndex = '10000'. |
| | + | - 2011-09-17 16:16 nao-pon |
| | + | -- skin/js/main.js (1.69) |
| | + | --- Enabled "wikihelper_initTexts" with jQuery mobile. |
| | + | - 2011-09-17 16:15 nao-pon |
| | + | -- skin/js/loader.js (1.9) |
| | + | --- IE9 use "basic.js". |
| | + | - 2011-09-17 16:14 nao-pon |
| | + | -- main.php (1.32) |
| | + | --- Out put "xoops_meta_description". |
| | + | - 2011-09-17 12:38 nao-pon |
| | + | -- skin/js/xpath.js (1.3) |
| | + | --- To JavaScript-XPath 0.1.12. |
| | + | - 2011-09-17 12:38 nao-pon |
| | + | -- language/xpwiki/de/plugin/dump.lng.php (1.4) |
| | + | -- language/xpwiki/de_utf8/plugin/dump.lng.php (1.4) |
| | + | -- language/xpwiki/en/plugin/dump.lng.php (1.4) |
| | + | -- language/xpwiki/ja/plugin/dump.lng.php (1.4) |
| | + | -- language/xpwiki/ja_utf8/plugin/dump.lng.php (1.4) |
| | + | -- plugin/dump.inc.php (1.20) |
| | + | --- Optimization by distributed processing. |
| | + | - 2011-09-17 11:43 nao-pon |
| | + | -- language/portuguese/modinfo.php (1.2) |
| | + | --- by leco. |
| | + | - 2011-09-17 11:41 nao-pon |
| | + | -- language/xpwiki/pt/lng.php (1.3) |
| | + | -- language/xpwiki/pt_utf8/lng.php (1.3) |
| | + | --- marge by leco's one. |
| | + | }} |
| | + | |
| | + | ** 一行コメント [#ie0d5dcf] |
| | + | #comment |
| | + | |
| | + | #navi(../) |