diff --git a/trunk/db/update.sql b/trunk/db/update.sql index 69a748f6b1..23556d395e 100644 --- a/trunk/db/update.sql +++ b/trunk/db/update.sql @@ -147,3 +147,6 @@ update zt_task set statusCustom = locate(status, 'wait,doing,done,cancel') -- 增加类型字段。-- ALTER TABLE `zt_task` ADD `type` VARCHAR( 20 ) NOT NULL AFTER `name` , ADD INDEX ( TYPE ) + +-- todo 增加状态-- +ALTER TABLE `zt_todo` CHANGE `status` `status` CHAR( 20 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'wait' diff --git a/trunk/module/bug/view/browse.html.php b/trunk/module/bug/view/browse.html.php index 4ca64c246e..85e3f9661f 100644 --- a/trunk/module/bug/view/browse.html.php +++ b/trunk/module/bug/view/browse.html.php @@ -24,6 +24,7 @@ ?> + - + + + + diff --git a/trunk/module/my/view/project.html.php b/trunk/module/my/view/project.html.php index ca1ea7e79e..b2afce0d1c 100644 --- a/trunk/module/my/view/project.html.php +++ b/trunk/module/my/view/project.html.php @@ -27,7 +27,7 @@
- + diff --git a/trunk/module/product/view/browse.html.php b/trunk/module/product/view/browse.html.php index bd4b714dd6..88102cc07f 100644 --- a/trunk/module/product/view/browse.html.php +++ b/trunk/module/product/view/browse.html.php @@ -24,6 +24,7 @@ ?> +
project->name;?> project->code;?> project->begin;?>