[
自宅サーバーWebRing
┃
前
|ID=54
前後5表示
|
次
┃
乱移動
|
サイト一覧
]
このサイト内
書籍 DVD CD
Google(日本語)
Google(Web全体)
Google(イメージ)
Google(キャッシュ)
Yahoo! JAPAN
goo 英和
goo 和英
goo 国語
goo 新語
サイトマップ
リンク集
ダウンロード
フォーラム
Users Wiki
最新情報
TOP
»
xpwiki
»
xpWiki開発日記
» 2008-02-18 - バックアップ No.4 を復元して編集
|
新規
下位
一覧
検索
最新
ヘルプ
ページへ戻る
編集
複製
履歴
添付
Note
リンク元
印刷
Ver 3.66 - 3.66.1 (外部リンクの favicon 表示など)
- バックアップ No.4 を復元して編集
xpwiki
:
xpWiki開発日記
/
2008-02-18
- バックアップ No.4 を復元して編集
xpWiki開発日記/2008-02-18 の編集
詳細な入力項目を表示
ページタイトル
( 空白で自動設定 )
:
ページ頭文字読み:
ページ並び順
( 0-9 小数可 標準:1 )
:
ページ別名
(複数は[
改行
]で区切る)
:
ページ内容:
#navi(../) RIGHT:&tag(favicon,画像表示,HTML構造); #datebox * 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:
お名前:
タイムスタンプを変更しない
テキスト整形のルールを表示する
添付ファイル
:
ぺージ情報
ぺージ名 :
xpWiki開発日記/2008-02-18
ページ別名 :
未設定
ページオーナー :
nao-pon
閲覧可
グループ :
すべての訪問者
ユーザー :
すべての訪問者
編集可
グループ :
すべての訪問者
ユーザー :
すべての訪問者
Counter: 183, today: 1, yesterday: 0
メインメニュー
ホーム
価格比較 百貨
UsersWiki
xpwiki
新規ページ作成
最新ページ一覧
全ページ一覧
人気のページ
全コメント一覧
xpWikiフォーラム
スキン選択
ヘルプ
» 関連ページ
» 編集する
» 変更点を見る
» バックアップ一覧
» 添付ファイル一覧
» リンク元一覧
お問い合わせ
ファイルマネージャー
ログイン
ユーザー名:
パスワード:
パスワード紛失
|
新規登録
オンライン状況
26 人のユーザが現在オンラインです。 (1 人のユーザが xpwiki を参照しています。)
登録ユーザ: 0
ゲスト: 26
もっと...
サイト情報