• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修訂768d5c5bb06c0e6919dbe9a1dcdabdc883420e99 (tree)
時間2007-10-08 23:44:56
作者henoheno <henoheno>
Commiterhenoheno

Log Message

Simplify:
* Tracker_form: & config (the same as it was)
* Tracker_form: Correct name of the $this->values => $this->options
* Tracker_form::addField(): returns errors
* Tracker_field: Check options[n] isset() or nott

Change Summary

差異

--- a/plugin/tracker.inc.php
+++ b/plugin/tracker.inc.php
@@ -1,6 +1,6 @@
11 <?php
22 // PukiWiki - Yet another WikiWikiWeb clone
3-// $Id: tracker.inc.php,v 1.106 2007/10/08 14:29:29 henoheno Exp $
3+// $Id: tracker.inc.php,v 1.107 2007/10/08 14:44:56 henoheno Exp $
44 // Copyright (C) 2003-2005, 2007 PukiWiki Developers Team
55 // License: GPL v2 or (at your option) any later version
66 //
@@ -473,6 +473,10 @@ class Tracker_field_page extends Tracker_field_text
473473 // page name: Tracker/sales/100
474474 // base : Tracker/sales
475475 // _real : 100
476+//
477+// NOTE:
478+// Don't consider using within ":config/plugin/tracker/*/page".
479+// This value comes from _the_page_name_ itself.
476480 class Tracker_field_real extends Tracker_field_text
477481 {
478482 var $sort_type = PLUGIN_TRACKER_SORT_TYPE_NATURAL;
@@ -484,6 +488,7 @@ class Tracker_field_real extends Tracker_field_text
484488 }
485489 }
486490
491+// Special type: For headings cleaning
487492 class Tracker_field_title extends Tracker_field_text
488493 {
489494 var $sort_type = PLUGIN_TRACKER_SORT_TYPE_STRING;