* CVS更新 -- [[henoheno]] [#rd5da418] ** 初期コンテンツ [#a48147f8] - PukiWiki/1.4/Manual/Plugin/* ([[cvs:wiki]]) -- Update, and added about dump plugin (by Nibun-no-ni) -- 以前のものも含めてまとめてコミット。RSSの略称に関する言及を追加。 - [[cvs:wiki/427261636B65744E616D65.txt]] (1.4): BracketName: Add a heading only -- 見出しをつけただけ。 ** クリンナップ [#uc6831b4] - [[cvs:lib/file.php]] (1.11): Cleanup. Japanese comments => English. Shrink. Shrink quotation. Shrink regex. - [[cvs:plugin/popular.inc.php]] (1.12): Cleanup. Shrink quotation. Some Japanese => English. Added a define PLUGIN_POPULAR_DEFAULT. *** スキンのフッターをコンパクトに / 'Modified by' => 'Site admin' [#e9294beb] - [[cvs:skin/pukiwiki.skin.php]] (1.36) - [[cvs:skin/tdiary.skin.php]] (1.7) -- Correct footer. 'Modified by' => 'Site admin'. Shorten -- 意味合いがわかり辛いという意見が以前あったので。Site admin というのはどうでしょう。 ---''WebMaster'' の方が一般的でしょうね。とは言え、ここでの表記は、コンテンツ管理者とサーバ管理者と2つの意味合いがあるわけですが。-- [[upk]] ||google|h |webmaster |132,000,000| |webadmin | 1,560,000| |site admin| 15,300,000| ** Fix [#x903b317] *** is_freeze(): 一行を調べるために get_source() (全ての行を取得) を使わない [#s636e8dd] - [[cvs:lib/func.php]] (1.24-1.26) -- Fix. Dont use get_source() to check only the 1st line of the page. Cleanup $non_list -- 期待していた割には、通常の利用の範囲(1ページを呼ぶために一回だけ呼ぶ程度)ではほとんど違いが無い様でした (^^; *** mapプラグイン [#xc3d14f2] - [[BugTrack/511]]: mapプラグインで、閲覧制限対象ページ名まで表示される (提案 => 完了) -- [[cvs:plugin/map.inc.php]] (1.14) *** [CVS版のみ] DOCTYPE宣言まちがってます [#cf0f8292] - [[cvs:lib/html.php]] (1.25): PukiWiki publishes html tag with lower case, so DOCTYPE must use lowercase 'html' (Commented by okkez and Another HTML-lint)