2008
4月
24
(木)
Ver 3.71.19 (TOC自動挿入機能追加とバグ修正諸々)
Tag: TOC Bugfix JavaScript Wikiヘルパー 多言語 付箋 ini設定
概要
- $root->plugin_follow_freeze = 0 環境で凍結ページをプラグインでページ更新すると、凍結が解除されてしまうバグの修正。
- 多言語環境で、new プラグインによる New! マークが表示されないことがある問題を修正。
- fusen フォームに WikiHelper が表示されないことがある問題を修正。
- calendar2 プラグインの編集リンク表示を編集権限と連動させた。
- calendar_viewer プラグインのページリンク生成で make_pagelink() を使うようにした。
- TOC (Table of contents) [#contents 相当] の自動挿入機能を追加した。デフォルトで4つ以上見出しがあると、自動挿入が行われるようにしました。
- 関連設定 pukiwiki.ini.php
1
2
3
4
| /////////////////////////////////////////////////
// Number of heading that inserts "#contents" automatically
// 0: Disabled
$root->contents_auto_insertion = 4;
|
- TOC をマウスクリックで折りたたみ可能とした。(JavaScript使用)
CVS 更新内容
|
+
| | 今回の更新分 | - 2008-04-24 09:22 nao-pon
- * xoops_version.php (1.334):
- 2008-04-24 09:22 nao-pon
- * class/convert_html.php (1.27), ini/pukiwiki.ini.php (1.72),
language/xpwiki/de/lng.php (1.3), language/xpwiki/de_utf8/lng.php
(1.3), language/xpwiki/en/lng.php (1.7), language/xpwiki/ja/lng.php
(1.6), language/xpwiki/ja_utf8/lng.php (1.6),
plugin/contents.inc.php (1.2), plugin/nocontents.inc.php (1.1),
skin/css/main.css (1.18), skin/js/main.js (1.44), skin/js/xpwiki.js
(1.14):
- Automatic insertion of TOC.
- pukiwiki.ini.php
/////////////////////////////////////////////////
// Number of heading that inserts "#contents" automatically
// 0: Disabled
$root->contents_auto_insertion = 4;
- New plugin "#nocontents" that
disable to Automatic insertion of TOC.
- TOC to fold possible by JavaScript.
- 2008-04-24 09:16 nao-pon
- * plugin/calendar_viewer.inc.php (1.13):
- Use "get_page_uri()" for make page link.
- 2008-04-24 09:15 nao-pon
- * plugin/calendar2.inc.php (1.10):
- Check editauth for editlink.
- 2008-04-24 09:08 nao-pon
- * loader.php (1.41):
- Added "ignore_user_abort(FALSE)".
- 2008-04-24 09:03 nao-pon
- * plugin/fusen.inc.php (1.22), skin/js/fusen.js (1.11):
- Bugfixed not show "WikiHelper".
- 2008-04-24 09:02 nao-pon
- * plugin/new.inc.php (1.5):
- Bugfixed a problem that Not show "New!" on the multi language.
- 2008-04-24 08:59 nao-pon
- * plugin/navi.inc.php (1.8):
- Remove 'style="clear:both;"' from <hr>.
- 2008-04-24 08:58 nao-pon
- * class/func/pukiwiki_func.php (1.162):
- Bugfixed a probulem that does unfreeze when update the page by
plugin at "$root->plugin_follow_freeze = 0".
|
一行コメント
