OSDN Git Service

BugTrack/2408 Remove 'Waiting CVS' status from bugtrack and tracker
authorumorigu <umorigu@gmail.com>
Sun, 11 Dec 2016 01:50:59 +0000 (10:50 +0900)
committerumorigu <umorigu@gmail.com>
Sun, 11 Dec 2016 10:33:33 +0000 (19:33 +0900)
plugin/bugtrack.inc.php
wiki.en/3A636F6E6669672F706C7567696E2F747261636B65722F64656661756C74.txt
wiki/3A636F6E6669672F706C7567696E2F747261636B65722F64656661756C74.txt

index d0c0c58..7468803 100644 (file)
@@ -22,9 +22,9 @@ function plugin_bugtrack_init()
 
        $_plugin_bugtrack = array(
                'priority_list'  => array('緊急', '重要', '普通', '低'),
-               'state_list'     => array('提案', '着手', 'CVS待ち', '完了', '保留', '却下'),
-               'state_sort'     => array('着手', 'CVS待ち', '保留', '完了', '提案', '却下'),
-               'state_bgcolor'  => array('#ccccff', '#ffcc99', '#ccddcc', '#ccffcc', '#ffccff', '#cccccc', '#ff3333'),
+               'state_list'     => array('提案', '着手', '完了', '保留', '却下'),
+               'state_sort'     => array('着手', '保留', '完了', '提案', '却下'),
+               'state_bgcolor'  => array('#ccccff', '#ffcc99', '#ccffcc', '#ffccff', '#cccccc', '#ff3333'),
                'header_bgcolor' => '#ffffcc',
                'base'     => 'ページ',
                'summary'  => 'サマリ',
index f65ebb5..65b428e 100644 (file)
@@ -26,7 +26,6 @@ These settings below, are used when no tracker configuration is specified. (e.g.
 |Index         |Cell format        |h
 |Proposed      |BGCOLOR(#ffccff):%s|
 |Started       |BGCOLOR(#ccccff):%s|
-|Waiting commit|BGCOLOR(#ffccff):%s|
 |Fixed         |BGCOLOR(#ccffcc):%s|
 |Suspended     |BGCOLOR(#ccddcc):%s|
 |Refused       |BGCOLOR(#cccccc):%s|
index 980c843..ad22f3a 100644 (file)
@@ -26,7 +26,6 @@ trackerプラグインで設定を指定しなかった場合、この設定が
 |見出し |セルの書式         |h
 |提案   |BGCOLOR(#ffccff):%s|
 |着手   |BGCOLOR(#ccccff):%s|
-|CVS待ち|BGCOLOR(#ffccff):%s|
 |完了   |BGCOLOR(#ccffcc):%s|
 |保留   |BGCOLOR(#ccddcc):%s|
 |却下   |BGCOLOR(#cccccc):%s|