ページへ戻る
− Links
印刷
Ver 3.66 - 3.66.1 (外部リンクの favicon 表示など)
の編集 ::
XOOPS マニア
xpwiki
:
xpWiki開発日記
/
2008-02-18
の編集
xpWiki開発日記/2008-02-18 の編集
詳細な入力項目を表示
ページタイトル
( 空白で自動設定 )
:
ページ頭文字読み:
ページ並び順
( 0-9 小数可 標準:1 )
:
ページ別名
(複数は[
改行
]で区切る)
:
ページ内容:
#navi(../) RIGHT:&tag(favicon,画像表示,HTML構造); #boxdate * Ver 3.66 - 3.66.1 (外部リンクの favicon 表示など) [#gb7c7e06] - 外部リンクへの favicon 自動表示機能の追加 -- pukiwiki.ini.php #code(php){{ // favicon auto set class name $root->favicon_set_classname = 'ext'; // favicon auto replace class name $root->favicon_replace_classname = 'extWithFavicon'; }} --- ※ HypCommonFunc Ver. 20080213 以降が必要です。 -- XOOPS 全体に効果を出すことができます。 --- ページ表示ブロックをすべてのモジュールに表示するようにすればOK :thumb_up: ~ページ内容は問いません。このサイトでは、左サイドブロック「サイト内 Wiki」がそれです。 - ページ区切りの'/'の後ろに挿入する記号(<wbr>, ​ など)を設定できるようにした。また、長い英数文字列を自動改行するために適当な間隔で指定の記号(<wbr>, ​ など)を挿入できるようにした。 -- default.ini.php #code(php){{ ///////////////////////////////////////////////// // 長い英数文字列を表示域に合わせて改行する設定 // Setting to which long character string is set // to display region and it changes line. // Insert to after '/' of pagename. $root->hierarchy_insert = '​'; // Long word break limit $root->word_break_limit = 40; // WordBeark ('​' or '<wbr>' or '' etc.) $root->word_breaker = '​'; }} --keitai.ini.php #code(php){{ ///////////////////////////////////////////////// // 長い英数文字列を表示域に合わせて改行する設定 // Setting to which long character string is set // to display region and it changes line. // Insert to after '/' of pagename. $root->hierarchy_insert = ''; // Long word break limit $root->word_break_limit = 0; // WordBeark ('​' or '<wbr>' or '' etc.) $root->word_breaker = '​'; }} - 正規表現のためのロケール設定を追加 (thanks rodeo) -- 管理画面 - 環境設定で設定します。(EUC-JP 環境下では自動設定されます) --- 参考スレッド:[[xpwikiからxwordsへのリンクはできないでしょうか? - XOOPSマニア:http://xoops.hypweb.net/modules/forum/index.php?topic_id=2140]] ** CVS 更新内容 [#ife63967] #region(今回の更新分){{ -2008-02-18 00:52 nao-pon --* xoops_version.php (1.304): ---Version 3.66.1 -2008-02-18 00:52 nao-pon --* admin/setup.php (1.5): ---Set favicon cache dirctory's permission. -2008-02-18 00:50 nao-pon --* class/xpwiki.php (1.72): ---Check HypCommonFunc version for use favicon img. -2008-02-18 00:49 nao-pon --* class/include/init.php (1.46): ---Added permission check of favicon cache dirctory. -2008-02-17 23:33 nao-pon --* xoops_version.php (1.303): ---Version 3.66 It is encouraged to use it with HypCommonFunc >= Ver.20080217. -2008-02-17 23:27 nao-pon --* loader.php (1.40), ini/pukiwiki.ini.php (1.66), plugin/referer.inc.php (1.8), skin/css/main.css (1.15), skin/js/main.js (1.39), skin/js/xpwiki.js (1.7): ---Addition of favicon-automatic operation display function to external link. -2008-02-17 23:26 nao-pon --* plugin/recent.inc.php (1.13): ---The sign (<wbr> ​ etc.) inserted behind '/' of page name can have been set. -2008-02-17 23:25 nao-pon --* ini/: default.ini.php (1.8), keitai.ini.php (1.9): --- The sign (<wbr> ​ etc.) inserted behind '/' of page name can have been set. --- "Long character string" to change line automatically, a specified sign (<wbr> ​ etc.) can have been inserted at suitable intervals. -2008-02-17 23:25 nao-pon --* class/include/init.php (1.45): ---Locale(LC_CTYPE) can have been set with $this->cont['LC_CTYPE']. -2008-02-17 23:24 nao-pon --* class/func/xpwiki_func.php (1.146): ---"Long character string" to change line automatically, a specified sign (<wbr> ​ etc.) can have been inserted at suitable intervals. -2008-02-17 23:23 nao-pon --* class/func/pukiwiki_func.php (1.149): ---The sign (<wbr> ​ etc.) inserted behind '/' of page name can have been set. -2008-02-17 23:21 nao-pon --* class/xpwiki.php (1.71): --- Addition of favicon-automatic operation display function to external link. --- The sign (<wbr> ​ etc.) inserted behind '/' of page name can have been set. --- "Long character string" to change line automatically, a specified sign (<wbr> ​ etc.) can have been inserted at suitable intervals. --- Locale(LC_CTYPE) can have been set with $this->cont['LC_CTYPE']. -2008-02-17 23:16 nao-pon --* language/xpwiki/en/plugin/conf.lng.php (1.3), language/xpwiki/ja/plugin/conf.lng.php (1.3), language/xpwiki/ja_utf8/plugin/conf.lng.php (1.3), plugin/conf.inc.php (1.3): ---Locale(LC_CTYPE) can have been set with $this->cont['LC_CTYPE']. -2008-02-17 23:11 nao-pon --* skin/js/fusen.js (1.10): ---with.[obj] was not handled for optimization. etc. -2008-02-17 23:08 nao-pon --* skin/css/: ajaxtree.css (1.3), referer.css (1.3): ---Edited CSS. }} * 一行コメント [#w8f951cd] #comment #navi(../)
編集の要約:
Q & A 認証:
ページ更新時は次の質問にお答えください。(プレビュー時は必要ありません)
Q:
「京都」の読みがな?(ひらがなで)
A:
お名前:
タイムスタンプを変更しない
テキスト整形のルールを表示する
[1]
添付ファイル
[2]
:
Links list
(This host) = https://xoops.hypweb.net
(This host)
/modules/xpwiki/?cmd=edit&help=true&page=xpWiki%B3%AB%C8%AF%C6%FC%B5%AD%2F2008-02-18
(This host)
/modules/xpwiki/?plugin=attach&pcmd=list&refer=xpWiki%B3%AB%C8%AF%C6%FC%B5%AD%2F2008-02-18