diff --git a/config/config.php b/config/config.php index 038f8d5656..ec646ba334 100644 --- a/config/config.php +++ b/config/config.php @@ -8,7 +8,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package config - * @version $Id$ + * @version $Id: config.php 5068 2013-07-08 02:41:22Z wyd621@gmail.com $ * @link http://www.zentao.net */ /* Judge class config and function getWebRoot exists or not, make sure php shells can work. */ diff --git a/lib/api/api.class.php b/lib/api/api.class.php index d3c5f41be6..3c0bc23be1 100755 --- a/lib/api/api.class.php +++ b/lib/api/api.class.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package API - * @version $Id$ + * @version $Id: api.class.php 4132 2013-01-18 02:30:05Z wwccss $ * @link http://www.zentao.net */ class ztclient diff --git a/module/action/lang/en.php b/module/action/lang/en.php index ba758b45f3..36ea662332 100644 --- a/module/action/lang/en.php +++ b/module/action/lang/en.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package action - * @version $Id$ + * @version $Id: en.php 4729 2013-05-03 07:53:55Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ $lang->action->common = 'Logs'; diff --git a/module/action/lang/zh-cn.php b/module/action/lang/zh-cn.php index b398414bd4..7b34e36882 100644 --- a/module/action/lang/zh-cn.php +++ b/module/action/lang/zh-cn.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package action - * @version $Id$ + * @version $Id: zh-cn.php 4955 2013-07-02 01:47:21Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ $lang->action->common = '系统日志'; diff --git a/module/action/model.php b/module/action/model.php index b5ccd826f0..70a2f50577 100644 --- a/module/action/model.php +++ b/module/action/model.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package action - * @version $Id$ + * @version $Id: model.php 5028 2013-07-06 02:59:41Z wyd621@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/admin/control.php b/module/admin/control.php index dae58ea8db..2a7e8f408c 100644 --- a/module/admin/control.php +++ b/module/admin/control.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package admin - * @version $Id$ + * @version $Id: control.php 4460 2013-02-26 02:28:02Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ class admin extends control diff --git a/module/admin/lang/en.php b/module/admin/lang/en.php index daabcf63b7..d4bcc23b81 100644 --- a/module/admin/lang/en.php +++ b/module/admin/lang/en.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package admin - * @version $Id$ + * @version $Id: en.php 4460 2013-02-26 02:28:02Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ $lang->admin->common = 'Admin'; diff --git a/module/admin/lang/zh-cn.php b/module/admin/lang/zh-cn.php index 0041a05637..9ec3ce5651 100644 --- a/module/admin/lang/zh-cn.php +++ b/module/admin/lang/zh-cn.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package admin - * @version $Id$ + * @version $Id: zh-cn.php 4767 2013-05-05 06:10:13Z wwccss $ * @link http://www.zentao.net */ $lang->admin->common = '后台管理'; diff --git a/module/admin/model.php b/module/admin/model.php index 0a62d330ba..0749e4ec5b 100644 --- a/module/admin/model.php +++ b/module/admin/model.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package admin - * @version $Id$ + * @version $Id: model.php 5148 2013-07-16 01:31:08Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/admin/view/browsecompany.html.php b/module/admin/view/browsecompany.html.php index 9cf0cc4edd..01d2073892 100644 --- a/module/admin/view/browsecompany.html.php +++ b/module/admin/view/browsecompany.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package admin - * @version $Id$ + * @version $Id: browsecompany.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/api/control.php b/module/api/control.php index 35d6f389b9..0ac804d790 100644 --- a/module/api/control.php +++ b/module/api/control.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package api - * @version $Id$ + * @version $Id: control.php 5143 2013-07-15 06:11:59Z zhujinyonging@gmail.com $ * @link http://www.zentao.net */ class api extends control diff --git a/module/api/lang/zh-cn.php b/module/api/lang/zh-cn.php index 250963437c..6fb6f77457 100644 --- a/module/api/lang/zh-cn.php +++ b/module/api/lang/zh-cn.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package api - * @version $Id$ + * @version $Id: zh-cn.php 5129 2013-07-15 00:16:07Z zhujinyonging@gmail.com $ * @link http://www.zentao.net */ $lang->api = new stdclass(); diff --git a/module/bug/control.php b/module/bug/control.php index fd4ad927db..cae1c6348f 100644 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package bug - * @version $Id$ + * @version $Id: control.php 5107 2013-07-12 01:46:12Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ class bug extends control diff --git a/module/bug/lang/en.php b/module/bug/lang/en.php index 8a68acf04b..dd6cc7fcd5 100644 --- a/module/bug/lang/en.php +++ b/module/bug/lang/en.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package bug - * @version $Id$ + * @version $Id: en.php 4536 2013-03-02 13:39:37Z wwccss $ * @link http://www.zentao.net */ /* Fieldlist. */ diff --git a/module/bug/lang/zh-cn.php b/module/bug/lang/zh-cn.php index 4f7c8784fa..b4d033ff6f 100644 --- a/module/bug/lang/zh-cn.php +++ b/module/bug/lang/zh-cn.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package bug - * @version $Id$ + * @version $Id: zh-cn.php 4536 2013-03-02 13:39:37Z wwccss $ * @link http://www.zentao.net */ /* 字段列表。*/ diff --git a/module/bug/model.php b/module/bug/model.php index 853759bd51..b3ee940ecd 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package bug - * @version $Id$ + * @version $Id: model.php 5079 2013-07-10 00:44:34Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/bug/view/browse.html.php b/module/bug/view/browse.html.php index 59d9c19017..fc534e5b40 100644 --- a/module/bug/view/browse.html.php +++ b/module/bug/view/browse.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package bug - * @version $Id$ + * @version $Id: browse.html.php 5102 2013-07-12 00:59:54Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/bug/view/create.html.php b/module/bug/view/create.html.php index 9a9bdf247b..e728c5e29d 100644 --- a/module/bug/view/create.html.php +++ b/module/bug/view/create.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package bug - * @version $Id$ + * @version $Id: create.html.php 4903 2013-06-26 05:32:59Z wyd621@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/bug/view/edit.html.php b/module/bug/view/edit.html.php index 15fecb4898..488508221b 100644 --- a/module/bug/view/edit.html.php +++ b/module/bug/view/edit.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package bug - * @version $Id$ + * @version $Id: edit.html.php 4259 2013-01-24 05:49:40Z wyd621@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/bug/view/report.html.php b/module/bug/view/report.html.php index 1245e4094f..4fc9281676 100644 --- a/module/bug/view/report.html.php +++ b/module/bug/view/report.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package bug - * @version $Id$ + * @version $Id: report.html.php 4657 2013-04-17 02:01:26Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/bug/view/sendmail.html.php b/module/bug/view/sendmail.html.php index 76d4fa0391..60892729ef 100644 --- a/module/bug/view/sendmail.html.php +++ b/module/bug/view/sendmail.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package bug - * @version $Id$ + * @version $Id: sendmail.html.php 4626 2013-04-10 05:34:36Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/bug/view/view.html.php b/module/bug/view/view.html.php index 21e091a8b8..0fa7730f07 100644 --- a/module/bug/view/view.html.php +++ b/module/bug/view/view.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package bug - * @version $Id$ + * @version $Id: view.html.php 4728 2013-05-03 06:14:34Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/build/control.php b/module/build/control.php index eeb8f7da13..82ee3fb829 100644 --- a/module/build/control.php +++ b/module/build/control.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package build - * @version $Id$ + * @version $Id: control.php 4992 2013-07-03 07:21:59Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ class build extends control diff --git a/module/build/lang/en.php b/module/build/lang/en.php index 1268122634..9232284e8e 100644 --- a/module/build/lang/en.php +++ b/module/build/lang/en.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package build - * @version $Id$ + * @version $Id: en.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ $lang->build->common = 'Build'; diff --git a/module/build/lang/zh-cn.php b/module/build/lang/zh-cn.php index 1dedf4a010..3f156381bc 100644 --- a/module/build/lang/zh-cn.php +++ b/module/build/lang/zh-cn.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package build - * @version $Id$ + * @version $Id: zh-cn.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ $lang->build->common = "Build"; diff --git a/module/build/model.php b/module/build/model.php index 3aa8e6efcf..f05ad8c029 100644 --- a/module/build/model.php +++ b/module/build/model.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package build - * @version $Id$ + * @version $Id: model.php 4970 2013-07-02 05:58:11Z wyd621@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/build/view/create.html.php b/module/build/view/create.html.php index 3515ba42ee..f4d327c0b1 100644 --- a/module/build/view/create.html.php +++ b/module/build/view/create.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package build - * @version $Id$ + * @version $Id: create.html.php 4728 2013-05-03 06:14:34Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/build/view/edit.html.php b/module/build/view/edit.html.php index 9e5652616d..5ec5a89d9b 100644 --- a/module/build/view/edit.html.php +++ b/module/build/view/edit.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package build - * @version $Id$ + * @version $Id: edit.html.php 4728 2013-05-03 06:14:34Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/build/view/view.html.php b/module/build/view/view.html.php index c1cf95ad49..42234ec8af 100644 --- a/module/build/view/view.html.php +++ b/module/build/view/view.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package build - * @version $Id$ + * @version $Id: view.html.php 4386 2013-02-19 07:37:45Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/common/control.php b/module/common/control.php index 92199a6dc9..5c19ff014f 100644 --- a/module/common/control.php +++ b/module/common/control.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package common - * @version $Id$ + * @version $Id: control.php 5036 2013-07-06 05:26:44Z wyd621@gmail.com $ * @link http://www.zentao.net */ class common extends control diff --git a/module/common/lang/en.php b/module/common/lang/en.php index f895ba0801..828011be0b 100644 --- a/module/common/lang/en.php +++ b/module/common/lang/en.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package ZenTaoPMS - * @version $Id$ + * @version $Id: en.php 5116 2013-07-12 06:37:48Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ $lang->arrow = '  '; diff --git a/module/common/lang/zh-cn.php b/module/common/lang/zh-cn.php index 4fc04c8f94..f700dee6ef 100644 --- a/module/common/lang/zh-cn.php +++ b/module/common/lang/zh-cn.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package ZenTaoPMS - * @version $Id$ + * @version $Id: zh-cn.php 5116 2013-07-12 06:37:48Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ $lang->arrow = '  '; diff --git a/module/company/control.php b/module/company/control.php index a4d2ddf081..8a56b64696 100644 --- a/module/company/control.php +++ b/module/company/control.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package company - * @version $Id$ + * @version $Id: control.php 5100 2013-07-12 00:25:23Z zhujinyonging@gmail.com $ * @link http://www.zentao.net */ class company extends control diff --git a/module/company/lang/en.php b/module/company/lang/en.php index 107324251c..db6a7d39f7 100644 --- a/module/company/lang/en.php +++ b/module/company/lang/en.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package company - * @version $Id$ + * @version $Id: en.php 4714 2013-05-02 08:10:58Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ $lang->company->common = 'Company'; diff --git a/module/company/lang/zh-cn.php b/module/company/lang/zh-cn.php index 9552ddbc6a..61d2078c30 100644 --- a/module/company/lang/zh-cn.php +++ b/module/company/lang/zh-cn.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package company - * @version $Id$ + * @version $Id: zh-cn.php 4714 2013-05-02 08:10:58Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ $lang->company->common = '组织视图'; diff --git a/module/company/model.php b/module/company/model.php index 6e40e60bd9..600bb3149f 100644 --- a/module/company/model.php +++ b/module/company/model.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package company - * @version $Id$ + * @version $Id: model.php 5086 2013-07-10 02:25:22Z wyd621@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/company/view/browse.html.php b/module/company/view/browse.html.php index d67e917be3..328329e873 100644 --- a/module/company/view/browse.html.php +++ b/module/company/view/browse.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package product - * @version $Id$ + * @version $Id: browse.html.php 5096 2013-07-11 07:02:43Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/company/view/create.html.php b/module/company/view/create.html.php index 553c453005..614516a623 100644 --- a/module/company/view/create.html.php +++ b/module/company/view/create.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package company - * @version $Id$ + * @version $Id: create.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/company/view/edit.html.php b/module/company/view/edit.html.php index 37a40a5fd1..de6e741218 100644 --- a/module/company/view/edit.html.php +++ b/module/company/view/edit.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package company - * @version $Id$ + * @version $Id: edit.html.php 4713 2013-05-02 08:04:38Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/convert/control.php b/module/convert/control.php index 6a28ece431..cfd9f3e989 100644 --- a/module/convert/control.php +++ b/module/convert/control.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package convert - * @version $Id$ + * @version $Id: control.php 4976 2013-07-02 08:15:31Z wyd621@gmail.com $ * @link http://www.zentao.net */ class convert extends control diff --git a/module/convert/converter/bugfree.php b/module/convert/converter/bugfree.php index a736effb14..7f25c194cf 100644 --- a/module/convert/converter/bugfree.php +++ b/module/convert/converter/bugfree.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package convert - * @version $Id$ + * @version $Id: bugfree.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ class bugfreeConvertModel extends convertModel diff --git a/module/convert/converter/bugfree1.php b/module/convert/converter/bugfree1.php index e52ecab044..0ec83a8e12 100644 --- a/module/convert/converter/bugfree1.php +++ b/module/convert/converter/bugfree1.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package convert - * @version $Id$ + * @version $Id: bugfree1.php 5028 2013-07-06 02:59:41Z wyd621@gmail.com $ * @link http://www.zentao.net */ class bugfree1ConvertModel extends bugfreeConvertModel diff --git a/module/convert/converter/bugfree2.php b/module/convert/converter/bugfree2.php index 3639fbd389..b467a3931b 100644 --- a/module/convert/converter/bugfree2.php +++ b/module/convert/converter/bugfree2.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package convert - * @version $Id$ + * @version $Id: bugfree2.php 5028 2013-07-06 02:59:41Z wyd621@gmail.com $ * @link http://www.zentao.net */ class bugfree2ConvertModel extends bugfreeConvertModel diff --git a/module/convert/lang/en.php b/module/convert/lang/en.php index 6db1a10bf9..2b3a7b5eb5 100644 --- a/module/convert/lang/en.php +++ b/module/convert/lang/en.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package convert - * @version $Id$ + * @version $Id: en.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ $lang->convert->common = 'Import'; diff --git a/module/convert/lang/zh-cn.php b/module/convert/lang/zh-cn.php index 23cf5f39b5..747f7ee3b5 100644 --- a/module/convert/lang/zh-cn.php +++ b/module/convert/lang/zh-cn.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package convert - * @version $Id$ + * @version $Id: zh-cn.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ $lang->convert->common = '从其他系统导入'; diff --git a/module/convert/model.php b/module/convert/model.php index 5f97457d22..9412f4fc3e 100644 --- a/module/convert/model.php +++ b/module/convert/model.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package convert - * @version $Id$ + * @version $Id: model.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/convert/view/checkconfig.html.php b/module/convert/view/checkconfig.html.php index e8e9365b96..9200437d81 100644 --- a/module/convert/view/checkconfig.html.php +++ b/module/convert/view/checkconfig.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package convert - * @version $Id$ + * @version $Id: checkconfig.html.php 4129 2013-01-18 01:58:14Z wwccss $ */ ?> diff --git a/module/convert/view/execute.html.php b/module/convert/view/execute.html.php index dc9c6052c8..d2c44cdcbc 100644 --- a/module/convert/view/execute.html.php +++ b/module/convert/view/execute.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package convert - * @version $Id$ + * @version $Id: execute.html.php 4129 2013-01-18 01:58:14Z wwccss $ */ ?> diff --git a/module/convert/view/index.html.php b/module/convert/view/index.html.php index b7d479d466..6763989cb5 100644 --- a/module/convert/view/index.html.php +++ b/module/convert/view/index.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package ZenTaoPMS - * @version $Id$ + * @version $Id: index.html.php 4129 2013-01-18 01:58:14Z wwccss $ */ ?> diff --git a/module/convert/view/selectsource.html.php b/module/convert/view/selectsource.html.php index 09b4fd42a3..cce18efcca 100644 --- a/module/convert/view/selectsource.html.php +++ b/module/convert/view/selectsource.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package convert - * @version $Id$ + * @version $Id: selectsource.html.php 4129 2013-01-18 01:58:14Z wwccss $ */ ?> diff --git a/module/convert/view/setconfig.html.php b/module/convert/view/setconfig.html.php index 35124a7f15..b924c85c17 100644 --- a/module/convert/view/setconfig.html.php +++ b/module/convert/view/setconfig.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package convert - * @version $Id$ + * @version $Id: setconfig.html.php 4129 2013-01-18 01:58:14Z wwccss $ */ ?> diff --git a/module/dept/control.php b/module/dept/control.php index 900e7a0977..c9cc82a75e 100644 --- a/module/dept/control.php +++ b/module/dept/control.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package dept - * @version $Id$ + * @version $Id: control.php 4157 2013-01-20 07:09:42Z wwccss $ * @link http://www.zentao.net */ class dept extends control diff --git a/module/dept/lang/en.php b/module/dept/lang/en.php index d5f596097c..d801d84878 100644 --- a/module/dept/lang/en.php +++ b/module/dept/lang/en.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package dept - * @version $Id$ + * @version $Id: en.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ $lang->dept->common = 'Department'; diff --git a/module/dept/lang/zh-cn.php b/module/dept/lang/zh-cn.php index fa950d82a1..60faa7649c 100644 --- a/module/dept/lang/zh-cn.php +++ b/module/dept/lang/zh-cn.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package dept - * @version $Id$ + * @version $Id: zh-cn.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ $lang->dept->common = '部门结构'; diff --git a/module/dept/model.php b/module/dept/model.php index 9e16276200..fb551eeca6 100644 --- a/module/dept/model.php +++ b/module/dept/model.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package dept - * @version $Id$ + * @version $Id: model.php 4210 2013-01-22 01:06:12Z zhujinyonging@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/dept/view/browse.html.php b/module/dept/view/browse.html.php index 40e7651383..908e456397 100644 --- a/module/dept/view/browse.html.php +++ b/module/dept/view/browse.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package dept - * @version $Id$ + * @version $Id: browse.html.php 4728 2013-05-03 06:14:34Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/extension/config.php b/module/extension/config.php index 5e92a4312c..d77356b1d6 100644 --- a/module/extension/config.php +++ b/module/extension/config.php @@ -1,4 +1,4 @@ extension = new stdclass(); -$config->extension->apiRoot = 'http://api.zentao.net/extension-'; +$config->extension->apiRoot = 'http://api.zentao.com/extension-'; $config->extension->extPathes = array('module', 'bin', 'www', 'library', 'config'); diff --git a/module/file/control.php b/module/file/control.php index b4739ce92d..0ddc27ef1d 100644 --- a/module/file/control.php +++ b/module/file/control.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package file - * @version $Id$ + * @version $Id: control.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ class file extends control diff --git a/module/file/lang/en.php b/module/file/lang/en.php index e8865a78f6..7a96f132de 100644 --- a/module/file/lang/en.php +++ b/module/file/lang/en.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package file - * @version $Id$ + * @version $Id: en.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ $lang->file = new stdclass(); diff --git a/module/file/lang/zh-cn.php b/module/file/lang/zh-cn.php index 6fc35d9698..1b9a21883b 100644 --- a/module/file/lang/zh-cn.php +++ b/module/file/lang/zh-cn.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package file - * @version $Id$ + * @version $Id: zh-cn.php 4630 2013-04-10 05:54:08Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ $lang->file = new stdclass(); diff --git a/module/file/model.php b/module/file/model.php index ad3d4a5de0..8a0b8798c6 100644 --- a/module/file/model.php +++ b/module/file/model.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package file - * @version $Id$ + * @version $Id: model.php 4976 2013-07-02 08:15:31Z wyd621@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/group/control.php b/module/group/control.php index 84c500bbbb..f1fb2e3814 100644 --- a/module/group/control.php +++ b/module/group/control.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package group - * @version $Id$ + * @version $Id: control.php 4648 2013-04-15 02:45:49Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ class group extends control diff --git a/module/group/lang/en.php b/module/group/lang/en.php index 0153276cf3..92951db182 100644 --- a/module/group/lang/en.php +++ b/module/group/lang/en.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package group - * @version $Id$ + * @version $Id: en.php 4719 2013-05-03 02:20:28Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ $lang->group->common = 'Group'; diff --git a/module/group/lang/zh-cn.php b/module/group/lang/zh-cn.php index 1e37d25c82..d34a19e164 100644 --- a/module/group/lang/zh-cn.php +++ b/module/group/lang/zh-cn.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package group - * @version $Id$ + * @version $Id: zh-cn.php 4719 2013-05-03 02:20:28Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ $lang->group->common = '权限分组'; diff --git a/module/group/model.php b/module/group/model.php index dea054d4f6..29d7b7c0fb 100644 --- a/module/group/model.php +++ b/module/group/model.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package group - * @version $Id$ + * @version $Id: model.php 4976 2013-07-02 08:15:31Z wyd621@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/group/view/browse.html.php b/module/group/view/browse.html.php index ed52405139..edfd68ec38 100644 --- a/module/group/view/browse.html.php +++ b/module/group/view/browse.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package group - * @version $Id$ + * @version $Id: browse.html.php 4769 2013-05-05 07:24:21Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/group/view/copy.html.php b/module/group/view/copy.html.php index b9d9776097..3653887fc6 100644 --- a/module/group/view/copy.html.php +++ b/module/group/view/copy.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package group - * @version $Id$ + * @version $Id: copy.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/group/view/create.html.php b/module/group/view/create.html.php index 1af1ff1b96..1cdb9a161b 100644 --- a/module/group/view/create.html.php +++ b/module/group/view/create.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package group - * @version $Id$ + * @version $Id: create.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/group/view/edit.html.php b/module/group/view/edit.html.php index df01dfc913..fd4cb4ce93 100644 --- a/module/group/view/edit.html.php +++ b/module/group/view/edit.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package group - * @version $Id$ + * @version $Id: edit.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/group/view/managemember.html.php b/module/group/view/managemember.html.php index 9d1e9ac143..d21746224a 100644 --- a/module/group/view/managemember.html.php +++ b/module/group/view/managemember.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package group - * @version $Id$ + * @version $Id: managemember.html.php 4627 2013-04-10 05:42:20Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/group/view/managepriv.html.php b/module/group/view/managepriv.html.php index f9051e5037..8b8e69af1a 100644 --- a/module/group/view/managepriv.html.php +++ b/module/group/view/managepriv.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package group - * @version $Id$ + * @version $Id: managepriv.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/index/control.php b/module/index/control.php index ba3b1065d0..379bfa15a3 100644 --- a/module/index/control.php +++ b/module/index/control.php @@ -8,7 +8,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package ZenTaoPMS - * @version $Id$ + * @version $Id: control.php 5036 2013-07-06 05:26:44Z wyd621@gmail.com $ * @link http://www.zentao.net */ class index extends control diff --git a/module/index/model.php b/module/index/model.php index 0c4283487b..c2b6c94df9 100644 --- a/module/index/model.php +++ b/module/index/model.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package index - * @version $Id$ + * @version $Id: model.php 4129 2013-01-18 01:58:14Z wwccss $ */ ?> * @package install - * @version $Id$ + * @version $Id: control.php 4297 2013-01-27 07:51:45Z wwccss $ * @link http://www.zentao.net */ class install extends control diff --git a/module/install/lang/en.php b/module/install/lang/en.php index 1ba8a30853..18183d21bb 100644 --- a/module/install/lang/en.php +++ b/module/install/lang/en.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package install - * @version $Id$ + * @version $Id: en.php 4972 2013-07-02 06:50:10Z zhujinyonging@gmail.com $ * @link http://www.zentao.net */ $lang->install = new stdclass(); diff --git a/module/install/lang/zh-cn.php b/module/install/lang/zh-cn.php index 8eed0d087c..8cbc15fa3b 100644 --- a/module/install/lang/zh-cn.php +++ b/module/install/lang/zh-cn.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package install - * @version $Id$ + * @version $Id: zh-cn.php 4972 2013-07-02 06:50:10Z zhujinyonging@gmail.com $ * @link http://www.zentao.net */ $lang->install = new stdclass(); diff --git a/module/install/model.php b/module/install/model.php index 48cef4ada0..504f2af921 100644 --- a/module/install/model.php +++ b/module/install/model.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package install - * @version $Id$ + * @version $Id: model.php 5006 2013-07-03 08:52:21Z wyd621@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/install/view/index.html.php b/module/install/view/index.html.php index 81351973b6..921a3040fd 100644 --- a/module/install/view/index.html.php +++ b/module/install/view/index.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package ZenTaoPMS - * @version $Id$ + * @version $Id: index.html.php 4129 2013-01-18 01:58:14Z wwccss $ */ ?> diff --git a/module/install/view/step1.html.php b/module/install/view/step1.html.php index 59ede6a4e3..1125a06ef6 100644 --- a/module/install/view/step1.html.php +++ b/module/install/view/step1.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package ZenTaoPMS - * @version $Id$ + * @version $Id: step1.html.php 4129 2013-01-18 01:58:14Z wwccss $ */ ?> diff --git a/module/install/view/step2.html.php b/module/install/view/step2.html.php index 6f3c39be8c..b60544b9ef 100644 --- a/module/install/view/step2.html.php +++ b/module/install/view/step2.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package ZenTaoPMS - * @version $Id$ + * @version $Id: step2.html.php 4972 2013-07-02 06:50:10Z zhujinyonging@gmail.com $ */ ?> diff --git a/module/install/view/step3.html.php b/module/install/view/step3.html.php index 372892d62f..ece90a7992 100644 --- a/module/install/view/step3.html.php +++ b/module/install/view/step3.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package ZenTaoPMS - * @version $Id$ + * @version $Id: step3.html.php 4297 2013-01-27 07:51:45Z wwccss $ */ ?> diff --git a/module/install/view/step4.html.php b/module/install/view/step4.html.php index df83f10a73..d039484ee8 100644 --- a/module/install/view/step4.html.php +++ b/module/install/view/step4.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package ZenTaoPMS - * @version $Id$ + * @version $Id: step4.html.php 4129 2013-01-18 01:58:14Z wwccss $ */ ?> diff --git a/module/mail/model.php b/module/mail/model.php index 3c79e2323c..67fd56d058 100644 --- a/module/mail/model.php +++ b/module/mail/model.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package mail - * @version $Id$ + * @version $Id: model.php 4750 2013-05-05 00:22:53Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/misc/control.php b/module/misc/control.php index 506ae30a76..8288772864 100644 --- a/module/misc/control.php +++ b/module/misc/control.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package misc - * @version $Id$ + * @version $Id: control.php 5128 2013-07-13 08:59:49Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ class misc extends control diff --git a/module/misc/lang/zh-cn.php b/module/misc/lang/zh-cn.php index 346cbf74e5..2db93ff8b6 100644 --- a/module/misc/lang/zh-cn.php +++ b/module/misc/lang/zh-cn.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package misc - * @version $Id$ + * @version $Id: zh-cn.php 5128 2013-07-13 08:59:49Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ $lang->misc = new stdclass(); diff --git a/module/misc/model.php b/module/misc/model.php index d80fb7e867..2b196bb01f 100644 --- a/module/misc/model.php +++ b/module/misc/model.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package misc - * @version $Id$ + * @version $Id: model.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/my/control.php b/module/my/control.php index b704775475..6c98996548 100644 --- a/module/my/control.php +++ b/module/my/control.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package dashboard - * @version $Id$ + * @version $Id: control.php 5020 2013-07-05 02:03:26Z wyd621@gmail.com $ * @link http://www.zentao.net */ class my extends control diff --git a/module/my/model.php b/module/my/model.php index ed2e5fb304..6250ece372 100644 --- a/module/my/model.php +++ b/module/my/model.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package dashboard - * @version $Id$ + * @version $Id: model.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/my/view/bug.html.php b/module/my/view/bug.html.php index 9ad2f17b66..5aca34293a 100644 --- a/module/my/view/bug.html.php +++ b/module/my/view/bug.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package dashboard - * @version $Id$ + * @version $Id: bug.html.php 5107 2013-07-12 01:46:12Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/my/view/editprofile.html.php b/module/my/view/editprofile.html.php index 9d1c4685c1..54db96661e 100644 --- a/module/my/view/editprofile.html.php +++ b/module/my/view/editprofile.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package user - * @version $Id$ + * @version $Id: editprofile.html.php 4728 2013-05-03 06:14:34Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/my/view/profile.html.php b/module/my/view/profile.html.php index ac078ebe09..c66abfb58f 100644 --- a/module/my/view/profile.html.php +++ b/module/my/view/profile.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package my - * @version $Id$ + * @version $Id: profile.html.php 4694 2013-05-02 01:40:54Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/my/view/project.html.php b/module/my/view/project.html.php index a90b6e3f11..041026ee60 100644 --- a/module/my/view/project.html.php +++ b/module/my/view/project.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package dashboard - * @version $Id$ + * @version $Id: project.html.php 5095 2013-07-11 06:03:40Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/my/view/story.html.php b/module/my/view/story.html.php index f2efaeacf3..ce519c18a4 100644 --- a/module/my/view/story.html.php +++ b/module/my/view/story.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package dashboard - * @version $Id$ + * @version $Id: story.html.php 5116 2013-07-12 06:37:48Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/my/view/task.html.php b/module/my/view/task.html.php index e8e12f3b19..a970d809e3 100644 --- a/module/my/view/task.html.php +++ b/module/my/view/task.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package dashboard - * @version $Id$ + * @version $Id: task.html.php 5101 2013-07-12 00:44:27Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/my/view/team.html.php b/module/my/view/team.html.php index 38c5fbc921..86b93423c8 100644 --- a/module/my/view/team.html.php +++ b/module/my/view/team.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package dashboard - * @version $Id$ + * @version $Id: team.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/my/view/todo.html.php b/module/my/view/todo.html.php index f2b47bfc8b..757c81c5bd 100644 --- a/module/my/view/todo.html.php +++ b/module/my/view/todo.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package dashboard - * @version $Id$ + * @version $Id: todo.html.php 4735 2013-05-03 08:30:02Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/product/control.php b/module/product/control.php index 6f7c77358c..b2a6e759d1 100644 --- a/module/product/control.php +++ b/module/product/control.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package product - * @version $Id$ + * @version $Id: control.php 5144 2013-07-15 06:37:03Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ class product extends control diff --git a/module/product/lang/en.php b/module/product/lang/en.php index c98391adf0..59fe8db48a 100644 --- a/module/product/lang/en.php +++ b/module/product/lang/en.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package product - * @version $Id$ + * @version $Id: en.php 5091 2013-07-10 06:06:46Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ $lang->product->common = 'Product'; diff --git a/module/product/lang/zh-cn.php b/module/product/lang/zh-cn.php index 9f47ed0f3a..c39fcffcd9 100644 --- a/module/product/lang/zh-cn.php +++ b/module/product/lang/zh-cn.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package product - * @version $Id$ + * @version $Id: zh-cn.php 5091 2013-07-10 06:06:46Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ $lang->product->common = '产品视图'; diff --git a/module/product/model.php b/module/product/model.php index c6b1d97dbe..b66c919f6c 100644 --- a/module/product/model.php +++ b/module/product/model.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package product - * @version $Id$ + * @version $Id: model.php 5118 2013-07-12 07:41:41Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/product/view/browse.html.php b/module/product/view/browse.html.php index dff81ebe43..84e4d5d0b5 100644 --- a/module/product/view/browse.html.php +++ b/module/product/view/browse.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package product - * @version $Id$ + * @version $Id: browse.html.php 4909 2013-06-26 07:23:50Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/product/view/create.html.php b/module/product/view/create.html.php index 591c3ca465..bc691615b7 100644 --- a/module/product/view/create.html.php +++ b/module/product/view/create.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package product - * @version $Id$ + * @version $Id: create.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/product/view/edit.html.php b/module/product/view/edit.html.php index ab40d2e00a..2fbce8555c 100644 --- a/module/product/view/edit.html.php +++ b/module/product/view/edit.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package product - * @version $Id$ + * @version $Id: edit.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/product/view/roadmap.html.php b/module/product/view/roadmap.html.php index e34027a640..f02edd4579 100644 --- a/module/product/view/roadmap.html.php +++ b/module/product/view/roadmap.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package product - * @version $Id$ + * @version $Id: roadmap.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/product/view/view.html.php b/module/product/view/view.html.php index 81e4d76c15..ac02f1b041 100644 --- a/module/product/view/view.html.php +++ b/module/product/view/view.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package product - * @version $Id$ + * @version $Id: view.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/productplan/control.php b/module/productplan/control.php index 9198a9f2ab..79ef18dd70 100644 --- a/module/productplan/control.php +++ b/module/productplan/control.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package productplan - * @version $Id$ + * @version $Id: control.php 4659 2013-04-17 06:45:08Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ class productplan extends control diff --git a/module/productplan/lang/en.php b/module/productplan/lang/en.php index 22cde6d897..f57ac92cb7 100644 --- a/module/productplan/lang/en.php +++ b/module/productplan/lang/en.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package productplan - * @version $Id$ + * @version $Id: en.php 4659 2013-04-17 06:45:08Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ $lang->productplan->common = 'Plan'; diff --git a/module/productplan/lang/zh-cn.php b/module/productplan/lang/zh-cn.php index 1801e7b7a3..6df2e4af13 100644 --- a/module/productplan/lang/zh-cn.php +++ b/module/productplan/lang/zh-cn.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package productplan - * @version $Id$ + * @version $Id: zh-cn.php 4659 2013-04-17 06:45:08Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ $lang->productplan->common = '产品计划'; diff --git a/module/productplan/model.php b/module/productplan/model.php index 43c2d97f39..f6566e5aed 100644 --- a/module/productplan/model.php +++ b/module/productplan/model.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package productplan - * @version $Id$ + * @version $Id: model.php 4639 2013-04-11 02:06:35Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/productplan/view/browse.html.php b/module/productplan/view/browse.html.php index 38eb7374b0..a9e8ce6675 100644 --- a/module/productplan/view/browse.html.php +++ b/module/productplan/view/browse.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package plan - * @version $Id$ + * @version $Id: browse.html.php 4707 2013-05-02 06:57:41Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/productplan/view/create.html.php b/module/productplan/view/create.html.php index b40fb6cd6d..ad516eacdb 100644 --- a/module/productplan/view/create.html.php +++ b/module/productplan/view/create.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package productplan - * @version $Id$ + * @version $Id: create.html.php 4728 2013-05-03 06:14:34Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/productplan/view/edit.html.php b/module/productplan/view/edit.html.php index 975f42a159..b3124a97e8 100644 --- a/module/productplan/view/edit.html.php +++ b/module/productplan/view/edit.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package productplan - * @version $Id$ + * @version $Id: edit.html.php 4728 2013-05-03 06:14:34Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/productplan/view/linkstory.html.php b/module/productplan/view/linkstory.html.php index c1734d7c85..13e95ce36b 100644 --- a/module/productplan/view/linkstory.html.php +++ b/module/productplan/view/linkstory.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package productplan - * @version $Id$ + * @version $Id: linkstory.html.php 5096 2013-07-11 07:02:43Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/productplan/view/view.html.php b/module/productplan/view/view.html.php index 7240664e39..d31d2e7f89 100644 --- a/module/productplan/view/view.html.php +++ b/module/productplan/view/view.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package productplan - * @version $Id$ + * @version $Id: view.html.php 5096 2013-07-11 07:02:43Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/project/control.php b/module/project/control.php index 185613e38e..31b155a51a 100644 --- a/module/project/control.php +++ b/module/project/control.php @@ -5,7 +5,7 @@ * @copyright Copyright 2009-2013 青岛易软天创网络科技有限公司 (QingDao Nature Easy Soft Network Technology Co,LTD www.cnezsoft.com) * @author Chunsheng Wang * @package project - * @version $Id$ + * @version $Id: control.php 5094 2013-07-10 08:46:15Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ class project extends control diff --git a/module/project/lang/en.php b/module/project/lang/en.php index 78894fd9dc..67255201d6 100644 --- a/module/project/lang/en.php +++ b/module/project/lang/en.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package project - * @version $Id$ + * @version $Id: en.php 5094 2013-07-10 08:46:15Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ /* Fields. */ diff --git a/module/project/lang/zh-cn.php b/module/project/lang/zh-cn.php index 188bd0a3dc..49ccbcf0a8 100644 --- a/module/project/lang/zh-cn.php +++ b/module/project/lang/zh-cn.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package project - * @version $Id$ + * @version $Id: zh-cn.php 5094 2013-07-10 08:46:15Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ /* 字段列表。*/ diff --git a/module/project/view/bug.html.php b/module/project/view/bug.html.php index 598d271666..ef1b99c9a8 100644 --- a/module/project/view/bug.html.php +++ b/module/project/view/bug.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package project - * @version $Id$ + * @version $Id: bug.html.php 4894 2013-06-25 01:28:39Z wyd621@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/project/view/build.html.php b/module/project/view/build.html.php index 9becb30466..d59b83fe10 100644 --- a/module/project/view/build.html.php +++ b/module/project/view/build.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package project - * @version $Id$ + * @version $Id: build.html.php 4262 2013-01-24 08:48:56Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/project/view/burn.html.php b/module/project/view/burn.html.php index 21433a9af8..e8fdbecfab 100644 --- a/module/project/view/burn.html.php +++ b/module/project/view/burn.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package project - * @version $Id$ + * @version $Id: burn.html.php 4164 2013-01-20 08:27:55Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/project/view/computeburn.html.php b/module/project/view/computeburn.html.php index e8a7c956de..aa6f82f53e 100644 --- a/module/project/view/computeburn.html.php +++ b/module/project/view/computeburn.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Fu Jia * @package project - * @version $Id$ + * @version $Id: computeburn.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/project/view/create.html.php b/module/project/view/create.html.php index f0b798691a..ccc5c19b30 100644 --- a/module/project/view/create.html.php +++ b/module/project/view/create.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package project - * @version $Id$ + * @version $Id: create.html.php 4728 2013-05-03 06:14:34Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/project/view/edit.html.php b/module/project/view/edit.html.php index dfc2e6a1e0..860b28f977 100644 --- a/module/project/view/edit.html.php +++ b/module/project/view/edit.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package project - * @version $Id$ + * @version $Id: edit.html.php 4728 2013-05-03 06:14:34Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/project/view/grouptask.html.php b/module/project/view/grouptask.html.php index b3d0e65225..13b939aef9 100644 --- a/module/project/view/grouptask.html.php +++ b/module/project/view/grouptask.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package project - * @version $Id$ + * @version $Id: grouptask.html.php 4143 2013-01-18 07:01:06Z wyd621@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/project/view/importtask.html.php b/module/project/view/importtask.html.php index 807559b930..089eb33d88 100644 --- a/module/project/view/importtask.html.php +++ b/module/project/view/importtask.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package project - * @version $Id$ + * @version $Id: importtask.html.php 4669 2013-04-23 02:28:08Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/project/view/index.html.php b/module/project/view/index.html.php index e861f62ee3..ef6350d77c 100644 --- a/module/project/view/index.html.php +++ b/module/project/view/index.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package ZenTaoPMS - * @version $Id$ + * @version $Id: index.html.php 5094 2013-07-10 08:46:15Z chencongzhi520@gmail.com $ */ ?> diff --git a/module/project/view/linkstory.html.php b/module/project/view/linkstory.html.php index a8db384bd6..abfdaeaf3c 100644 --- a/module/project/view/linkstory.html.php +++ b/module/project/view/linkstory.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package project - * @version $Id$ + * @version $Id: linkstory.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/project/view/managechilds.html.php b/module/project/view/managechilds.html.php index 5504c389ab..e81e00ed19 100644 --- a/module/project/view/managechilds.html.php +++ b/module/project/view/managechilds.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package project - * @version $Id$ + * @version $Id: managechilds.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/project/view/managemembers.html.php b/module/project/view/managemembers.html.php index c667d58c0e..ae28289bb0 100644 --- a/module/project/view/managemembers.html.php +++ b/module/project/view/managemembers.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package project - * @version $Id$ + * @version $Id: managemembers.html.php 4662 2013-04-18 02:34:33Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/project/view/manageproducts.html.php b/module/project/view/manageproducts.html.php index 328f4bdd08..3d25e828e9 100644 --- a/module/project/view/manageproducts.html.php +++ b/module/project/view/manageproducts.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package project - * @version $Id$ + * @version $Id: manageproducts.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/project/view/story.html.php b/module/project/view/story.html.php index 6ad18f4758..a8823c8fea 100644 --- a/module/project/view/story.html.php +++ b/module/project/view/story.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package project - * @version $Id$ + * @version $Id: story.html.php 5117 2013-07-12 07:03:14Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/project/view/task.html.php b/module/project/view/task.html.php index ca0357b1a2..eac895a0cf 100644 --- a/module/project/view/task.html.php +++ b/module/project/view/task.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package project - * @version $Id$ + * @version $Id: task.html.php 4894 2013-06-25 01:28:39Z wyd621@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/project/view/team.html.php b/module/project/view/team.html.php index 0b6cafe68e..edd1bc93bc 100644 --- a/module/project/view/team.html.php +++ b/module/project/view/team.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package project - * @version $Id$ + * @version $Id: team.html.php 4143 2013-01-18 07:01:06Z wyd621@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/project/view/view.html.php b/module/project/view/view.html.php index 1f5997ee13..fc800d718a 100644 --- a/module/project/view/view.html.php +++ b/module/project/view/view.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package project - * @version $Id$ + * @version $Id: view.html.php 4594 2013-03-13 06:16:02Z wyd621@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/qa/control.php b/module/qa/control.php index 36a4be4fe9..59d06a4b67 100644 --- a/module/qa/control.php +++ b/module/qa/control.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package qa - * @version $Id$ + * @version $Id: control.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ class qa extends control diff --git a/module/qa/lang/en.php b/module/qa/lang/en.php index bc8384e862..90beca73fb 100644 --- a/module/qa/lang/en.php +++ b/module/qa/lang/en.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package company - * @version $Id$ + * @version $Id: en.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ $lang->qa->common = 'Test'; diff --git a/module/qa/lang/zh-cn.php b/module/qa/lang/zh-cn.php index 8b0b2b23f0..6be68d0573 100644 --- a/module/qa/lang/zh-cn.php +++ b/module/qa/lang/zh-cn.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package company - * @version $Id$ + * @version $Id: zh-cn.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ $lang->qa->common = '测试视图'; diff --git a/module/qa/view/index.html.php b/module/qa/view/index.html.php index d845773da6..14b95a530a 100644 --- a/module/qa/view/index.html.php +++ b/module/qa/view/index.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package company - * @version $Id$ + * @version $Id: index.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/release/control.php b/module/release/control.php index 7f16bb7bd0..a3190c3b35 100644 --- a/module/release/control.php +++ b/module/release/control.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package release - * @version $Id$ + * @version $Id: control.php 4178 2013-01-20 09:32:11Z wwccss $ * @link http://www.zentao.net */ class release extends control diff --git a/module/release/lang/en.php b/module/release/lang/en.php index fbed3ae177..5123ab7cd9 100644 --- a/module/release/lang/en.php +++ b/module/release/lang/en.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package release - * @version $Id$ + * @version $Id: en.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ $lang->release->common = 'Release'; diff --git a/module/release/lang/zh-cn.php b/module/release/lang/zh-cn.php index 9935ca0425..32d3d2d4e7 100644 --- a/module/release/lang/zh-cn.php +++ b/module/release/lang/zh-cn.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package release - * @version $Id$ + * @version $Id: zh-cn.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ $lang->release->common = '发布'; diff --git a/module/release/model.php b/module/release/model.php index 6be01f5a7f..49017c7d9f 100644 --- a/module/release/model.php +++ b/module/release/model.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package release - * @version $Id$ + * @version $Id: model.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/release/view/browse.html.php b/module/release/view/browse.html.php index 3dfb4337f7..1f43d44520 100644 --- a/module/release/view/browse.html.php +++ b/module/release/view/browse.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package release - * @version $Id$ + * @version $Id: browse.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/release/view/create.html.php b/module/release/view/create.html.php index 1fbd798ac6..fd7534d287 100644 --- a/module/release/view/create.html.php +++ b/module/release/view/create.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package release - * @version $Id$ + * @version $Id: create.html.php 4728 2013-05-03 06:14:34Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/release/view/edit.html.php b/module/release/view/edit.html.php index 70ef06f9d7..5b0e480bdb 100644 --- a/module/release/view/edit.html.php +++ b/module/release/view/edit.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package release - * @version $Id$ + * @version $Id: edit.html.php 4728 2013-05-03 06:14:34Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/release/view/view.html.php b/module/release/view/view.html.php index 778d5b22ec..d9d5bd225c 100644 --- a/module/release/view/view.html.php +++ b/module/release/view/view.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package release - * @version $Id$ + * @version $Id: view.html.php 4386 2013-02-19 07:37:45Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/report/control.php b/module/report/control.php index f6bcdbce74..8240af1953 100644 --- a/module/report/control.php +++ b/module/report/control.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package report - * @version $Id$ + * @version $Id: control.php 4622 2013-03-28 01:09:02Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ class report extends control diff --git a/module/report/lang/en.php b/module/report/lang/en.php index dba213e453..14b3582f95 100644 --- a/module/report/lang/en.php +++ b/module/report/lang/en.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package report - * @version $Id$ + * @version $Id: en.php 5080 2013-07-10 00:46:59Z wyd621@gmail.com $ * @link http://www.zentao.net */ $lang->report->common = 'Report'; diff --git a/module/report/lang/zh-cn.php b/module/report/lang/zh-cn.php index cb00c7c144..ee62da47b8 100644 --- a/module/report/lang/zh-cn.php +++ b/module/report/lang/zh-cn.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package report - * @version $Id$ + * @version $Id: zh-cn.php 5080 2013-07-10 00:46:59Z wyd621@gmail.com $ * @link http://www.zentao.net */ $lang->report->common = '统计视图'; diff --git a/module/report/model.php b/module/report/model.php index 944b94cd72..660332b8b0 100644 --- a/module/report/model.php +++ b/module/report/model.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package report - * @version $Id$ + * @version $Id: model.php 4726 2013-05-03 05:51:27Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/search/control.php b/module/search/control.php index 1010ec95df..d3f5b19663 100644 --- a/module/search/control.php +++ b/module/search/control.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package search - * @version $Id$ + * @version $Id: control.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ class search extends control diff --git a/module/search/lang/en.php b/module/search/lang/en.php index 635f05740a..46b873ab28 100644 --- a/module/search/lang/en.php +++ b/module/search/lang/en.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package search - * @version $Id$ + * @version $Id: en.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ $lang->search = new stdclass(); diff --git a/module/search/lang/zh-cn.php b/module/search/lang/zh-cn.php index c016a8ec11..3cba3e50a1 100644 --- a/module/search/lang/zh-cn.php +++ b/module/search/lang/zh-cn.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package search - * @version $Id$ + * @version $Id: zh-cn.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ $lang->search = new stdclass(); diff --git a/module/search/model.php b/module/search/model.php index eaba8720bd..98910c765b 100644 --- a/module/search/model.php +++ b/module/search/model.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package search - * @version $Id$ + * @version $Id: model.php 5082 2013-07-10 01:14:45Z wyd621@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/search/view/buildform.html.php b/module/search/view/buildform.html.php index ab35aa83eb..2f2da7eda3 100644 --- a/module/search/view/buildform.html.php +++ b/module/search/view/buildform.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package search - * @version $Id$ + * @version $Id: buildform.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/setting/model.php b/module/setting/model.php index 3108e4453e..17c19b4363 100644 --- a/module/setting/model.php +++ b/module/setting/model.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package setting - * @version $Id$ + * @version $Id: model.php 4976 2013-07-02 08:15:31Z wyd621@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/story/lang/en.php b/module/story/lang/en.php index 430b996137..05ecd81f06 100644 --- a/module/story/lang/en.php +++ b/module/story/lang/en.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package story - * @version $Id$ + * @version $Id: en.php 5141 2013-07-15 05:57:15Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ $lang->story->browse = "Browse"; diff --git a/module/story/lang/zh-cn.php b/module/story/lang/zh-cn.php index a4d52bb819..6d7b51a68c 100644 --- a/module/story/lang/zh-cn.php +++ b/module/story/lang/zh-cn.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package story - * @version $Id$ + * @version $Id: zh-cn.php 5141 2013-07-15 05:57:15Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ $lang->story->browse = "需求列表"; diff --git a/module/story/model.php b/module/story/model.php index f08ca8a59a..7ba4f7360a 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package story - * @version $Id$ + * @version $Id: model.php 5145 2013-07-15 06:47:26Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/story/view/activate.html.php b/module/story/view/activate.html.php index 8e772ff525..bc1205293c 100644 --- a/module/story/view/activate.html.php +++ b/module/story/view/activate.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package story - * @version $Id$ + * @version $Id: activate.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/story/view/change.html.php b/module/story/view/change.html.php index 546bf5ec84..2fe14bebd5 100644 --- a/module/story/view/change.html.php +++ b/module/story/view/change.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package story - * @version $Id$ + * @version $Id: change.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/story/view/create.html.php b/module/story/view/create.html.php index 622d88029b..88496a58ab 100644 --- a/module/story/view/create.html.php +++ b/module/story/view/create.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package story - * @version $Id$ + * @version $Id: create.html.php 4902 2013-06-26 05:25:58Z wyd621@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/story/view/edit.html.php b/module/story/view/edit.html.php index 39ba5b44de..4d038df099 100644 --- a/module/story/view/edit.html.php +++ b/module/story/view/edit.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package story - * @version $Id$ + * @version $Id: edit.html.php 4645 2013-04-11 08:32:09Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/story/view/review.html.php b/module/story/view/review.html.php index 47639758a4..0cafb1cfd2 100644 --- a/module/story/view/review.html.php +++ b/module/story/view/review.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package story - * @version $Id$ + * @version $Id: review.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/story/view/sendmail.html.php b/module/story/view/sendmail.html.php index 15fd6ae718..8ca31250d5 100644 --- a/module/story/view/sendmail.html.php +++ b/module/story/view/sendmail.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package bug - * @version $Id$ + * @version $Id: sendmail.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/story/view/view.html.php b/module/story/view/view.html.php index adb35919ff..982bb55f7d 100644 --- a/module/story/view/view.html.php +++ b/module/story/view/view.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package story - * @version $Id$ + * @version $Id: view.html.php 4952 2013-07-02 01:14:58Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/task/control.php b/module/task/control.php index 3d7d06f53e..1158a08832 100644 --- a/module/task/control.php +++ b/module/task/control.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package task - * @version $Id$ + * @version $Id: control.php 5106 2013-07-12 01:28:54Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ class task extends control diff --git a/module/task/lang/en.php b/module/task/lang/en.php index 699f8bd848..b875a24e2f 100644 --- a/module/task/lang/en.php +++ b/module/task/lang/en.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package task - * @version $Id$ + * @version $Id: en.php 5040 2013-07-06 06:22:18Z zhujinyonging@gmail.com $ * @link http://www.zentao.net */ $lang->task->index = "Index"; diff --git a/module/task/lang/zh-cn.php b/module/task/lang/zh-cn.php index fb1a6520c2..c9e66a9198 100644 --- a/module/task/lang/zh-cn.php +++ b/module/task/lang/zh-cn.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package task - * @version $Id$ + * @version $Id: zh-cn.php 5040 2013-07-06 06:22:18Z zhujinyonging@gmail.com $ * @link http://www.zentao.net */ $lang->task->index = "任务一览"; diff --git a/module/task/view/browse.html.php b/module/task/view/browse.html.php index f896a11aa8..ddc4e503d1 100644 --- a/module/task/view/browse.html.php +++ b/module/task/view/browse.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package task - * @version $Id$ + * @version $Id: browse.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/task/view/create.html.php b/module/task/view/create.html.php index f82388da52..3d4d7e4c73 100644 --- a/module/task/view/create.html.php +++ b/module/task/view/create.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package task - * @version $Id$ + * @version $Id: create.html.php 5090 2013-07-10 05:49:24Z zhujinyonging@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/task/view/edit.html.php b/module/task/view/edit.html.php index 47507e4661..d665ae1519 100644 --- a/module/task/view/edit.html.php +++ b/module/task/view/edit.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package task - * @version $Id$ + * @version $Id: edit.html.php 4897 2013-06-26 01:13:16Z wyd621@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/task/view/view.html.php b/module/task/view/view.html.php index 3e62cad783..39833cacdb 100644 --- a/module/task/view/view.html.php +++ b/module/task/view/view.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package task - * @version $Id$ + * @version $Id: view.html.php 4808 2013-06-17 05:48:13Z zhujinyonging@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/testcase/control.php b/module/testcase/control.php index 4826089756..d61b0f39aa 100644 --- a/module/testcase/control.php +++ b/module/testcase/control.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package case - * @version $Id$ + * @version $Id: control.php 5112 2013-07-12 02:51:33Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ class testcase extends control diff --git a/module/testcase/lang/en.php b/module/testcase/lang/en.php index 31e8423ba6..9e49cfa96c 100644 --- a/module/testcase/lang/en.php +++ b/module/testcase/lang/en.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package testcase - * @version $Id$ + * @version $Id: en.php 4966 2013-07-02 02:59:25Z wyd621@gmail.com $ * @link http://www.zentao.net */ $lang->testcase->id = 'ID'; diff --git a/module/testcase/lang/zh-cn.php b/module/testcase/lang/zh-cn.php index 21d4f0b48d..930f5cba48 100644 --- a/module/testcase/lang/zh-cn.php +++ b/module/testcase/lang/zh-cn.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package testcase - * @version $Id$ + * @version $Id: zh-cn.php 4764 2013-05-05 04:07:04Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ $lang->testcase->id = '用例编号'; diff --git a/module/testcase/model.php b/module/testcase/model.php index 9c47789959..f1c77ba09c 100644 --- a/module/testcase/model.php +++ b/module/testcase/model.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package case - * @version $Id$ + * @version $Id: model.php 5108 2013-07-12 01:59:04Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/testcase/view/browse.html.php b/module/testcase/view/browse.html.php index 1a5fd42e0f..0afb78fd5b 100644 --- a/module/testcase/view/browse.html.php +++ b/module/testcase/view/browse.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package testcase - * @version $Id$ + * @version $Id: browse.html.php 5108 2013-07-12 01:59:04Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/testcase/view/create.html.php b/module/testcase/view/create.html.php index e206407741..c3a81e0c1d 100644 --- a/module/testcase/view/create.html.php +++ b/module/testcase/view/create.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package case - * @version $Id$ + * @version $Id: create.html.php 4904 2013-06-26 05:37:45Z wyd621@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/testcase/view/edit.html.php b/module/testcase/view/edit.html.php index 6b9650cc1e..cf77c345a7 100644 --- a/module/testcase/view/edit.html.php +++ b/module/testcase/view/edit.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package case - * @version $Id$ + * @version $Id: edit.html.php 5000 2013-07-03 08:20:57Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/testcase/view/index.html.php b/module/testcase/view/index.html.php index 5792e903f6..f12f41842f 100644 --- a/module/testcase/view/index.html.php +++ b/module/testcase/view/index.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package bug - * @version $Id$ + * @version $Id: index.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/testcase/view/view.html.php b/module/testcase/view/view.html.php index 6975a09395..d66306296d 100644 --- a/module/testcase/view/view.html.php +++ b/module/testcase/view/view.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package case - * @version $Id$ + * @version $Id: view.html.php 5000 2013-07-03 08:20:57Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/testtask/lang/en.php b/module/testtask/lang/en.php index 749dde6d7c..9b8e590d35 100644 --- a/module/testtask/lang/en.php +++ b/module/testtask/lang/en.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package testtask - * @version $Id$ + * @version $Id: en.php 4490 2013-02-27 03:27:05Z wyd621@gmail.com $ * @link http://www.zentao.net */ $lang->testtask->index = "Index"; diff --git a/module/testtask/lang/zh-cn.php b/module/testtask/lang/zh-cn.php index c6f8ed8c6c..86711f1272 100644 --- a/module/testtask/lang/zh-cn.php +++ b/module/testtask/lang/zh-cn.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package testtask - * @version $Id$ + * @version $Id: zh-cn.php 4490 2013-02-27 03:27:05Z wyd621@gmail.com $ * @link http://www.zentao.net */ $lang->testtask->index = "测试任务首页"; diff --git a/module/testtask/model.php b/module/testtask/model.php index c0be4ba81c..a0ae97e96e 100644 --- a/module/testtask/model.php +++ b/module/testtask/model.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package testtask - * @version $Id$ + * @version $Id: model.php 5114 2013-07-12 06:02:59Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/testtask/view/browse.html.php b/module/testtask/view/browse.html.php index 19748fc760..4022e838e0 100644 --- a/module/testtask/view/browse.html.php +++ b/module/testtask/view/browse.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package testtask - * @version $Id$ + * @version $Id: browse.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/testtask/view/create.html.php b/module/testtask/view/create.html.php index 6169b03540..50bb454edd 100644 --- a/module/testtask/view/create.html.php +++ b/module/testtask/view/create.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package testtask - * @version $Id$ + * @version $Id: create.html.php 4728 2013-05-03 06:14:34Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/testtask/view/edit.html.php b/module/testtask/view/edit.html.php index f19ebb4888..0963c83233 100644 --- a/module/testtask/view/edit.html.php +++ b/module/testtask/view/edit.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package testtask - * @version $Id$ + * @version $Id: edit.html.php 4728 2013-05-03 06:14:34Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/testtask/view/linkcase.html.php b/module/testtask/view/linkcase.html.php index bebd6795a2..53921ad792 100644 --- a/module/testtask/view/linkcase.html.php +++ b/module/testtask/view/linkcase.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package testtask - * @version $Id$ + * @version $Id: linkcase.html.php 4411 2013-02-22 00:56:04Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/testtask/view/results.html.php b/module/testtask/view/results.html.php index 0d7f218720..d214a25bc0 100644 --- a/module/testtask/view/results.html.php +++ b/module/testtask/view/results.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package testtask - * @version $Id$ + * @version $Id: results.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/testtask/view/view.html.php b/module/testtask/view/view.html.php index 787536582a..b1f3c944c3 100644 --- a/module/testtask/view/view.html.php +++ b/module/testtask/view/view.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package case - * @version $Id$ + * @version $Id: view.html.php 4141 2013-01-18 06:15:13Z zhujinyonging@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/todo/control.php b/module/todo/control.php index f25d363ffc..3a6088e42b 100644 --- a/module/todo/control.php +++ b/module/todo/control.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package todo - * @version $Id$ + * @version $Id: control.php 4976 2013-07-02 08:15:31Z wyd621@gmail.com $ * @link http://www.zentao.net */ class todo extends control diff --git a/module/todo/lang/en.php b/module/todo/lang/en.php index e00b62243d..425876cb6d 100644 --- a/module/todo/lang/en.php +++ b/module/todo/lang/en.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package todo - * @version $Id$ + * @version $Id: en.php 4676 2013-04-26 06:08:23Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ $lang->todo->common = 'TODO'; diff --git a/module/todo/lang/zh-cn.php b/module/todo/lang/zh-cn.php index d8b0f93c48..83f3212377 100644 --- a/module/todo/lang/zh-cn.php +++ b/module/todo/lang/zh-cn.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package todo - * @version $Id$ + * @version $Id: zh-cn.php 5022 2013-07-05 06:50:39Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ $lang->todo->common = '待办'; diff --git a/module/todo/model.php b/module/todo/model.php index 44b649b248..365f6ee9cb 100644 --- a/module/todo/model.php +++ b/module/todo/model.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package todo - * @version $Id$ + * @version $Id: model.php 5035 2013-07-06 05:21:58Z wyd621@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/todo/view/create.html.php b/module/todo/view/create.html.php index 46ee25341b..0f20a2e53a 100644 --- a/module/todo/view/create.html.php +++ b/module/todo/view/create.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package todo - * @version $Id$ + * @version $Id: create.html.php 4728 2013-05-03 06:14:34Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/todo/view/edit.html.php b/module/todo/view/edit.html.php index 8cc368af29..5d9f95798d 100644 --- a/module/todo/view/edit.html.php +++ b/module/todo/view/edit.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package todo - * @version $Id$ + * @version $Id: edit.html.php 4728 2013-05-03 06:14:34Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/todo/view/view.html.php b/module/todo/view/view.html.php index fd426b852e..c96edd90c6 100644 --- a/module/todo/view/view.html.php +++ b/module/todo/view/view.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package todo - * @version $Id$ + * @version $Id: view.html.php 4955 2013-07-02 01:47:21Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/tree/control.php b/module/tree/control.php index 6cb6ffd044..fc5dd3e13a 100644 --- a/module/tree/control.php +++ b/module/tree/control.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package tree - * @version $Id$ + * @version $Id: control.php 5002 2013-07-03 08:25:39Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ class tree extends control diff --git a/module/tree/lang/en.php b/module/tree/lang/en.php index 6704569137..366daf531e 100644 --- a/module/tree/lang/en.php +++ b/module/tree/lang/en.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package tree - * @version $Id$ + * @version $Id: en.php 5045 2013-07-06 07:04:40Z zhujinyonging@gmail.com $ * @link http://www.zentao.net */ $lang->tree = new stdclass(); diff --git a/module/tree/lang/zh-cn.php b/module/tree/lang/zh-cn.php index 05926f000b..5b78fa767b 100644 --- a/module/tree/lang/zh-cn.php +++ b/module/tree/lang/zh-cn.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package tree - * @version $Id$ + * @version $Id: zh-cn.php 4836 2013-06-19 05:39:40Z zhujinyonging@gmail.com $ * @link http://www.zentao.net */ $lang->tree = new stdclass(); diff --git a/module/tree/model.php b/module/tree/model.php index 28e964f8ac..a79666cd27 100644 --- a/module/tree/model.php +++ b/module/tree/model.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package tree - * @version $Id$ + * @version $Id: model.php 5149 2013-07-16 01:47:01Z zhujinyonging@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/tree/view/browse.html.php b/module/tree/view/browse.html.php index 4a5953e02d..192c616245 100644 --- a/module/tree/view/browse.html.php +++ b/module/tree/view/browse.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package tree - * @version $Id$ + * @version $Id: browse.html.php 4796 2013-06-06 02:21:59Z zhujinyonging@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/tree/view/edit.html.php b/module/tree/view/edit.html.php index d2e07888aa..170fcdb3c5 100644 --- a/module/tree/view/edit.html.php +++ b/module/tree/view/edit.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package tree - * @version $Id$ + * @version $Id: edit.html.php 4795 2013-06-04 05:59:58Z zhujinyonging@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/upgrade/lang/en.php b/module/upgrade/lang/en.php index ea7f091ab6..27a40a3a6a 100644 --- a/module/upgrade/lang/en.php +++ b/module/upgrade/lang/en.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package upgrade - * @version $Id$ + * @version $Id: en.php 5119 2013-07-12 08:06:42Z wyd621@gmail.com $ * @link http://www.zentao.net */ $lang->upgrade->common = 'Upgrade'; diff --git a/module/upgrade/model.php b/module/upgrade/model.php index ca2c20faa6..394b74540b 100644 --- a/module/upgrade/model.php +++ b/module/upgrade/model.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package upgrade - * @version $Id$ + * @version $Id: model.php 5019 2013-07-05 02:02:31Z wyd621@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/upgrade/view/confirm.html.php b/module/upgrade/view/confirm.html.php index e4875dc75f..fc857b7820 100644 --- a/module/upgrade/view/confirm.html.php +++ b/module/upgrade/view/confirm.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package upgrade - * @version $Id$ + * @version $Id: confirm.html.php 4129 2013-01-18 01:58:14Z wwccss $ */ ?> diff --git a/module/upgrade/view/index.html.php b/module/upgrade/view/index.html.php index 43d1c3e8a4..f5c72f18b6 100644 --- a/module/upgrade/view/index.html.php +++ b/module/upgrade/view/index.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package upgrade - * @version $Id$ + * @version $Id: index.html.php 4129 2013-01-18 01:58:14Z wwccss $ */ ?> diff --git a/module/upgrade/view/selectversion.html.php b/module/upgrade/view/selectversion.html.php index 8b3356d807..24201ee339 100644 --- a/module/upgrade/view/selectversion.html.php +++ b/module/upgrade/view/selectversion.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package upgrade - * @version $Id$ + * @version $Id: selectversion.html.php 4129 2013-01-18 01:58:14Z wwccss $ */ ?> diff --git a/module/user/control.php b/module/user/control.php index a9c818a3b0..c80dce87d6 100644 --- a/module/user/control.php +++ b/module/user/control.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package user - * @version $Id$ + * @version $Id: control.php 5005 2013-07-03 08:39:11Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ class user extends control @@ -582,8 +582,6 @@ class user extends control /** * User login, identify him and authorize him. * - * @param string $referer - * @param string $from * @access public * @return void */ diff --git a/module/user/lang/en.php b/module/user/lang/en.php index d0c40a8238..f0cda4cdbf 100644 --- a/module/user/lang/en.php +++ b/module/user/lang/en.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package user - * @version $Id$ + * @version $Id: en.php 5053 2013-07-06 08:17:37Z wyd621@gmail.com $ * @link http://www.zentao.net */ $lang->user->common = 'User'; diff --git a/module/user/lang/zh-cn.php b/module/user/lang/zh-cn.php index f2466b30f9..5ce0594d97 100644 --- a/module/user/lang/zh-cn.php +++ b/module/user/lang/zh-cn.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package user - * @version $Id$ + * @version $Id: zh-cn.php 5053 2013-07-06 08:17:37Z wyd621@gmail.com $ * @link http://www.zentao.net */ $lang->user->common = '用户'; diff --git a/module/user/model.php b/module/user/model.php index b80e0735a6..8565a4f9c4 100644 --- a/module/user/model.php +++ b/module/user/model.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package user - * @version $Id$ + * @version $Id: model.php 5005 2013-07-03 08:39:11Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/user/view/bug.html.php b/module/user/view/bug.html.php index e95e6d9fb1..cf445e6031 100644 --- a/module/user/view/bug.html.php +++ b/module/user/view/bug.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package dashboard - * @version $Id$ + * @version $Id: bug.html.php 4771 2013-05-05 07:41:02Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/user/view/create.html.php b/module/user/view/create.html.php index 79cd16ce65..b4b0cf6a27 100644 --- a/module/user/view/create.html.php +++ b/module/user/view/create.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package user - * @version $Id$ + * @version $Id: create.html.php 4728 2013-05-03 06:14:34Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/user/view/deny.html.php b/module/user/view/deny.html.php index a59fff842a..54a5b4b9d2 100644 --- a/module/user/view/deny.html.php +++ b/module/user/view/deny.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package ZenTaoPMS - * @version $Id$ + * @version $Id: deny.html.php 4129 2013-01-18 01:58:14Z wwccss $ */ include '../../common/view/header.lite.html.php'; ?> diff --git a/module/user/view/edit.html.php b/module/user/view/edit.html.php index ed6f22edc3..1dc1c64db5 100644 --- a/module/user/view/edit.html.php +++ b/module/user/view/edit.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package user - * @version $Id$ + * @version $Id: edit.html.php 4728 2013-05-03 06:14:34Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/user/view/login.html.php b/module/user/view/login.html.php index 8f9767d58a..3671a2285c 100644 --- a/module/user/view/login.html.php +++ b/module/user/view/login.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package ZenTaoPMS - * @version $Id$ + * @version $Id: login.html.php 5084 2013-07-10 01:31:38Z wyd621@gmail.com $ */ include '../../common/view/header.lite.html.php'; include '../../common/view/colorbox.html.php'; diff --git a/module/user/view/profile.html.php b/module/user/view/profile.html.php index 05cdeaa38d..ef28731162 100644 --- a/module/user/view/profile.html.php +++ b/module/user/view/profile.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package user - * @version $Id$ + * @version $Id: profile.html.php 4976 2013-07-02 08:15:31Z wyd621@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/user/view/project.html.php b/module/user/view/project.html.php index 49954289b5..8707e178e9 100644 --- a/module/user/view/project.html.php +++ b/module/user/view/project.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package dashboard - * @version $Id$ + * @version $Id: project.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/user/view/story.html.php b/module/user/view/story.html.php index 601eda64a0..9d9b4aceab 100644 --- a/module/user/view/story.html.php +++ b/module/user/view/story.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Congzhi Chen * @package dashboard - * @version $Id$ + * @version $Id: story.html.php 4771 2013-05-05 07:41:02Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/user/view/task.html.php b/module/user/view/task.html.php index 074283f08a..59bb02b10a 100644 --- a/module/user/view/task.html.php +++ b/module/user/view/task.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package dashboard - * @version $Id$ + * @version $Id: task.html.php 4771 2013-05-05 07:41:02Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/module/user/view/team.html.php b/module/user/view/team.html.php index 38c5fbc921..86b93423c8 100644 --- a/module/user/view/team.html.php +++ b/module/user/view/team.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package dashboard - * @version $Id$ + * @version $Id: team.html.php 4129 2013-01-18 01:58:14Z wwccss $ * @link http://www.zentao.net */ ?> diff --git a/module/user/view/todo.html.php b/module/user/view/todo.html.php index e61bd45473..2229d24a24 100644 --- a/module/user/view/todo.html.php +++ b/module/user/view/todo.html.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package dashboard - * @version $Id$ + * @version $Id: todo.html.php 4744 2013-05-04 02:41:05Z wyd621@gmail.com $ * @link http://www.zentao.net */ ?> diff --git a/www/index.php b/www/index.php index a00456988b..c497f717ba 100644 --- a/www/index.php +++ b/www/index.php @@ -8,7 +8,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package ZenTaoPMS - * @version $Id$ + * @version $Id: index.php 5036 2013-07-06 05:26:44Z wyd621@gmail.com $ * @link http://www.zentao.net */ /* Set the error reporting. */ diff --git a/www/install.php b/www/install.php index af9f3fc88e..4ed4572123 100644 --- a/www/install.php +++ b/www/install.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package ZenTaoPMS - * @version $Id$ + * @version $Id: install.php 4677 2013-04-26 06:23:58Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ error_reporting(0); diff --git a/www/upgrade.php b/www/upgrade.php index 1b810012ec..9f1d1518af 100644 --- a/www/upgrade.php +++ b/www/upgrade.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package ZenTaoPMS - * @version $Id$ + * @version $Id: upgrade.php 4677 2013-04-26 06:23:58Z chencongzhi520@gmail.com $ * @link http://www.zentao.net */ /* Judge my.php exists or not. */